Installer autodesk-fusion-360-admin

files:
- fusion_installer: https://dl.appstreaming.autodesk.com/production/installers/Fusion%20Admin%20Install.exe
- WebView2:
    filename: MicrosoftEdgeWebView2RuntimeInstallerX64.exe
    url: https://github.com/aedancullen/webview2-evergreen-standalone-installer-archive/releases/download/109.0.1518.78/MicrosoftEdgeWebView2RuntimeInstallerX64.exe
game:
  arch: win64
  exe: drive_c/Program Files/Autodesk/webdeploy/production/<version>/Fusion360.exe
  prefix: $GAMEDIR
installer:
- extract:
    description: Extracting installer
    dst: $CACHE/fusion_installer/
    extractor: exe
    file: fusion_installer
- task:
    app: atmlib gdiplus msxml3 msxml6 vcrun2017 corefonts fontsmooth=rgb winhttp win10
    description: Installing required Winetricks verbs
    name: winetricks
    prefix: $GAMEDIR
- task:
    arch: win64
    description: Installing WebView2
    executable: WebView2
    name: wineexec
- task:
    args: -p deploy -g -f log.txt --quiet
    description: Running the installer
    executable: $CACHE/fusion_installer/streamer.exe
    name: wineexec
    prefix: $GAMEDIR
description: ''
game_slug: autodesk-fusion-360
gogslug: ''
humblestoreid: ''
installer_slug: autodesk-fusion-360-admin
name: Autodesk Fusion 360
notes: ''
runner: wine
script:
  files:
  - fusion_installer: https://dl.appstreaming.autodesk.com/production/installers/Fusion%20Admin%20Install.exe
  - WebView2:
      filename: MicrosoftEdgeWebView2RuntimeInstallerX64.exe
      url: https://github.com/aedancullen/webview2-evergreen-standalone-installer-archive/releases/download/109.0.1518.78/MicrosoftEdgeWebView2RuntimeInstallerX64.exe
  game:
    arch: win64
    exe: drive_c/Program Files/Autodesk/webdeploy/production/<version>/Fusion360.exe
    prefix: $GAMEDIR
  installer:
  - extract:
      description: Extracting installer
      dst: $CACHE/fusion_installer/
      extractor: exe
      file: fusion_installer
  - task:
      app: atmlib gdiplus msxml3 msxml6 vcrun2017 corefonts fontsmooth=rgb winhttp
        win10
      description: Installing required Winetricks verbs
      name: winetricks
      prefix: $GAMEDIR
  - task:
      arch: win64
      description: Installing WebView2
      executable: WebView2
      name: wineexec
  - task:
      args: -p deploy -g -f log.txt --quiet
      description: Running the installer
      executable: $CACHE/fusion_installer/streamer.exe
      name: wineexec
      prefix: $GAMEDIR
slug: autodesk-fusion-360-admin
steamid: null
version: Admin
year: null
{
  "game_slug": "autodesk-fusion-360",
  "version": "Admin",
  "description": "",
  "notes": "",
  "name": "Autodesk Fusion 360",
  "year": null,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "autodesk-fusion-360-admin",
  "installer_slug": "autodesk-fusion-360-admin",
  "script": {
    "files": [
      {
        "fusion_installer": "https://dl.appstreaming.autodesk.com/production/installers/Fusion%20Admin%20Install.exe"
      },
      {
        "WebView2": {
          "filename": "MicrosoftEdgeWebView2RuntimeInstallerX64.exe",
          "url": "https://github.com/aedancullen/webview2-evergreen-standalone-installer-archive/releases/download/109.0.1518.78/MicrosoftEdgeWebView2RuntimeInstallerX64.exe"
        }
      }
    ],
    "game": {
      "arch": "win64",
      "exe": "drive_c/Program Files/Autodesk/webdeploy/production/<version>/Fusion360.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "extract": {
          "description": "Extracting installer",
          "dst": "$CACHE/fusion_installer/",
          "extractor": "exe",
          "file": "fusion_installer"
        }
      },
      {
        "task": {
          "app": "atmlib gdiplus msxml3 msxml6 vcrun2017 corefonts fontsmooth=rgb winhttp win10",
          "description": "Installing required Winetricks verbs",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "arch": "win64",
          "description": "Installing WebView2",
          "executable": "WebView2",
          "name": "wineexec"
        }
      },
      {
        "task": {
          "args": "-p deploy -g -f log.txt --quiet",
          "description": "Running the installer",
          "executable": "$CACHE/fusion_installer/streamer.exe",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      }
    ]
  }
}
Back to game