Thread: **New Installer
View Single Post
  #25  
Old 20-10-2015, 14:50
rinaldo's Avatar
rinaldo rinaldo is offline
Registered User
 
Join Date: Sep 2015
Location: Rome
Posts: 433
Thanks: 101
Thanked 696 Times in 191 Posts
rinaldo is on a distinguished road
Quote:
Originally Posted by ShadowEagle View Post
How to edit the skin? I want to create my own look and feel.
Link

Quote:
Originally Posted by Stor31 View Post
How to integrate the registry key Plz ..
thx
Example:
Code:
[Registry]
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: string; ValueName: Inno Setup: Setup Version; ValueData: 5.5.1.ee2 (u); Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: string; ValueName: Inno Setup: App Path; ValueData: C:\Program Files (x86)\Rockstar Games\Grand Theft Auto V; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: string; ValueName: InstallLocation; ValueData: C:\Program Files (x86)\Rockstar Games\Grand Theft Auto V\; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: string; ValueName: Inno Setup: Icon Group; ValueData: Rockstar Games; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: string; ValueName: Inno Setup: User; ValueData: Rina; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: string; ValueName: Inno Setup: Language; ValueData: default; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: string; ValueName: DisplayName; ValueData: Grand Theft Auto V; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: string; ValueName: DisplayIcon; ValueData: C:\Program Files (x86)\Rockstar Games\Grand Theft Auto V\Un\unins000.exe; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: string; ValueName: UninstallString; ValueData: """C:\Program Files (x86)\Rockstar Games\Grand Theft Auto V\Un\unins000.exe"""; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: string; ValueName: UninstallDataFile; ValueData: C:\Program Files (x86)\Rockstar Games\Grand Theft Auto V\Un\unins000.dat; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: string; ValueName: QuietUninstallString; ValueData: """C:\Program Files (x86)\Rockstar Games\Grand Theft Auto V\Un\unins000.exe"" /SILENT"; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: string; ValueName: DisplayVersion; ValueData: 1.0.0.0; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: string; ValueName: Publisher; ValueData: Rockstar Games; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: dword; ValueName: NoModify; ValueData: $00000001; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: dword; ValueName: NoRepair; ValueData: $00000001; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: string; ValueName: InstallDate; ValueData: 20151016; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: dword; ValueName: MajorVersion; ValueData: $00000001; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: dword; ValueName: MinorVersion; ValueData: $00000000; Flags: uninsdeletevalue uninsdeletekeyifempty
;Root: HKLM; SubKey: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Grand Theft Auto V_is1; ValueType: dword; ValueName: EstimatedSize; ValueData: $000005be; Flags: uninsdeletevalue uninsdeletekeyifempty

Last edited by rinaldo; 20-10-2015 at 14:56.
Reply With Quote
The Following User Says Thank You to rinaldo For This Useful Post:
Stor31 (21-10-2015)