Installer itunes-1243
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: https://secure-appldnld.apple.com/itunes12/031-69284-20160802-7E7B2D20-552B-11E6-B2B9-696CECD541CE/iTunes64Setup.exe game: arch: win64 exe: $GAMEDIR/drive_c/Program Files/iTunes/iTunes.exe prefix: $GAMEDIR installer: - task: arch: win64 description: Creating 64-bit Wine Prefix... name: create_prefix prefix: $GAMEDIR - task: app: corefonts 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": "https://secure-appldnld.apple.com/itunes12/031-69284-20160802-7E7B2D20-552B-11E6-B2B9-696CECD541CE/iTunes64Setup.exe" } ], "game": { "arch": "win64", "exe": "$GAMEDIR/drive_c/Program Files/iTunes/iTunes.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "arch": "win64", "description": "Creating 64-bit Wine Prefix...", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "app": "corefonts 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" } } ] }