Created
December 17, 2016 22:44
-
-
Save mdeguzis/a613f430e871314ff297bd1d28179372 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Uplay | |
| game_slug: uplay | |
| runner: wine | |
| version: vista-test | |
| slug: uplay-vista-test | |
| installer_slug: uplay-vista-test | |
| exe: drive_c/Program Files/Ubisoft/Ubisoft Game Launcher/Uplay.exe | |
| files: | |
| - uplay: N/A:Please select the installer for Uplay | |
| game: | |
| prefix: $GAMEDIR | |
| installer: | |
| - task: | |
| key: ProductName | |
| name: set_regedit | |
| path: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion | |
| prefix: $GAMEDIR | |
| type: REG_SZ | |
| value: Microsoft Windows Vista | |
| - task: | |
| key: CSDVersion | |
| name: set_regedit | |
| path: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion | |
| prefix: $GAMEDIR | |
| type: REG_SZ | |
| value: Service Pack 2 | |
| - task: | |
| key: CurrentVersion | |
| name: set_regedit | |
| path: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion | |
| prefix: $GAMEDIR | |
| type: REG_SZ | |
| value: '6.0' | |
| - task: | |
| key: CurrentBuildNumber | |
| name: set_regedit | |
| path: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion | |
| prefix: $GAMEDIR | |
| type: REG_SZ | |
| value: '6002' | |
| - task: | |
| arch: win32 | |
| name: create_prefix | |
| prefix: $GAMEDIR | |
| - task: | |
| app: corefonts | |
| name: winetricks | |
| prefix: $GAMEDIR | |
| - task: | |
| app: tahoma | |
| name: winetricks | |
| prefix: $GAMEDIR | |
| - task: | |
| app: crypt32 | |
| name: winetricks | |
| prefix: $GAMEDIR | |
| - task: | |
| executable: uplay | |
| name: wineexec | |
| prefix: $GAMEDIR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment