Skip to content

Commit

Permalink
Set Windows uninstaller icon in registry
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkypumpkin committed Aug 31, 2011
1 parent c313712 commit 0693264
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windows/get_iplayer_setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,7 @@ Function .onInstSuccess
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\get_iplayer" "URLInfoAbout" "${MOTHERSHIP}/get_iplayer/"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\get_iplayer" "Publisher" "${MOTHERSHIP_NAME}"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\get_iplayer" "UninstallString" "$INSTDIR\Uninst.exe"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\get_iplayer" "DisplayIcon" "$INSTDIR\Uninst.exe"
WriteRegStr HKCU "Software\${PRODUCT}" "" "$INSTDIR"
WriteUninstaller "$INSTDIR\Uninst.exe"
FunctionEnd
Expand Down

0 comments on commit 0693264

Please sign in to comment.