Installer microsoft-word-2010-32bit

files:
- installer: N/A:Please select the setup.exe located on the installation DVD.
game:
  arch: win32
  exe: drive_c/Program Files/Microsoft Office/Office14/WINWORD.EXE
  prefix: $GAMEDIR
installer:
- task:
    arch: win32
    description: Creating Wine prefix
    name: create_prefix
    prefix: $GAMEDIR
- task:
    app: dotnet20 riched20 msxml6 corefonts
    arch: win32
    description: Installing needed libs
    name: winetricks
    prefix: $CACHE/prefix
- task:
    arch: win32
    description: Running setup
    executable: installer
    name: wineexec
    prefix: $GAMEDIR
description: null
game_slug: microsoft-word
gogslug: ''
humblestoreid: ''
installer_slug: microsoft-word-2010-32bit
name: Microsoft Word
notes: It needs winbind(from samba) installed.
runner: wine
script:
  files:
  - installer: N/A:Please select the setup.exe located on the installation DVD.
  game:
    arch: win32
    exe: drive_c/Program Files/Microsoft Office/Office14/WINWORD.EXE
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win32
      description: Creating Wine prefix
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      app: dotnet20 riched20 msxml6 corefonts
      arch: win32
      description: Installing needed libs
      name: winetricks
      prefix: $CACHE/prefix
  - task:
      arch: win32
      description: Running setup
      executable: installer
      name: wineexec
      prefix: $GAMEDIR
slug: microsoft-word-2010-32bit
steamid: null
version: 2010 32bit
year: 1983
{
  "game_slug": "microsoft-word",
  "version": "2010 32bit",
  "description": null,
  "notes": "It needs winbind(from samba) installed.",
  "name": "Microsoft Word",
  "year": 1983,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "microsoft-word-2010-32bit",
  "installer_slug": "microsoft-word-2010-32bit",
  "script": {
    "files": [
      {
        "installer": "N/A:Please select the setup.exe located on the installation DVD."
      }
    ],
    "game": {
      "arch": "win32",
      "exe": "drive_c/Program Files/Microsoft Office/Office14/WINWORD.EXE",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win32",
          "description": "Creating Wine prefix",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "app": "dotnet20 riched20 msxml6 corefonts",
          "arch": "win32",
          "description": "Installing needed libs",
          "name": "winetricks",
          "prefix": "$CACHE/prefix"
        }
      },
      {
        "task": {
          "arch": "win32",
          "description": "Running setup",
          "executable": "installer",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game