Installer lord-of-the-rings-the-return-3-disc-cd-rom

installer:
- task:
    arch: win32
    name: create_prefix
    prefix: $GAMEDIR
- insert-disc:
    requires: setup.exe
- task:
    arch: win32
    description: Running game installer (Select "Quit" after the installation has
      finished)
    executable: $DISC/AutoRun.exe
    name: wineexec
    prefix: $GAMEDIR
- task:
    description: Setting OS as Windows XP.
    key: Version
    name: set_regedit
    path: HKEY_CURRENT_USER\Software\Wine
    prefix: $GAMEDIR
    value: winxp
description: This is a beta installer still needs work
game_slug: lord-of-the-rings-the-return-of-the-king
gogslug: ''
humblestoreid: ''
installer_slug: lord-of-the-rings-the-return-3-disc-cd-rom
name: 'The Lord of the Rings: The Return of the King'
notes: Due to Pyhon3 issue the installer for Manjaro (Arch Baced) will show last Disc
  as corrupt while the installer is running and not allow the last disc to run to
  finish the install. But this game will install direct with wine installed, So I
  had to copy the missing files from my wine prefix to Lutris.
runner: wine
script:
  installer:
  - task:
      arch: win32
      name: create_prefix
      prefix: $GAMEDIR
  - insert-disc:
      requires: setup.exe
  - task:
      arch: win32
      description: Running game installer (Select "Quit" after the installation has
        finished)
      executable: $DISC/AutoRun.exe
      name: wineexec
      prefix: $GAMEDIR
  - task:
      description: Setting OS as Windows XP.
      key: Version
      name: set_regedit
      path: HKEY_CURRENT_USER\Software\Wine
      prefix: $GAMEDIR
      value: winxp
slug: lord-of-the-rings-the-return-3-disc-cd-rom
steamid: null
version: 3 Disc CD Rom
year: 2003
{
  "game_slug": "lord-of-the-rings-the-return-of-the-king",
  "version": "3 Disc CD Rom",
  "description": "This is a beta installer still needs work",
  "notes": "Due to Pyhon3 issue the installer for Manjaro (Arch Baced) will show last Disc as corrupt while the installer is running and not allow the last disc to run to finish the install. But this game will install direct with wine installed, So I had to copy the missing files from my wine prefix to Lutris.",
  "name": "The Lord of the Rings: The Return of the King",
  "year": 2003,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "lord-of-the-rings-the-return-3-disc-cd-rom",
  "installer_slug": "lord-of-the-rings-the-return-3-disc-cd-rom",
  "script": {
    "installer": [
      {
        "task": {
          "arch": "win32",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "insert-disc": {
          "requires": "setup.exe"
        }
      },
      {
        "task": {
          "arch": "win32",
          "description": "Running game installer (Select \"Quit\" after the installation has finished)",
          "executable": "$DISC/AutoRun.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "description": "Setting OS as Windows XP.",
          "key": "Version",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Software\\Wine",
          "prefix": "$GAMEDIR",
          "value": "winxp"
        }
      }
    ]
  }
}
Back to game