Installer temple-of-elemental-evil-the-cd

game:
  arch: win32
  exe: drive_c/Program Files/Atari/Temple of Elemental Evil/ToEE.exe
  prefix: $GAMEDIR
installer:
- task:
    name: create_prefix
    prefix: $GAMEDIR
- insert-disc:
    description: Insert disc
    requires: setup.exe
- merge:
    dst: $GAMEDIR/drive_c/CDROM
    src: $DISC
- execute:
    args: -R 775  $GAMEDIR/drive_c/CDROM
    file: /bin/chmod
- insert-disc:
    description: Insert disc
    requires: data3.cab
- merge:
    dst: $GAMEDIR/drive_c/CDROM
    src: $DISC
- execute:
    args: -R 775  $GAMEDIR/drive_c/CDROM
    file: /bin/chmod
- task:
    executable: $GAMEDIR/drive_c/CDROM/setup.exe
    name: wineexec
    prefix: $GAMEDIR
- move:
    description: Moving the CDROM files
    dst: $CACHE
    src: $GAMEDIR/drive_c/CDROM
description: Installation of double CD version
game_slug: temple-of-elemental-evil-the
gogslug: the_temple_of_elemental_evil
humblestoreid: ''
installer_slug: temple-of-elemental-evil-the-cd
name: Temple of Elemental Evil, The
notes: ''
runner: wine
script:
  game:
    arch: win32
    exe: drive_c/Program Files/Atari/Temple of Elemental Evil/ToEE.exe
    prefix: $GAMEDIR
  installer:
  - task:
      name: create_prefix
      prefix: $GAMEDIR
  - insert-disc:
      description: Insert disc
      requires: setup.exe
  - merge:
      dst: $GAMEDIR/drive_c/CDROM
      src: $DISC
  - execute:
      args: -R 775  $GAMEDIR/drive_c/CDROM
      file: /bin/chmod
  - insert-disc:
      description: Insert disc
      requires: data3.cab
  - merge:
      dst: $GAMEDIR/drive_c/CDROM
      src: $DISC
  - execute:
      args: -R 775  $GAMEDIR/drive_c/CDROM
      file: /bin/chmod
  - task:
      executable: $GAMEDIR/drive_c/CDROM/setup.exe
      name: wineexec
      prefix: $GAMEDIR
  - move:
      description: Moving the CDROM files
      dst: $CACHE
      src: $GAMEDIR/drive_c/CDROM
slug: temple-of-elemental-evil-the-cd
steamid: null
version: CD
year: 2003
{
  "game_slug": "temple-of-elemental-evil-the",
  "version": "CD",
  "description": "Installation of double CD version",
  "notes": "",
  "name": "Temple of Elemental Evil, The",
  "year": 2003,
  "steamid": null,
  "gogslug": "the_temple_of_elemental_evil",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "temple-of-elemental-evil-the-cd",
  "installer_slug": "temple-of-elemental-evil-the-cd",
  "script": {
    "game": {
      "arch": "win32",
      "exe": "drive_c/Program Files/Atari/Temple of Elemental Evil/ToEE.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "insert-disc": {
          "description": "Insert disc",
          "requires": "setup.exe"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/drive_c/CDROM",
          "src": "$DISC"
        }
      },
      {
        "execute": {
          "args": "-R 775  $GAMEDIR/drive_c/CDROM",
          "file": "/bin/chmod"
        }
      },
      {
        "insert-disc": {
          "description": "Insert disc",
          "requires": "data3.cab"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/drive_c/CDROM",
          "src": "$DISC"
        }
      },
      {
        "execute": {
          "args": "-R 775  $GAMEDIR/drive_c/CDROM",
          "file": "/bin/chmod"
        }
      },
      {
        "task": {
          "executable": "$GAMEDIR/drive_c/CDROM/setup.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "move": {
          "description": "Moving the CDROM files",
          "dst": "$CACHE",
          "src": "$GAMEDIR/drive_c/CDROM"
        }
      }
    ]
  }
}
Back to game