also delete install dir after uninstall

This commit is contained in:
Mario Fetka 2013-03-11 04:51:41 +01:00
parent d87ffa2df0
commit 6207154c5c
1 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ msiexec /x $MsiId32$ /qb! REBOOT=ReallySuppress
[Files_uninstall_32] [Files_uninstall_32]
; 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 "$InstallDir32$\" delete -sf "$InstallDir32$\"
[Winbatch_uninstall_old_64] [Winbatch_uninstall_old_64]
"$UninstallProgramOld64$" /VERYSILENT "$UninstallProgramOld64$" /VERYSILENT
@ -133,7 +133,7 @@ msiexec /x $MsiId64$ /qb! REBOOT=ReallySuppress
[Files_uninstall_64] [Files_uninstall_64]
; Example for recursively deleting the installation directory: ; Example for recursively deleting the installation directory:
; ;
; del -sf "$InstallDir64$\" del -sf "$InstallDir64$\"
[Registry_uninstall] [Registry_uninstall]
; Example of deleting a registry key: ; Example of deleting a registry key: