Installer ultimate-yahtzee-cd

files:
- altinstaller: N/A:Select InstallShield 3 32-bit Generic Installer from https://community.pcgamingwiki.com/files/file/111-installshield-3-32-bit-generic-installer/
game:
  arch: win32
  exe: $GAMEDIR/drive_c/Program Files/Hasbro/Yahtzee/Yahtzee.exe
  prefix: $GAMEDIR
  working_dir: $GAMEDIR/drive_c/Program Files/Hasbro/Yahtzee/
installer:
- insert-disc:
    description: Please mount the Ultimate Yahtzee disc and browse to the directory
    requires: install.exe
- merge:
    description: Copy disc to $CACHE
    dst: $CACHE/
    src: $DISC/setup
- execute:
    args: -R 775 $CACHE
    description: Setting permissions on installer.
    file: chmod
- merge:
    description: Overwrite setup.
    dst: $CACHE/
    src: altinstaller
- chmodx: $CACHE/setup32.exe
- task:
    arch: win32
    description: Installing Ultimate Yahtzee
    executable: $CACHE/setup32.exe
    name: wineexec
    prefix: $GAMEDIR
- write_config:
    data:
      setup:
        anim: D:\yahtzee.smk
        cdid: D:\yahtzee.id
        credits: D:\credits.smk
    file: $GAMEDIR/drive_c/windows/yahtzee.ini
    merge: true
description: Automated installation of the game.
game_slug: ultimate-yahtzee
gogslug: ''
humblestoreid: ''
installer_slug: ultimate-yahtzee-cd
name: Ultimate Yahtzee
notes: "You must have the Yahtzee Ultimate CD either inserted into a drive, or mounted\
  \ through CDEmu.\r\n\r\nYou also require the InstallShield 32-bit Generic Installer.\r\
  \nhttps://community.pcgamingwiki.com/files/file/111-installshield-3-32-bit-generic-installer/\r\
  \n\r\nTo enable CD Audio, you must set the D: drive to the location of your mounted\
  \ disc. Do this in the \"Wine configuration\" window."
runner: wine
script:
  files:
  - altinstaller: N/A:Select InstallShield 3 32-bit Generic Installer from https://community.pcgamingwiki.com/files/file/111-installshield-3-32-bit-generic-installer/
  game:
    arch: win32
    exe: $GAMEDIR/drive_c/Program Files/Hasbro/Yahtzee/Yahtzee.exe
    prefix: $GAMEDIR
    working_dir: $GAMEDIR/drive_c/Program Files/Hasbro/Yahtzee/
  installer:
  - insert-disc:
      description: Please mount the Ultimate Yahtzee disc and browse to the directory
      requires: install.exe
  - merge:
      description: Copy disc to $CACHE
      dst: $CACHE/
      src: $DISC/setup
  - execute:
      args: -R 775 $CACHE
      description: Setting permissions on installer.
      file: chmod
  - merge:
      description: Overwrite setup.
      dst: $CACHE/
      src: altinstaller
  - chmodx: $CACHE/setup32.exe
  - task:
      arch: win32
      description: Installing Ultimate Yahtzee
      executable: $CACHE/setup32.exe
      name: wineexec
      prefix: $GAMEDIR
  - write_config:
      data:
        setup:
          anim: D:\yahtzee.smk
          cdid: D:\yahtzee.id
          credits: D:\credits.smk
      file: $GAMEDIR/drive_c/windows/yahtzee.ini
      merge: true
slug: ultimate-yahtzee-cd
steamid: null
version: CD
year: 1996
{
  "game_slug": "ultimate-yahtzee",
  "version": "CD",
  "description": "Automated installation of the game.",
  "notes": "You must have the Yahtzee Ultimate CD either inserted into a drive, or mounted through CDEmu.\r\n\r\nYou also require the InstallShield 32-bit Generic Installer.\r\nhttps://community.pcgamingwiki.com/files/file/111-installshield-3-32-bit-generic-installer/\r\n\r\nTo enable CD Audio, you must set the D: drive to the location of your mounted disc. Do this in the \"Wine configuration\" window.",
  "name": "Ultimate Yahtzee",
  "year": 1996,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "ultimate-yahtzee-cd",
  "installer_slug": "ultimate-yahtzee-cd",
  "script": {
    "files": [
      {
        "altinstaller": "N/A:Select InstallShield 3 32-bit Generic Installer from https://community.pcgamingwiki.com/files/file/111-installshield-3-32-bit-generic-installer/"
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "$GAMEDIR/drive_c/Program Files/Hasbro/Yahtzee/Yahtzee.exe",
      "prefix": "$GAMEDIR",
      "working_dir": "$GAMEDIR/drive_c/Program Files/Hasbro/Yahtzee/"
    },
    "installer": [
      {
        "insert-disc": {
          "description": "Please mount the Ultimate Yahtzee disc and browse to the directory",
          "requires": "install.exe"
        }
      },
      {
        "merge": {
          "description": "Copy disc to $CACHE",
          "dst": "$CACHE/",
          "src": "$DISC/setup"
        }
      },
      {
        "execute": {
          "args": "-R 775 $CACHE",
          "description": "Setting permissions on installer.",
          "file": "chmod"
        }
      },
      {
        "merge": {
          "description": "Overwrite setup.",
          "dst": "$CACHE/",
          "src": "altinstaller"
        }
      },
      {
        "chmodx": "$CACHE/setup32.exe"
      },
      {
        "task": {
          "arch": "win32",
          "description": "Installing Ultimate Yahtzee",
          "executable": "$CACHE/setup32.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "write_config": {
          "data": {
            "setup": {
              "anim": "D:\\yahtzee.smk",
              "cdid": "D:\\yahtzee.id",
              "credits": "D:\\credits.smk"
            }
          },
          "file": "$GAMEDIR/drive_c/windows/yahtzee.ini",
          "merge": true
        }
      }
    ]
  }
}
Back to game