View Single Post
  #3  
Old 22-11-2012, 08:02
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
Quote:
Originally Posted by REV0 View Post
It's not my background. TextBG was created with background, therefore it's normal that you dont see it.



I also installed the game and it seems we have 2 different sets of regkeys, that was unexpected.

I will update iss file tonight, stay tuned.
Code:
[Registry]
Root: HKLM; Subkey: {#MainKey}; Flags: uninsdeletekeyifempty
Root: HKLM; Subkey: {#MainKey}\{code:GetAppName2}; ValueName: InstallDir; ValueType: String; ValueData: {app}; Flags: uninsdeletekey
Root: HKLM; Subkey: {#MainKey}\{code:GetAppName2}; ValueName: Language; ValueType: String; ValueData: {code:GetLocales}; Flags: uninsdeletekey
Root: HKLM; Subkey: {#MainKey}\{code:GetAppName2}\GameUpdate; ValueName: execPath; ValueType: String; ValueData: {app}\AC3SP.exe; Flags: uninsdeletekey
Root: HKLM; Subkey: {#MainKey}\{code:GetAppName2}\GameUpdate; ValueName: info; ValueType: String; ValueData: f77ec040f361440b8eec12981898da70; Flags: uninsdeletekey
Root: HKLM; Subkey: {#MainKey}\{code:GetAppName2}\GameUpdate; ValueName: installdir; ValueType: String; ValueData: {app}; Flags: uninsdeletekey
Root: HKLM; Subkey: {#MainKey}\{code:GetAppName2}\GameUpdate; ValueName: language; ValueType: String; ValueData: {code:GetLocales2}; Flags: uninsdeletekey
Root: HKLM; Subkey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{{9D15E813-0C26-41E7-ABC5-3EB06FF1B3CF}; ValueName: DisplayVersion; ValueType: String; ValueData: 1.01; Flags: uninsdeletekey
After the patch v.1.01 is installed, you need to update only 2 reg keys (red values)
Reply With Quote