Installer battlefield-2-revive-project-revive

files:
- game: http://download.bf2.us/launcher-release/Setup.exe
game:
  arch: win32
  exe: '....exe'
  prefix: $GAMEDIR
installer:
- task:
    arch: win32
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: dotnet45
    description: Installing .NET 4.5
    name: winetricks
    prefix: $GAMEDIR
- task:
    app: win7
    description: Setting windows version to Windows 7
    name: winetricks
    prefix: $GAMEDIR
- task:
    args: /silent
    description: Installing...
    executable: game
    name: wineexec
    prefix: $GAMEDIR
description: ''
game_slug: battlefield-2-revive-project
gogslug: ''
humblestoreid: ''
installer_slug: battlefield-2-revive-project-revive
name: 'Battlefield 2: Revive Project'
notes: Installer crashes, fixes welcome.
runner: wine
script:
  files:
  - game: http://download.bf2.us/launcher-release/Setup.exe
  game:
    arch: win32
    exe: '....exe'
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win32
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: dotnet45
      description: Installing .NET 4.5
      name: winetricks
      prefix: $GAMEDIR
  - task:
      app: win7
      description: Setting windows version to Windows 7
      name: winetricks
      prefix: $GAMEDIR
  - task:
      args: /silent
      description: Installing...
      executable: game
      name: wineexec
      prefix: $GAMEDIR
slug: battlefield-2-revive-project-revive
steamid: null
version: Revive
year: 2016
{
  "game_slug": "battlefield-2-revive-project",
  "version": "Revive",
  "description": "",
  "notes": "Installer crashes, fixes welcome.",
  "name": "Battlefield 2: Revive Project",
  "year": 2016,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "battlefield-2-revive-project-revive",
  "installer_slug": "battlefield-2-revive-project-revive",
  "script": {
    "files": [
      {
        "game": "http://download.bf2.us/launcher-release/Setup.exe"
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "....exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win32",
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "dotnet45",
          "description": "Installing .NET 4.5",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "win7",
          "description": "Setting windows version to Windows 7",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "args": "/silent",
          "description": "Installing...",
          "executable": "game",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game