also delete programm dir on uninstall

This commit is contained in:
Mario Fetka 2012-02-15 05:49:31 +01:00
parent 9b69fa7dab
commit 320b571276

View File

@ -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: