From cfbc934609aaa303d03fd73b58bde1370ea312dc Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Thu, 14 Dec 2017 08:37:45 +0200 Subject: MSI cleanup: remove redundant conditions VersionNT is now always greated than 600 (only needs checking in version checking action). ISSETUPDRIVEN and ISSCHEDULEREBOOT are specific to InstallShield and aren't relevant to LibreOffice installer. Change-Id: I6cb769c863e09f1568ae895a6cfbb0e5940c2486 Reviewed-on: https://gerrit.libreoffice.org/46434 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- instsetoo_native/inc_openoffice/windows/msi_templates/AdminExe.idt | 1 - 1 file changed, 1 deletion(-) (limited to 'instsetoo_native/inc_openoffice/windows/msi_templates/AdminExe.idt') diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/AdminExe.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/AdminExe.idt index 2377f5c5661f..7959472331a0 100644 --- a/instsetoo_native/inc_openoffice/windows/msi_templates/AdminExe.idt +++ b/instsetoo_native/inc_openoffice/windows/msi_templates/AdminExe.idt @@ -10,5 +10,4 @@ InstallFiles 350 InstallFinalize 400 InstallInitialize 250 InstallValidate 200 -ScheduleReboot ISSCHEDULEREBOOT 375 SetAdminInstallProperty 248 -- cgit