View Single Post
  #7  
Old 03-11-2012, 07:59
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
Put this on Registry section in InstallerScript. I think its correct (i dont have this game, i took the registry infos from Privat's post).

Code:
Root: HKLM; Subkey: "Software\Activision\007 Legends"; ValueType: string; ValueData: {app}; ValueName: InstallPath; Flags: uninsdeletekey
Root: HKLM; Subkey: "Software\Activision\007 Legends"; ValueType: string; ValueData: {app}\Bond2012PC.exe; ValueName: ExePath; Flags: uninsdeletekey
Root: HKLM; Subkey: "Software\Activision\007 Legends"; ValueType: string; ValueData: 1.0; ValueName: version; Flags: uninsdeletekey
Root: HKLM; Subkey: "Software\Activision\007 Legends"; ValueType: dword; ValueName: language; ValueData: 1; Flags: uninsdeletekey; Languages: eng
Root: HKLM; Subkey: "Software\Activision\007 Legends"; ValueType: dword; ValueName: language; ValueData: 2; Flags: uninsdeletekey; Languages: fre
Root: HKLM; Subkey: "Software\Activision\007 Legends"; ValueType: dword; ValueName: language; ValueData: 3; Flags: uninsdeletekey; Languages: ita
Root: HKLM; Subkey: "Software\Activision\007 Legends"; ValueType: dword; ValueName: language; ValueData: 4; Flags: uninsdeletekey; Languages: ger
Root: HKLM; Subkey: "Software\Activision\007 Legends"; ValueType: dword; ValueName: language; ValueData: 5; Flags: uninsdeletekey; Languages: esp
Root: HKLM; Subkey: "Software\Activision\007 Legends"; ValueType: dword; ValueName: language; ValueData: 6; Flags: uninsdeletekey; Languages: rus
Edit: Oh, and please, set the exe from game in Setup.ini. There is no exe file specified (<- missing shortcut)

Last edited by KaktoR; 03-11-2012 at 09:21.
Reply With Quote
The Following 2 Users Say Thank You to KaktoR For This Useful Post:
Demonn (04-11-2012), pakrat2k2 (03-11-2012)