summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-01-25 15:43:31 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-01-25 15:43:31 +0100
commit6d689ed236f105a5f4d4c37f14d0d842ad216df9 (patch)
tree6ee16253f02d4e5e5f90791a6968b8d125d44289
parented98fffa8ec5a275c604f9cf1777648f38783608 (diff)
Hack: Fixed ProductCode for MSI packages
Change-Id: I71d4f0ca25c02c2795b316fabd641c03b82a4d84
-rw-r--r--solenv/bin/modules/installer/windows/msiglobal.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/solenv/bin/modules/installer/windows/msiglobal.pm b/solenv/bin/modules/installer/windows/msiglobal.pm
index 11340fdb845d..9c783e78939a 100644
--- a/solenv/bin/modules/installer/windows/msiglobal.pm
+++ b/solenv/bin/modules/installer/windows/msiglobal.pm
@@ -1362,6 +1362,9 @@ sub set_global_code_variables
$installer::globals::productcode = "\{" . ${$guidref}[0] . "\}";
}
+ # HACK: Fixed ProductCode
+ $installer::globals::productcode = "{795CAACE-4CCA-479F-8BF7-176B6E12C681}";
+
# UpgradeCode can take english as default, if not defined in specified language
$searchstring = "UPGRADECODE"; # searching in the codes.txt file