|
I found registry here:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Uninstall\{3CC49D98-2914-4444-88F1-6739EBBD140E}_is1]
"Inno Setup: Setup Version"="5.4.2 (u)"
"Inno Setup: App Path"="C:\\Program Files\\Ubisoft\\The Adventures of Tintin"
"InstallLocation"="C:\\Program Files\\Ubisoft\\The Adventures of Tintin\\"
"Inno Setup: Icon Group"="Ubisoft\\The Adventures of Tintin"
"Inno Setup: User"="Truong Giang"
"Inno Setup: Selected Tasks"="desktopicon"
"Inno Setup: Deselected Tasks"="quicklaunchicon"
"Inno Setup: Language"="English"
"DisplayName"="The Adventures of Tintin 1.0"
"DisplayIcon"="C:\\Program Files\\Ubisoft\\The Adventures of Tintin\\TINTIN.exe"
"UninstallString"="\"C:\\Program Files\\Ubisoft\\The Adventures of Tintin\\unins000.exe\""
"QuietUninstallString"="\"C:\\Program Files\\Ubisoft\\The Adventures of Tintin\\unins000.exe\" /SILENT"
"DisplayVersion"="1.0"
"Publisher"="Ubisoft Montpellier"
"URLInfoAbout"="http://www.ubi.com"
"HelpLink"="http://support.ubi.com"
"NoModify"=dword:00000001
"NoRepair"=dword:00000001
"InstallDate"="20111024"
"MajorVersion"=dword:00000001
"MinorVersion"=dword:00000000
How to add to Inno Setup???
|