From d2bf6cfd00b29f473d2e86b08b1be58303f7f2d2 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Wed, 25 Jan 2012 06:30:48 +0100 Subject: [PATCH] Correct Uninstall 2. round --- CLIENT_DATA/delsub32.ins | 3 ++- build.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CLIENT_DATA/delsub32.ins b/CLIENT_DATA/delsub32.ins index 4bb093f..8cbe66f 100644 --- a/CLIENT_DATA/delsub32.ins +++ b/CLIENT_DATA/delsub32.ins @@ -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$ + " ..." diff --git a/build.sh b/build.sh index 3fc6245..c360223 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/sh PN="ppviewer" VERSION="2010" -RELEASE="2" +RELEASE="3" PRIORITY="0" ADVICE="" TYPE="restrict"