Installer my-disney-kitchen-cd

game:
  arch: win32
  exe: $GAMEDIR/drive_c/Program Files/Disney Interactive/My Disney Kitchen/MDKitchen.exe
  prefix: $GAMEDIR
installer:
- insert-disc:
    requires: SETUP.EXE
- task:
    description: Enable Windows 98 compatibility mode
    key: Version
    name: set_regedit
    path: HKEY_CURRENT_USER\Software\Wine
    prefix: $GAMEDIR
    value: win98
- merge:
    dst: $GAMEDIR/drive_c/MDKitchen/Assets/
    src: $DISC/MDKitchen/Assets/
- write_file:
    content: MDKitchen
    file: $GAMEDIR/drive_c/.windows-label
- task:
    executable: $DISC/SETUP.EXE
    name: wineexec
    prefix: $GAMEDIR
wine:
  Desktop: true
  WineDesktop: 640x480
description: 'Requires CD to install. Installer will copy files from CD to wine C:
  drive and set label to allow running without CD.'
game_slug: my-disney-kitchen
gogslug: ''
humblestoreid: ''
installer_slug: my-disney-kitchen-cd
name: My Disney Kitchen
notes: When warning appears about 16-bit/24-bit color, select "No" to continue install.
  Game runs fine without the need for Xephyr.
runner: wine
script:
  game:
    arch: win32
    exe: $GAMEDIR/drive_c/Program Files/Disney Interactive/My Disney Kitchen/MDKitchen.exe
    prefix: $GAMEDIR
  installer:
  - insert-disc:
      requires: SETUP.EXE
  - task:
      description: Enable Windows 98 compatibility mode
      key: Version
      name: set_regedit
      path: HKEY_CURRENT_USER\Software\Wine
      prefix: $GAMEDIR
      value: win98
  - merge:
      dst: $GAMEDIR/drive_c/MDKitchen/Assets/
      src: $DISC/MDKitchen/Assets/
  - write_file:
      content: MDKitchen
      file: $GAMEDIR/drive_c/.windows-label
  - task:
      executable: $DISC/SETUP.EXE
      name: wineexec
      prefix: $GAMEDIR
  wine:
    Desktop: true
    WineDesktop: 640x480
slug: my-disney-kitchen-cd
steamid: null
version: CD
year: 2002
{
  "game_slug": "my-disney-kitchen",
  "version": "CD",
  "description": "Requires CD to install. Installer will copy files from CD to wine C: drive and set label to allow running without CD.",
  "notes": "When warning appears about 16-bit/24-bit color, select \"No\" to continue install. Game runs fine without the need for Xephyr.",
  "name": "My Disney Kitchen",
  "year": 2002,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "my-disney-kitchen-cd",
  "installer_slug": "my-disney-kitchen-cd",
  "script": {
    "game": {
      "arch": "win32",
      "exe": "$GAMEDIR/drive_c/Program Files/Disney Interactive/My Disney Kitchen/MDKitchen.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "insert-disc": {
          "requires": "SETUP.EXE"
        }
      },
      {
        "task": {
          "description": "Enable Windows 98 compatibility mode",
          "key": "Version",
          "name": "set_regedit",
          "path": "HKEY_CURRENT_USER\\Software\\Wine",
          "prefix": "$GAMEDIR",
          "value": "win98"
        }
      },
      {
        "merge": {
          "dst": "$GAMEDIR/drive_c/MDKitchen/Assets/",
          "src": "$DISC/MDKitchen/Assets/"
        }
      },
      {
        "write_file": {
          "content": "MDKitchen",
          "file": "$GAMEDIR/drive_c/.windows-label"
        }
      },
      {
        "task": {
          "executable": "$DISC/SETUP.EXE",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ],
    "wine": {
      "Desktop": true,
      "WineDesktop": "640x480"
    }
  }
}
Back to game