Created
December 17, 2016 16:55
-
-
Save mdeguzis/92741908ff50c38319005c18bb6d468f 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
| exe: drive_c/Program Files/Ubisoft/Ubisoft Game Launcher/Uplay.exe | |
| files: | |
| - uplay: https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UplayInstaller.exe | |
| 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 7 | |
| - task: | |
| key: CSDVersion | |
| name: set_regedit | |
| path: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion | |
| prefix: $GAMEDIR | |
| type: REG_SZ | |
| value: Service Pack 1 | |
| - task: | |
| key: CurrentVersion | |
| name: set_regedit | |
| path: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion | |
| prefix: $GAMEDIR | |
| type: REG_SZ | |
| value: '6.1' | |
| - task: | |
| key: CurrentBuildNumber | |
| name: set_regedit | |
| path: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion | |
| prefix: $GAMEDIR | |
| type: REG_SZ | |
| value: '7601' | |
| - task: | |
| arch: win32 | |
| name: create_prefix | |
| prefix: $GAMEDIR | |
| - task: | |
| app: corefonts | |
| name: wintricks | |
| prefix: $GAMEDIR | |
| - task: | |
| app: tahoma | |
| name: wintricks | |
| prefix: $GAMEDIR | |
| - task: | |
| app: crypt32 | |
| name: wintricks | |
| 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