From ea0fa2a8536597580b28f18ebcf70c62b37228e3 Mon Sep 17 00:00:00 2001 From: Mario Fetka <mario.fetka@gmail.com> Date: Fri, 24 Jun 2011 17:25:10 +0200 Subject: [PATCH] Correct 64bit uninstall --- CLIENT_DATA/delsub.ins | 2 +- build.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CLIENT_DATA/delsub.ins b/CLIENT_DATA/delsub.ins index 7ddc97d..edb1e38 100644 --- a/CLIENT_DATA/delsub.ins +++ b/CLIENT_DATA/delsub.ins @@ -7,7 +7,7 @@ Set $MsiId32$ = '{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}' Set $UninstallProgram32$ = $InstallDir32$ + "\Uninstall.exe" -Set $MsiId64$ = '{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}' +Set $MsiId64$ = '{23170F69-40C1-2702-0920-000001000000}' Set $UninstallProgram32$ = $InstallDir64$ + "\Uninstall.exe" if (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specific")) or ($INST_architecture$ = "both") or ($INST_architecture$ = "32 only") diff --git a/build.sh b/build.sh index 7a64749..6f3fe48 100644 --- a/build.sh +++ b/build.sh @@ -97,7 +97,6 @@ if test -d ".git"; then sed -e 's/^Author: //g' | \ sed -e 's/>Date: \([0-9]*-[0-9]*-[0-9]*\)/>\t\1/g' | \ sed -e 's/^\(.*\) \(\)\t\(.*\)/\3 \1 \2/g' > $OUT/$PN/OPSI/changelog.txt - exit 0 else echo "No git repository present." exit 1