Correct Unimstall

This commit is contained in:
Mario Fetka 2012-01-10 06:28:23 +01:00
parent 67bb63fef3
commit c7f740e41a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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