You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I know, one work-around for getting DLLs in the new installer is as follows:
msiexec /a iTunes64.msi /q TARGETDIR={Directory}
iTunes64.msi denotes the file extracted from installer by 7-zip. {Directory} signifies the destination directory.
Then, the necessary DLLs could be found in the "iTunes" folder of destination directory. In addition, this method also applies to "Apple Application Support component" in the the prior installer.
The text was updated successfully, but these errors were encountered:
You can put 7z.exe, 7z.dll and ExtractAppleApplication.cmd into the same folder without installing 7-zip. You can also double click ExtractAppleApplication.cmd and input where you save iTunes64Setup.exe (or iTunesSetup.exe)
If there's no 7z.exe in the same folder as ExtractAppleApplication.cmd, or 7-zip is not installed, the batch script will end immediately
Work stream:
Use 7-zip to extract iTunes64.msi (or iTunes.msi) to where installation package is saved
Use msiexec to deploy all files into .Unpacked folder
Copy targeted files into iTunes64 (or iTunes) folder
Firstly, I appreciate your excellent AAC encoder.
As far as I know, one work-around for getting DLLs in the new installer is as follows:
iTunes64.msi
denotes the file extracted from installer by 7-zip.{Directory}
signifies the destination directory.Then, the necessary DLLs could be found in the "iTunes" folder of destination directory. In addition, this method also applies to "Apple Application Support component" in the the prior installer.
The text was updated successfully, but these errors were encountered: