also delete programm dir on uninstall
This commit is contained in:
parent
9b69fa7dab
commit
320b571276
@ -41,6 +41,7 @@ msiexec /x $MsiId$ /qb! REBOOT=ReallySuppress
|
|||||||
[Files_uninstall]
|
[Files_uninstall]
|
||||||
; Example for recursively deleting the installation directory (don't forget the trailing backslash):
|
; Example for recursively deleting the installation directory (don't forget the trailing backslash):
|
||||||
;
|
;
|
||||||
|
delete -sf "$InstallDir$\"
|
||||||
|
|
||||||
[Registry_uninstall]
|
[Registry_uninstall]
|
||||||
; Example of deleting a registry key:
|
; Example of deleting a registry key:
|
||||||
|
Loading…
Reference in New Issue
Block a user