Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
ZUploader uninstaller cleaning registry for startup/context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaex committed Mar 8, 2012
1 parent 24da3dd commit 4ac8601
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ZUploader Setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppName}.exe"; Check:
[Run]
Filename: "{app}\{#MyAppName}.exe"; Description: {cm:LaunchProgram,ZUploader}; Flags: nowait postinstall skipifsilent

[Registry]
Root: "HKCU"; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "{#MyAppName}"; Flags: uninsdeletevalue
Root: "HKCU"; Subkey: "Software\Classes\*\shell\{#MyAppName}"; Flags: uninsdeletekey
Root: "HKCU"; Subkey: "Software\Classes\Folder\shell\{#MyAppName}"; Flags: uninsdeletekey

[Code]
function DesktopIconExists(): Boolean;
begin
Expand Down

0 comments on commit 4ac8601

Please sign in to comment.