diff --git a/CLIENT_DATA/delsub32.ins b/CLIENT_DATA/delsub32.ins index 1e92b2a..764ebb2 100644 --- a/CLIENT_DATA/delsub32.ins +++ b/CLIENT_DATA/delsub32.ins @@ -5,7 +5,7 @@ Set $MsiId$ = '{1E38D402-2678-4668-9812-45CD06658846}' -Set $MsiIdHelp$ = '{BC8B55D1-5B97-4882-9345-0D16FB25A76A}' +; Set $MsiIdHelp$ = '{BC8B55D1-5B97-4882-9345-0D16FB25A76A}' Set $UninstallProgram$ = $InstallDir$ + "\iv_uninstall.exe" Message "Uninstalling " + $ProductId$ + " ..." @@ -36,7 +36,7 @@ LinkFolder_uninstall "$UninstallProgram$" /silent [Winbatch_uninstall_msi] -msiexec /x $MsiIdHelp$ /qb! REBOOT=ReallySuppress +msiexec /x {BC8B55D1-5B97-4882-9345-0D16FB25A76A} /qb! REBOOT=ReallySuppress msiexec /x $MsiId$ /qb! REBOOT=ReallySuppress [Files_uninstall] diff --git a/build.sh b/build.sh index 1945c6e..5095991 100644 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/sh PN="libreoffice" VERSION="3.4.0" -RELEASE="1" +RELEASE="2" PRIORITY="0" ADVICE="" TYPE="public"