From 11e68e471068cc47d8604b38ceece7ebab109734 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sun, 26 Feb 2012 06:19:56 +0100 Subject: [PATCH] also delete programm folder --- CLIENT_DATA/delsub.ins | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CLIENT_DATA/delsub.ins b/CLIENT_DATA/delsub.ins index 477a5fe..08ffccf 100644 --- a/CLIENT_DATA/delsub.ins +++ b/CLIENT_DATA/delsub.ins @@ -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: