Skip to content

Instantly share code, notes, and snippets.

@mdeguzis
Created December 17, 2016 16:55
Show Gist options
  • Select an option

  • Save mdeguzis/92741908ff50c38319005c18bb6d468f to your computer and use it in GitHub Desktop.

Select an option

Save mdeguzis/92741908ff50c38319005c18bb6d468f to your computer and use it in GitHub Desktop.
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