Installer itunes-12101
This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.
files: - installer: http://updates-http.cdn-apple.com/2019/windows/061-27904-20191004-E748B8A2-E6F7-11E9-8931-E55C44AC54BE/iTunes64Setup.exe game: arch: win64 exe: $GAMEDIR/drive_c/Program Files/iTunes/iTunes.exe prefix: $GAMEDIR installer: - task: arch: win64 description: Creating Wine Prefix... name: create_prefix prefix: $GAMEDIR - task: app: gdiplus tahoma description: Installing dependencies... name: winetricks prefix: $GAMEDIR - task: description: Installing iTunes... exclude_processes: iTunesHelper.exe iPodService.exe executable: installer name: wineexec prefix: $GAMEDIR - task: name: winekill prefix: $GAMEDIR
{ "files": [ { "installer": "http://updates-http.cdn-apple.com/2019/windows/061-27904-20191004-E748B8A2-E6F7-11E9-8931-E55C44AC54BE/iTunes64Setup.exe" } ], "game": { "arch": "win64", "exe": "$GAMEDIR/drive_c/Program Files/iTunes/iTunes.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win64", "description": "Creating Wine Prefix...", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "app": "gdiplus tahoma", "description": "Installing dependencies...", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "task": { "description": "Installing iTunes...", "exclude_processes": "iTunesHelper.exe iPodService.exe", "executable": "installer", "name": "wineexec", "prefix": "$GAMEDIR" } }, { "task": { "name": "winekill", "prefix": "$GAMEDIR" } } ] }