From 460f679f840820bda5b523785d2c204494801dcc Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Thu, 19 Jan 2012 22:38:24 +0100 Subject: [PATCH] Also delete leftovers --- CLIENT_DATA/delsub32.ins | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CLIENT_DATA/delsub32.ins b/CLIENT_DATA/delsub32.ins index d650365..59a4138 100644 --- a/CLIENT_DATA/delsub32.ins +++ b/CLIENT_DATA/delsub32.ins @@ -45,7 +45,7 @@ msiexec /x $MsiId$ /qb! REBOOT=ReallySuppress [Files_uninstall] ; Example for recursively deleting the installation directory (don't forget the trailing backslash): ; -; delete -sf "$InstallDir$\" +delete -sf "$InstallDir$\" [Registry_uninstall] ; Example of deleting a registry key: diff --git a/build.sh b/build.sh index 2e9a977..f61b499 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/sh PN="tmviewer" VERSION="2010" -RELEASE="6" +RELEASE="7" PRIORITY="0" ADVICE="" TYPE="public"