summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2018-04-16 16:41:21 +0100
committerMike Kaganski <mike.kaganski@collabora.com>2018-04-16 17:44:08 +0200
commita6045159237419ce8fa49202c672e3895f0ab30a (patch)
tree91f5027efffdb46675f9b40ad87dc8e5d97f834e /solenv
parent-Werror,-Wunused-variable (diff)
downloadcore-a6045159237419ce8fa49202c672e3895f0ab30a.tar.gz
core-a6045159237419ce8fa49202c672e3895f0ab30a.zip
Use different properties in Upgrade table
Change-Id: I7e2cc08a1312da629e4644be97ebc7ed40250702 Reviewed-on: https://gerrit.libreoffice.org/52995 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/modules/installer/windows/upgrade.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/windows/upgrade.pm b/solenv/bin/modules/installer/windows/upgrade.pm
index cb54a794cbc5..b008d010fb15 100644
--- a/solenv/bin/modules/installer/windows/upgrade.pm
+++ b/solenv/bin/modules/installer/windows/upgrade.pm
@@ -52,7 +52,7 @@ sub create_upgrade_table
# 32-bit installer must also detect if 32-bit Runtime is installed
if ( $installer::globals::cpuname ne 'X86_64' )
{
- $newline = "{65E5BD06-6392-3027-8C26-853107D3CF1A}" . "\t" . "14.0.24215" . "\t" . "15.0.0" . "\t" . "" . "\t" . "258" . "\t" . "" . "\t" . "VCRUNTIME_DETECTED";
+ $newline = "{65E5BD06-6392-3027-8C26-853107D3CF1A}" . "\t" . "14.0.24215" . "\t" . "15.0.0" . "\t" . "" . "\t" . "258" . "\t" . "" . "\t" . "VCRUNTIME_DETECTED_32";
push(@upgradetable, $newline);
}