From 8faa1bc61fa8f09365d483364aea2b1c2751b587 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Wed, 11 Apr 2018 21:30:20 +0300 Subject: 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 Reviewed-by: Mike Kaganski --- instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt | 1 - 1 file changed, 1 deletion(-) (limited to 'instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt') 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 -- cgit