Installer fl-studio-fl-studio-latest-gui

files:
- powershell:
    filename: install_pwshwrapper.exe
    url: https://github.com/PietJankbal/powershell-wrapper-for-wine/blob/9205ad0033faa3183ffe1cac8947639b2b31004e/install_pwshwrapper.exe?raw=true
- setup:
    filename: flstudio_win_installer.exe
    url: https://support.image-line.com/redirect/flstudio_win_installer
game:
  arch: win64
  args: /unix "C:\Program Files\Image-Line\FL Studio 21\FL64.exe"
  exe: $GAMEDIR/drive_c/windows/system32/start.exe
  prefix: $GAMEDIR
installer:
- task:
    arch: win64
    name: create_prefix
    prefix: $GAMEDIR
- task:
    description: Installing Powershell Wrapper
    executable: powershell
    name: wineexec
    prefix: $GAMEDIR
- task:
    description: Installing FL Studio. The default settings should be fine, Please
      do not change the install location.
    executable: setup
    name: wineexec
    prefix: $GAMEDIR
    return_code: 50944
- task:
    app: gdiplus win10 allfonts
    description: Adding winetrick packages.
    name: winetricks
    prefix: $GAMEDIR
wine:
  overrides:
    d2d1: disabled
description: Installs the latest version of FL Studio and its dependencies.
game_slug: fl-studio
gogslug: ''
humblestoreid: ''
installer_slug: fl-studio-fl-studio-latest-gui
name: FL Studio
notes: "The installer might pick the fshack build from lutris by default as it thinks\
  \ this is the latest version, if you like running FL Studio full screen this is\
  \ a good solution. But I can highly recommend you select the non-fshack version.\r\
  \n\r\nIf you want to install any VST's, you can simply use the \"Run EXE inside\
  \ Wine prefix\" option to do so."
runner: wine
script:
  files:
  - powershell:
      filename: install_pwshwrapper.exe
      url: https://github.com/PietJankbal/powershell-wrapper-for-wine/blob/9205ad0033faa3183ffe1cac8947639b2b31004e/install_pwshwrapper.exe?raw=true
  - setup:
      filename: flstudio_win_installer.exe
      url: https://support.image-line.com/redirect/flstudio_win_installer
  game:
    arch: win64
    args: /unix "C:\Program Files\Image-Line\FL Studio 21\FL64.exe"
    exe: $GAMEDIR/drive_c/windows/system32/start.exe
    prefix: $GAMEDIR
  installer:
  - task:
      arch: win64
      name: create_prefix
      prefix: $GAMEDIR
  - task:
      description: Installing Powershell Wrapper
      executable: powershell
      name: wineexec
      prefix: $GAMEDIR
  - task:
      description: Installing FL Studio. The default settings should be fine, Please
        do not change the install location.
      executable: setup
      name: wineexec
      prefix: $GAMEDIR
      return_code: 50944
  - task:
      app: gdiplus win10 allfonts
      description: Adding winetrick packages.
      name: winetricks
      prefix: $GAMEDIR
  wine:
    overrides:
      d2d1: disabled
slug: fl-studio-fl-studio-latest-gui
steamid: null
version: FL Studio (latest) GUI Installer
year: 1997
{
  "game_slug": "fl-studio",
  "version": "FL Studio (latest) GUI Installer",
  "description": "Installs the latest version of FL Studio and its dependencies.",
  "notes": "The installer might pick the fshack build from lutris by default as it thinks this is the latest version, if you like running FL Studio full screen this is a good solution. But I can highly recommend you select the non-fshack version.\r\n\r\nIf you want to install any VST's, you can simply use the \"Run EXE inside Wine prefix\" option to do so.",
  "name": "FL Studio",
  "year": 1997,
  "steamid": null,
  "gogslug": "",
  "humblestoreid": "",
  "runner": "wine",
  "slug": "fl-studio-fl-studio-latest-gui",
  "installer_slug": "fl-studio-fl-studio-latest-gui",
  "script": {
    "files": [
      {
        "powershell": {
          "filename": "install_pwshwrapper.exe",
          "url": "https://github.com/PietJankbal/powershell-wrapper-for-wine/blob/9205ad0033faa3183ffe1cac8947639b2b31004e/install_pwshwrapper.exe?raw=true"
        }
      },
      {
        "setup": {
          "filename": "flstudio_win_installer.exe",
          "url": "https://support.image-line.com/redirect/flstudio_win_installer"
        }
      }
    ],
    "game": {
      "arch": "win64",
      "args": "/unix \"C:\\Program Files\\Image-Line\\FL Studio 21\\FL64.exe\"",
      "exe": "$GAMEDIR/drive_c/windows/system32/start.exe",
      "prefix": "$GAMEDIR"
    },
    "installer": [
      {
        "task": {
          "arch": "win64",
          "name": "create_prefix",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "description": "Installing Powershell Wrapper",
          "executable": "powershell",
          "name": "wineexec",
          "prefix": "$GAMEDIR"
        }
      },
      {
        "task": {
          "description": "Installing FL Studio. The default settings should be fine, Please do not change the install location.",
          "executable": "setup",
          "name": "wineexec",
          "prefix": "$GAMEDIR",
          "return_code": 50944
        }
      },
      {
        "task": {
          "app": "gdiplus win10 allfonts",
          "description": "Adding winetrick packages.",
          "name": "winetricks",
          "prefix": "$GAMEDIR"
        }
      }
    ],
    "wine": {
      "overrides": {
        "d2d1": "disabled"
      }
    }
  }
}
Back to game