Private GIT

Skip to content
Snippets Groups Projects
Commit 7849e717 authored by Ruud's avatar Ruud
Browse files

Uninstall only create files, no wildcard *.*

parent 087894eb
No related branches found
No related tags found
No related merge requests found
...@@ -25,4 +25,10 @@ Name: "{userstartup}\{#MyAppName}"; Filename: "{app}\{#MyAppName}.exe"; Tasks: s ...@@ -25,4 +25,10 @@ Name: "{userstartup}\{#MyAppName}"; Filename: "{app}\{#MyAppName}.exe"; Tasks: s
Name: "startup"; Description: "Run {#MyAppName} at startup"; Flags: unchecked Name: "startup"; Description: "Run {#MyAppName} at startup"; Flags: unchecked
[UninstallDelete] [UninstallDelete]
Type: filesandordirs; Name: "{app}\*.*" Type: filesandordirs; Name: "{app}\appdata"
\ No newline at end of file Type: filesandordirs; Name: "{app}\Microsoft.VC90.CRT"
Type: filesandordirs; Name: "{app}\updates"
Type: filesandordirs; Name: "{app}\CouchPotato*"
Type: filesandordirs; Name: "{app}\python27.dll"
Type: filesandordirs; Name: "{app}\unins000.dat"
Type: filesandordirs; Name: "{app}\unins000.exe"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment