mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-17 01:22:18 +00:00
uninstaller must remove program configuration also
This commit is contained in:
parent
91a5f8e41f
commit
395eccfeb4
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ Name: {commondesktop}\Doom Builder; Filename: {app}\Builder.exe; Tasks: desktopi
|
|||
Filename: {app}\Builder.exe; Description: {cm:LaunchProgram,Doom Builder}; Flags: nowait postinstall skipifsilent
|
||||
|
||||
[UninstallDelete]
|
||||
Name: {app}\Builder.log; Type: files
|
||||
Name: {localappdata}\Doom Builder; Type: filesandordirs
|
||||
[InstallDelete]
|
||||
Name: {app}\Builder.pdb; Type: files
|
||||
[Code]
|
||||
|
|
|
@ -50,7 +50,7 @@ Name: {commondesktop}\Doom Builder; Filename: {app}\Builder.exe; Tasks: desktopi
|
|||
Filename: {app}\Builder.exe; Description: {cm:LaunchProgram,Doom Builder}; Flags: nowait postinstall skipifsilent
|
||||
|
||||
[UninstallDelete]
|
||||
Name: {app}\Builder.log; Type: files
|
||||
Name: {localappdata}\Doom Builder; Type: files
|
||||
[Code]
|
||||
// Global variables
|
||||
var
|
||||
|
|
Loading…
Reference in a new issue