Correct Uninstall 2. round

This commit is contained in:
Mario Fetka 2012-01-25 06:30:48 +01:00
parent c7f740e41a
commit d2bf6cfd00
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,8 @@
; credits: http://www.opsi.org/credits/
Set $MsiId$ = '{00004159-FA00-7040-0000-000000F01FEC}'
#Set $MsiId$ = '{00004159-FA00-7040-0000-000000F01FEC}'
Set $MsiId$ = '{95140000-00AF-0407-0000-0000000FF1CE}'
Set $UninstallProgram$ = $InstallDir$ + "\uninstall.exe"
Message "Uninstalling " + $ProductId$ + " ..."

View File

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