Installer disneys-extremely-goofy-skate-cd

game:
  exe: drive_c/game/goofy_skate/Skating.exe
  prefix: $GAMEDIR
installer:
- insert-disc:
    requires: Setup/Goofy
- task:
    app: sandbox
    description: Enabling sandbox to prevent the game from cluttering your home folder
    name: winetricks
    prefix: $GAMEDIR
- write_file:
    content: '[InstallShield Silent]

      Version=v5.00.000

      File=Response File

      [DlgOrder]

      Dlg0=SdBitmap-0

      Count=7

      Dlg1=SdAskOptionsList-0

      Dlg2=SdLicense-0

      Dlg3=InstallSize-0

      Dlg4=AskPath-0

      Dlg5=SdConfirmNewDir-0

      Dlg6=SdFinish-0

      [SdBitmap-0]

      Result=1

      [SdAskOptionsList-0]

      Component-type=string

      Component-count=1

      Component-0=United States

      Result=1

      [SdLicense-0]

      Result=1

      [InstallSize-0]

      Result=102

      [AskPath-0]

      szPath=C:\game\goofy_skate\

      Result=1

      [SdConfirmNewDir-0]

      Result=1

      [Application]

      Name=Disney''s Extremely Goofy Skateboarding

      Version=1.0

      Company=Disney Sports

      [SdFinish-0]

      Result=1

      bOpt1=0

      bOpt2=0

      '
    description: Creating installer config file
    file: $GAMEDIR/drive_c/setup.iss
- task:
    args: -s -f1"C:\setup.iss"
    description: Installing Game. Some background music will inevitably play and you'll
      have to accept one pop-up window
    executable: $DISC/Setup/SETUP.EXE
    name: wineexec
system:
  reset_desktop: true
description: null
game_slug: disneys-extremely-goofy-skateboarding
gogslug: ''
humblestoreid: ''
installer_slug: disneys-extremely-goofy-skate-cd
name: Disney's Extremely Goofy Skateboarding
notes: Tested with the German version
runner: wine
script:
  game:
    exe: drive_c/game/goofy_skate/Skating.exe
    prefix: $GAMEDIR
  installer:
  - insert-disc:
      requires: Setup/Goofy
  - task:
      app: sandbox
      description: Enabling sandbox to prevent the game from cluttering your home
        folder
      name: winetricks
      prefix: $GAMEDIR
  - write_file:
      content: '[InstallShield Silent]

        Version=v5.00.000

        File=Response File

        [DlgOrder]

        Dlg0=SdBitmap-0

        Count=7

        Dlg1=SdAskOptionsList-0

        Dlg2=SdLicense-0

        Dlg3=InstallSize-0

        Dlg4=AskPath-0

        Dlg5=SdConfirmNewDir-0

        Dlg6=SdFinish-0

        [SdBitmap-0]

        Result=1

        [SdAskOptionsList-0]

        Component-type=string

        Component-count=1

        Component-0=United States

        Result=1

        [SdLicense-0]

        Result=1

        [InstallSize-0]

        Result=102

        [AskPath-0]

        szPath=C:\game\goofy_skate\

        Result=1

        [SdConfirmNewDir-0]

        Result=1

        [Application]

        Name=Disney''s Extremely Goofy Skateboarding

        Version=1.0

        Company=Disney Sports

        [SdFinish-0]

        Result=1

        bOpt1=0

        bOpt2=0

        '
      description: Creating installer config file
      file: $GAMEDIR/drive_c/setup.iss
  - task:
      args: -s -f1"C:\setup.iss"
      description: Installing Game. Some background music will inevitably play and
        you'll have to accept one pop-up window
      executable: $DISC/Setup/SETUP.EXE
      name: wineexec
  system:
    reset_desktop: true
slug: disneys-extremely-goofy-skate-cd
steamid: null
version: CD
year: 2001
{
  "game_slug": "disneys-extremely-goofy-skateboarding",
  "version": "CD",
  "description": null,
  "notes": "Tested with the German version",
  "name": "Disney's Extremely Goofy Skateboarding",
  "year": 2001,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "disneys-extremely-goofy-skate-cd",
  "installer_slug": "disneys-extremely-goofy-skate-cd",
  "script": {
    "game": {
      "exe": "drive_c/game/goofy_skate/Skating.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "insert-disc": {
          "requires": "Setup/Goofy"
        }
      },
      {
        "task": {
          "app": "sandbox",
          "description": "Enabling sandbox to prevent the game from cluttering your home folder",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "write_file": {
          "content": "[InstallShield Silent]\nVersion=v5.00.000\nFile=Response File\n[DlgOrder]\nDlg0=SdBitmap-0\nCount=7\nDlg1=SdAskOptionsList-0\nDlg2=SdLicense-0\nDlg3=InstallSize-0\nDlg4=AskPath-0\nDlg5=SdConfirmNewDir-0\nDlg6=SdFinish-0\n[SdBitmap-0]\nResult=1\n[SdAskOptionsList-0]\nComponent-type=string\nComponent-count=1\nComponent-0=United States\nResult=1\n[SdLicense-0]\nResult=1\n[InstallSize-0]\nResult=102\n[AskPath-0]\nszPath=C:\\game\\goofy_skate\\\nResult=1\n[SdConfirmNewDir-0]\nResult=1\n[Application]\nName=Disney's Extremely Goofy Skateboarding\nVersion=1.0\nCompany=Disney Sports\n[SdFinish-0]\nResult=1\nbOpt1=0\nbOpt2=0\n",
          "description": "Creating installer config file",
          "file": "$GAMEDIR/drive_c/setup.iss"
        }
      },
      {
        "task": {
          "args": "-s -f1\"C:\\setup.iss\"",
          "description": "Installing Game. Some background music will inevitably play and you'll have to accept one pop-up window",
          "executable": "$DISC/Setup/SETUP.EXE",
          "name": "wineexec"
        }
      }
    ],
    "system": {
      "reset_desktop": true
    }
  }
}
Back to game