correct small problem in temlates

This commit is contained in:
Mario Fetka
2013-03-10 17:22:15 +01:00
parent 33ebcc84bc
commit d7318c9306
13 changed files with 18 additions and 20 deletions

View File

@@ -96,7 +96,7 @@ LinkFolder_uninstall
[Files_uninstall_32]
; Example for recursively deleting the installation directory (don't forget the trailing backslash):
;
; delete -sf "$InstallDir32$\"
delete -sf "$InstallDir32$\"
[Winbatch_uninstall_old_64]
; Choose one of the following examples as basis for program uninstall
@@ -129,7 +129,7 @@ msiexec /x $MsiId64$ /qb! REBOOT=ReallySuppress
[Files_uninstall_64]
; Example for recursively deleting the installation directory:
;
; del -sf "$InstallDir64$\"
del -sf "$InstallDir64$\"
[Registry_uninstall]
; Example of deleting a registry key: