mirror of
https://github.com/tnodir/fort
synced 2024-11-15 03:56:18 +00:00
Installer: Simplify clearing before the install.
This commit is contained in:
parent
1868e019ab
commit
baffe6aba5
@ -58,13 +58,7 @@ Filename: "{app}\driver\scripts\uninstall.bat"; Flags: runascurrentuser
|
||||
Filename: "{app}\{#APP_EXE_NAME}"; Parameters: "-b=0"; Flags: runascurrentuser
|
||||
|
||||
[InstallDelete]
|
||||
Type: files; Name: "{app}\*.dll"
|
||||
Type: files; Name: "{app}\*.exe"
|
||||
Type: filesandordirs; Name: "{app}\driver"
|
||||
Type: filesandordirs; Name: "{app}\i18n"
|
||||
Type: filesandordirs; Name: "{app}\imports"
|
||||
Type: filesandordirs; Name: "{app}\plugins"
|
||||
Type: filesandordirs; Name: "{app}\scripts"
|
||||
Type: filesandordirs; Name: "{app}"
|
||||
|
||||
[UninstallDelete]
|
||||
Type: filesandordirs; Name: "{app}"
|
||||
|
Loading…
Reference in New Issue
Block a user