Installer prince-of-persia-2008-retail-dvd

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
description: ''
game_slug: prince-of-persia-2008
gogslug: prince_of_persia
humblestoreid: ''
installer_slug: prince-of-persia-2008-retail-dvd
name: Prince of Persia (2008)
notes: DVD must be mounted with the 'exec' mount option
runner: wine
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
slug: prince-of-persia-2008-retail-dvd
steamid: 19980
version: Retail DVD
year: 2008
{
  "game_slug": "prince-of-persia-2008",
  "version": "Retail DVD",
  "description": "",
  "notes": "DVD must be mounted with the 'exec' mount option",
  "name": "Prince of Persia (2008)",
  "year": 2008,
  "steamid": 19980,
  "gogslug": "prince_of_persia",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "prince-of-persia-2008-retail-dvd",
  "installer_slug": "prince-of-persia-2008-retail-dvd",
  "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"
        }
      }
    ]
  }
}
Back to game