Created
June 23, 2020 17:45
-
-
Save b0gdanw/4f2e9dba862a166d06c1b534a7e0b0df to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Installing the Windows 32-bit version of iTunes 12.6.5.3 in Mojave using Wine | |
1. Install XQuartz - XQuartz-2.7.11.dmg from https://www.xquartz.org | |
2. Install only 32bit components of Wine Stable 5 winehq-stable-5.0.pkg from https://dl.winehq.org/wine-builds/macosx/download.html | |
3. Download Mono wine-mono-5.1.0-x86.msi from https://dl.winehq.org/wine/wine-mono/5.1.0/ | |
and Gecko wine-gecko-2.47.1-x86.msi from https://wiki.winehq.org/Gecko | |
4. Launch /Applications/Wine Stable.app | |
5. In the Terminal window opened, install Mono & Gecko with | |
wine msiexec /i ~/Downloads/wine-gecko-2.47.1-x86.msi | |
wine msiexec /i ~/Downloads/wine-mono-5.1.0-x86.msi | |
6. Install iTunes 12.6.5.3 32-bit version for Windows from https://support.apple.com/en-us/HT208079 with | |
wine ~/Downloads/iTunesSetup.exe | |
7. Start iTunes with | |
wine ~/.wine/drive_c/Program\ Files/iTunes/iTunes.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment