Downloads:
6,729
Downloads of v 3.0.6.1:
43
Last Update:
19 Dec 2024
Package Maintainer(s):
Software Author(s):
- DigiDNA
Tags:
imazing ios iphone ipados ipad sync backup trial cross-platform- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
iMazing
- 1
- 2
- 3
3.0.6.1 | Updated: 19 Dec 2024
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
6,729
Downloads of v 3.0.6.1:
43
Maintainer(s):
Software Author(s):
- DigiDNA
iMazing 3.0.6.1
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by DigiDNA. The inclusion of DigiDNA trademark(s), if any, upon this webpage is solely to identify DigiDNA goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install iMazing, run the following command from the command line or from PowerShell:
To upgrade iMazing, run the following command from the command line or from PowerShell:
To uninstall iMazing, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download imazing --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade imazing -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade imazing -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install imazing
win_chocolatey:
name: imazing
version: '3.0.6.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'imazing' do
action :install
source 'INTERNAL REPO URL'
version '3.0.6.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller imazing
{
Name = "imazing"
Version = "3.0.6.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'imazing':
ensure => '3.0.6.1',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 20 Dec 2024.
iMazing
Manage your iPhone. On your terms.
iMazing is the world’s most trusted software to transfer and save your messages, music, files and data from your iPhone or iPad to your PC.
Gain powerful backup, data extraction, media, and file transfer capabilities, and much more with iMazing.
Features
- Manage several types of data, files, and apps, including:
- Backups
- Photos
- Music
- Messages
- Phone
- Apps
- Safari
- Notes
- Contacts
- Calendar
- Voice Memos
- Books
- Ringtones
- File System
- Quick Transfer - Copying music, photos, movies, documents and files from your PC to your iPhone or iPad has never been easier with iMazing Quick Transfer. And it's a 100% free feature... Enjoy!
- Spyware Analyzer - Easily scan your iPhone or iPad for possible spyware or stalkerware.
- Transfer - Easily copy all the content from your old iPhone or iPad to a new one. Choose which iOS apps and data you want to keep. iMazing ensures a private and configurable data transfer, without iTunes or iCloud.
- Backup Extractor - Explore the file system and data of your iPhone and iPad backups on your PC. Recover any file, even from encrypted backups. Edit backups for advanced fixes and tweaks.
- Advanced iOS Management - iMazing is a great iOS manager for power users. Enjoy exclusive features like advanced connectivity, backup, and diagnostics solutions. All specifically developed for sys admins, developers, and geeks.
- Supervision - Make the most of your business iOS devices with supervision: easily put iPad in Kiosk Mode, unlock advanced security options or manage restrictions. Works with or without an MDM.
- Configurator - Discover powerful tools designed to help sys admins configure and provision fleets of Apple mobile devices, including iPhone, iPad, iPod touch and Apple TV.
- Profile Editor - Create, Edit, and Sign Apple Configuration Profiles.
$ErrorActionPreference = 'Stop'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'iMazing'
fileType = 'EXE'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
validExitCodes = @(0)
}
[array] $keys = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($keys.Count -eq 1) {
$packageArgs['file'] = $($keys[0].UninstallString)
Uninstall-ChocolateyPackage @packageArgs
}
elseif ($keys.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
}
elseif ($keys.Count -gt 1) {
Write-Warning "$($keys.Count) matches found!"
Write-Warning 'To prevent accidental data loss, no programs will be uninstalled.'
Write-Warning 'Please alert package maintainer the following keys were matched:'
$keys | ForEach-Object { Write-Warning "- $($_.DisplayName)" }
}
Log in or click on link to see number of positives.
- imazing.3.0.6.1.nupkg (65618ce1ddff) - ## / 66
- iMazing_3.0.6.1.exe (d84aea2ba09a) - ## / 66
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
iMazing 3.0.6.1 | 43 | Thursday, December 19, 2024 | Approved | |
iMazing 3.0.6 | 267 | Thursday, December 12, 2024 | Approved | |
iMazing 2.18.1 | 15 | Thursday, December 12, 2024 | Approved | |
imazing 2.16.9.0 | 1377 | Friday, January 13, 2023 | Approved | |
imazing 2.16.8.0 | 125 | Wednesday, January 4, 2023 | Approved | |
imazing 2.16.7.0 | 108 | Tuesday, December 27, 2022 | Approved | |
imazing 2.16.6.0 | 63 | Monday, December 26, 2022 | Approved | |
imazing 2.16.5.0 | 94 | Wednesday, December 21, 2022 | Approved | |
imazing 2.16.4.0 | 151 | Tuesday, November 29, 2022 | Approved | |
imazing 2.16.3.0 | 89 | Thursday, November 24, 2022 | Approved | |
imazing 2.16.2.0 | 115 | Thursday, November 10, 2022 | Approved | |
imazing 2.15.10.0 | 184 | Monday, September 26, 2022 | Approved | |
imazing 2.15.8.0 | 142 | Monday, August 22, 2022 | Approved | |
imazing 2.15.7.0 | 219 | Saturday, July 9, 2022 | Approved | |
imazing 2.15.5.0 | 186 | Saturday, June 25, 2022 | Approved | |
imazing 2.14.6.0 | 2377 | Wednesday, March 30, 2022 | Approved | |
imazing 2.14.2 | 537 | Friday, August 13, 2021 | Approved | |
imazing 2.13.10 | 84 | Sunday, July 25, 2021 | Approved | |
imazing 2.13.9 | 257 | Friday, June 11, 2021 | Approved | |
imazing 2.13.8 | 221 | Friday, May 7, 2021 | Approved |
© DigiDNA SARL, 2008-2024. All rights reserved.
Ground Rules:
- This discussion is only about iMazing and the iMazing package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or iMazing, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.