also delete programm folder

This commit is contained in:
Mario Fetka 2012-02-26 06:19:56 +01:00
parent d8319df686
commit 11e68e4710
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ msiexec /x $MsiId32$ /qb! REBOOT=ReallySuppress
[Files_uninstall_32]
; Example for recursively deleting the installation directory (don't forget the trailing backslash):
;
; delete -sf "$InstallDir32$\"
delete -sf "$InstallDir32$\"
[Winbatch_uninstall_msi_64]
msiexec /x $MsiId64$ /qb! REBOOT=ReallySuppress
@ -55,7 +55,7 @@ msiexec /x $MsiId64$ /qb! REBOOT=ReallySuppress
[Files_uninstall_64]
; Example for recursively deleting the installation directory (don't forget the trailing backslash):
;
; delete -sf "$InstallDir64$\"
delete -sf "$InstallDir64$\"
[Registry_uninstall]
; Example of deleting a registry key: