Here is an example of what I want to change:

5 posts

UninstallIcon "MyUninstallerIcon.ico"
Section "-MakeUninstaller"
WriteUninstaller "$INSTDIR\Uninstall.exe"
WriteRegStr HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MyApplication" "DisplayName" "My Application (Uninstall only)"
WriteRegStr HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MyApplication" "DisplayIcon" "$INSTDIR\Uninstall.exe,0"
WriteRegStr HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MyApplication" "UninstallString" "$INSTDIR\Uninstall.exe"
SectionEnd