Installer vice-cbm-prog-studio

files:
- vice.7z: https://deac-fra.dl.sourceforge.net/project/vice-emu/releases/binaries/windows/WinVICE-3.1-x64.7z
- setup.zip: https://www.nightfallcrew.com/wp-content/uploads/downloads/2020/06/CBMprgStudio_3_14_0_Setup_x86.zip
game:
  arch: win64
  exe: $GAMEDIR/drive_c/Program Files (x86)/CBM prg Studio/CBMPrgStudio.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    description: Creating 64-bit prefix ...
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: vcrun2015
    arch: win64
    description: Visual C++ 2015 libraries ...
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: dotnet46
    arch: win64
    description: MS.NET 4.6 (wait for it) ...
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: win81
    arch: win64
    description: Windows version 8.1 ...
    name: winetricks
    prefix: $GAMEDIR
- extract:
    description: Extracting setup.zip ...
    dst: $GAMEDIR
    file: setup.zip
- extract:
    description: Extracting vice.7z ...
    dst: $GAMEDIR/drive_c/Program Files/Vice/
    file: vice.7z
- chmodx: $GAMEDIR/CBMprgStudio_3_14_0_Setup_x86.exe
- task:
    description: CBM prg Studio ...
    executable: $GAMEDIR/CBMprgStudio_3_14_0_Setup_x86.exe
    name: wineexec
    prefix: $GAMEDIR
wine:
  dxvk: false
description: ''
game_slug: vice
gogslug: ''
humblestoreid: ''
installer_slug: vice-cbm-prog-studio
name: VICE
notes: ''
runner: wine
script:
  files:
  - vice.7z: https://deac-fra.dl.sourceforge.net/project/vice-emu/releases/binaries/windows/WinVICE-3.1-x64.7z
  - setup.zip: https://www.nightfallcrew.com/wp-content/uploads/downloads/2020/06/CBMprgStudio_3_14_0_Setup_x86.zip
  game:
    arch: win64
    exe: $GAMEDIR/drive_c/Program Files (x86)/CBM prg Studio/CBMPrgStudio.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      description: Creating 64-bit prefix ...
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: vcrun2015
      arch: win64
      description: Visual C++ 2015 libraries ...
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: dotnet46
      arch: win64
      description: MS.NET 4.6 (wait for it) ...
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: win81
      arch: win64
      description: Windows version 8.1 ...
      name: winetricks
      prefix: $GAMEDIR
  - extract:
      description: Extracting setup.zip ...
      dst: $GAMEDIR
      file: setup.zip
  - extract:
      description: Extracting vice.7z ...
      dst: $GAMEDIR/drive_c/Program Files/Vice/
      file: vice.7z
  - chmodx: $GAMEDIR/CBMprgStudio_3_14_0_Setup_x86.exe
  - task:
      description: CBM prg Studio ...
      executable: $GAMEDIR/CBMprgStudio_3_14_0_Setup_x86.exe
      name: wineexec
      prefix: $GAMEDIR
  wine:
    dxvk: false
slug: vice-cbm-prog-studio
steamid: null
version: cbm prog studio
year: null
{
  "game_slug": "vice",
  "version": "cbm prog studio",
  "description": "",
  "notes": "",
  "name": "VICE",
  "year": null,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "vice-cbm-prog-studio",
  "installer_slug": "vice-cbm-prog-studio",
  "script": {
    "files": [
      {
        "vice.7z": "https://deac-fra.dl.sourceforge.net/project/vice-emu/releases/binaries/windows/WinVICE-3.1-x64.7z"
      },
      {
        "setup.zip": "https://www.nightfallcrew.com/wp-content/uploads/downloads/2020/06/CBMprgStudio_3_14_0_Setup_x86.zip"
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "$GAMEDIR/drive_c/Program Files (x86)/CBM prg Studio/CBMPrgStudio.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "description": "Creating 64-bit prefix ...",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "vcrun2015",
          "arch": "win64",
          "description": "Visual C++ 2015 libraries ...",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "dotnet46",
          "arch": "win64",
          "description": "MS.NET 4.6 (wait for it) ...",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "win81",
          "arch": "win64",
          "description": "Windows version 8.1 ...",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "extract": {
          "description": "Extracting setup.zip ...",
          "dst": "$GAMEDIR",
          "file": "setup.zip"
        }
      },
      {
        "extract": {
          "description": "Extracting vice.7z ...",
          "dst": "$GAMEDIR/drive_c/Program Files/Vice/",
          "file": "vice.7z"
        }
      },
      {
        "chmodx": "$GAMEDIR/CBMprgStudio_3_14_0_Setup_x86.exe"
      },
      {
        "task": {
          "description": "CBM prg Studio ...",
          "executable": "$GAMEDIR/CBMprgStudio_3_14_0_Setup_x86.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ],
    "wine": {
      "dxvk": false
    }
  }
}
Back to game