Installer call-of-duty-2-dvd

files:
- patch13: http://www.callofdutyview.net/files/patches/cod2-v1.3.zip
game:
  arch: win32
  exe: drive_c/Program Files/Activision/Call of Duty 2/CoD2SP_s.exe
  prefix: $GAMEDIR
installer:
- task:
    name: create_prefix
    prefix: $GAMEDIR
- insert-disc:
    description: Insert DVD
    requires: setup.exe
- extract:
    description: Extracting the patch
    file: patch13
- task:
    description: Running the installer. Choose Typical. The installer will crash,
      you'll have to end the process "cod2.exe" using a task manager, or else the
      process will not procead.
    executable: $DISC/setup.exe
    name: wineexec
    prefix: $GAMEDIR
- task:
    description: Running the 1.3 Patch.
    executable: $GAMEDIR/cod2-v1.3.exe
    name: wineexec
    prefix: $GAMEDIR
wine:
  Desktop: true
  esync: false
description: Installs the DVD version, and updates the game to version 1.3
game_slug: call-of-duty-2
gogslug: ''
humblestoreid: ''
installer_slug: call-of-duty-2-dvd
name: Call of Duty 2
notes: "Moves all the requierd install files to a folder then runs the setup.\r\n\
  After the installer crashes, you'll have to end the process \"cod2.exe\" using a\
  \ task manager, or else the process will not proceed.\r\nYou might need a no-cd\
  \ crack as well due to the use of SafeDisc DRM."
runner: wine
script:
  files:
  - patch13: http://www.callofdutyview.net/files/patches/cod2-v1.3.zip
  game:
    arch: win32
    exe: drive_c/Program Files/Activision/Call of Duty 2/CoD2SP_s.exe
    prefix: $GAMEDIR
  installer:
  - task:
      name: create_prefix
      prefix: $GAMEDIR
  - insert-disc:
      description: Insert DVD
      requires: setup.exe
  - extract:
      description: Extracting the patch
      file: patch13
  - task:
      description: Running the installer. Choose Typical. The installer will crash,
        you'll have to end the process "cod2.exe" using a task manager, or else the
        process will not procead.
      executable: $DISC/setup.exe
      name: wineexec
      prefix: $GAMEDIR
  - task:
      description: Running the 1.3 Patch.
      executable: $GAMEDIR/cod2-v1.3.exe
      name: wineexec
      prefix: $GAMEDIR
  wine:
    Desktop: true
    esync: false
slug: call-of-duty-2-dvd
steamid: 2630
version: DVD
year: 2005
{
  "game_slug": "call-of-duty-2",
  "version": "DVD",
  "description": "Installs the DVD version, and updates the game to version 1.3",
  "notes": "Moves all the requierd install files to a folder then runs the setup.\r\nAfter the installer crashes, you'll have to end the process \"cod2.exe\" using a task manager, or else the process will not proceed.\r\nYou might need a no-cd crack as well due to the use of SafeDisc DRM.",
  "name": "Call of Duty 2",
  "year": 2005,
  "steamid": 2630,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "call-of-duty-2-dvd",
  "installer_slug": "call-of-duty-2-dvd",
  "script": {
    "files": [
      {
        "patch13": "http://www.callofdutyview.net/files/patches/cod2-v1.3.zip"
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "drive_c/Program Files/Activision/Call of Duty 2/CoD2SP_s.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "insert-disc": {
          "description": "Insert DVD",
          "requires": "setup.exe"
        }
      },
      {
        "extract": {
          "description": "Extracting the patch",
          "file": "patch13"
        }
      },
      {
        "task": {
          "description": "Running the installer. Choose Typical. The installer will crash, you'll have to end the process \"cod2.exe\" using a task manager, or else the process will not procead.",
          "executable": "$DISC/setup.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "description": "Running the 1.3 Patch.",
          "executable": "$GAMEDIR/cod2-v1.3.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ],
    "wine": {
      "Desktop": true,
      "esync": false
    }
  }
}
Back to game