summaryrefslogtreecommitdiffstats
path: root/instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2018-04-11 21:30:20 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2018-04-12 10:45:14 +0200
commit8faa1bc61fa8f09365d483364aea2b1c2751b587 (patch)
treec61bce5ec8f9652ac73a8750b5797aeb9d1927bf /instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt
parenttdf#105225 A character highlighting tab page based on the area tab page (diff)
downloadcore-8faa1bc61fa8f09365d483364aea2b1c2751b587.tar.gz
core-8faa1bc61fa8f09365d483364aea2b1c2751b587.zip
tdf#108580 related: check for Windows 8.1 April 2014 update rollup
... since it's the required prerequisite for Universal CRT. This moves Windows version check to LaunchCondition table; and adds a check for kernel32.dll version associated with the said update level. Change-Id: I1de84dc47c9392fcb7122e1a877db2e99eae2415 Reviewed-on: https://gerrit.libreoffice.org/52743 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt')
-rw-r--r--instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt1
1 files changed, 0 insertions, 1 deletions
diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt
index 722bb463629d..336d322052e7 100644
--- a/instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt
+++ b/instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt
@@ -69,4 +69,3 @@ ValidateProductID 300
WriteEnvironmentStrings 2500
WriteIniValues 2450
WriteRegistryValues 2400
-WrongWindowsVersion (VersionNT < WindowsMinVersionNumber) OR ((VersionNT = WindowsMinVersionNumber) AND (ServicePackLevel < WindowsMinSPNumber)) 10