Also delete leftovers

This commit is contained in:
Mario Fetka 2012-01-19 22:38:24 +01:00
parent a7cdbd0617
commit 460f679f84
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ msiexec /x $MsiId$ /qb! REBOOT=ReallySuppress
[Files_uninstall] [Files_uninstall]
; 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 "$InstallDir$\" delete -sf "$InstallDir$\"
[Registry_uninstall] [Registry_uninstall]
; Example of deleting a registry key: ; Example of deleting a registry key:

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
PN="tmviewer" PN="tmviewer"
VERSION="2010" VERSION="2010"
RELEASE="6" RELEASE="7"
PRIORITY="0" PRIORITY="0"
ADVICE="" ADVICE=""
TYPE="public" TYPE="public"