do uninstall correctly

This commit is contained in:
Mario Fetka 2012-01-25 22:20:04 +01:00
parent 4341539beb
commit 89f73c257c
4 changed files with 3 additions and 2 deletions

View File

@ -41,7 +41,8 @@ LinkFolder_uninstall
[Winbatch_uninstall_msi]
msiexec /x $MsiId$ /qb! REBOOT=ReallySuppress
;msiexec /x $MsiId$ /qb! REBOOT=ReallySuppress
"%ScriptPath%\ppviewer-uninstall.exe"
[Files_uninstall]
; Example for recursively deleting the installation directory (don't forget the trailing backslash):

Binary file not shown.

Binary file not shown.

View File

@ -1,7 +1,7 @@
#!/bin/sh
PN="ppviewer"
VERSION="2010"
RELEASE="3"
RELEASE="4"
PRIORITY="0"
ADVICE=""
TYPE="restrict"