View Single Post
  #59  
Old 05-02-2013, 11:54
Theodor Theodor is offline
Registered User
 
Join Date: Jun 2011
Location: India
Posts: 42
Thanks: 16
Thanked 2 Times in 1 Post
Theodor is on a distinguished road
While monitoring the registry entries executed by this conversion,I found a mistake although I don't think it will affect anything much.
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Ubisoft\FarCry 3]
"UninstallString"="C:\\Program Files\\Ubisoft\\FarCry 3\\Uninstall\\unins000.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Ubisoft\FarCry 3 ]
"GDFBinary"="C:\\Program Files\\Ubisoft\\FarCry 3\\GDFBinary_en_US.dll"
"GameExplorer"="{32E9A39C-C639-4CDC-A755-B3752FE0702E}}"
"DisplayName"="Medal of Honor™ Warfighter"
"Locale"="en_US"
"Product GUID"="{1040143F-FEFB-4B90-8E51-E47D40E14C4E}}"
"Install Dir"="C:\\Program Files\\Ubisoft\\FarCry 3"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FarCry 3_is1]
"Inno Setup: Setup Version"="5.5.2 (u)"
"Inno Setup: App Path"="C:\\Program Files\\Ubisoft\\FarCry 3"
"InstallLocation"="C:\\Program Files\\Ubisoft\\FarCry 3\\"
"Inno Setup: Icon Group"="Ubisoft\\FarCry 3"
"Inno Setup: User"="User"
"Inno Setup: Language"="eng"
"DisplayName"="FarCry 3"
"DisplayIcon"="C:\\Program Files\\Ubisoft\\FarCry 3\\bin\\farcry3.exe"
"UninstallString"="\"C:\\Program Files\\Ubisoft\\FarCry 3\\Uninstall\\unins000.exe\""
"QuietUninstallString"="\"C:\\Program Files\\Ubisoft\\FarCry 3\\Uninstall\\unins000.exe\" /SILENT"
"DisplayVersion"="FarCry 3"
"NoModify"=dword:00000001
"NoRepair"=dword:00000001
"InstallDate"="20130206"
"EstimatedSize"=dword:000007b8

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"GlobalAssocChangedCounter"=dword:000001ca
The display name value is Medal of Honour Warfighter instead of FarCry 3.

Btw can this conversion be updated for 1.4 version with respective registry entry !
Reply With Quote