Installer lego-harry-potter-years-5-7-cd
This script is for reference only and can't be directly used to install the game in the Lutris client. To install the game, download the full script.
game: exe: "drive_c/Program Files/WB Games/LEGO\xAE Harry Potter\u2122 2/LEGOHarry2.exe" prefix: $GAMEDIR installer: - insert-disc: requires: LegoHarry2.msi - task: arch: win32 name: create_prefix prefix: $GAMEDIR - task: args: /i $DISC/LEGOHarry2.msi description: Running Installer executable: msiexec name: wineexec prefix: $GAMEDIR
{ "installer": [ { "insert-disc": { "requires": "LegoHarry2.msi" } }, { "task": { "prefix": "$GAMEDIR", "arch": "win32", "name": "create_prefix" } }, { "task": { "description": "Running Installer", "args": "/i $DISC/LEGOHarry2.msi", "name": "wineexec", "executable": "msiexec", "prefix": "$GAMEDIR" } } ], "game": { "prefix": "$GAMEDIR", "exe": "drive_c/Program Files/WB Games/LEGO\u00ae Harry Potter\u2122 2/LEGOHarry2.exe" } }