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