Installer prince-of-persia-2008-retail-dvd
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.
game: arch: win32 exe: drive_c/Program Files/Ubisoft/Prince of Persia/Launcher/Launcher.exe prefix: $GAMEDIR installer: - task: description: Creating Wine prefix name: create_prefix prefix: $GAMEDIR - task: app: vista vcrun2005 description: Installing Visual C++ 2005 Redistributable name: winetricks prefix: $GAMEDIR - insert-disc: requires: System/PrinceOfPersia_Launcher.exe - task: description: Launching game installer. Please do not change the default install path. executable: $DISC/setup.exe name: wineexec prefix: $GAMEDIR
{ "game": { "arch": "win32", "exe": "drive_c/Program Files/Ubisoft/Prince of Persia/Launcher/Launcher.exe", "prefix": "$GAMEDIR" }, "installer": [ { "task": { "description": "Creating Wine prefix", "name": "create_prefix", "prefix": "$GAMEDIR" } }, { "task": { "app": "vista vcrun2005", "description": "Installing Visual C++ 2005 Redistributable", "name": "winetricks", "prefix": "$GAMEDIR" } }, { "insert-disc": { "requires": "System/PrinceOfPersia_Launcher.exe" } }, { "task": { "description": "Launching game installer. Please do not change the default install path.", "executable": "$DISC/setup.exe", "name": "wineexec", "prefix": "$GAMEDIR" } } ] }