summaryrefslogtreecommitdiff
path: root/instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2017-12-14 08:37:45 +0200
committerMike Kaganski <mike.kaganski@collabora.com>2017-12-15 09:49:08 +0100
commitcfbc934609aaa303d03fd73b58bde1370ea312dc (patch)
tree73bd98eceacf3e494507366ffbe06a6fd5dbac63 /instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt
parent653b513181824f1aae76e6cad0a6a00b4456f6e1 (diff)
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 <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.idt16
1 files changed, 7 insertions, 9 deletions
diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt
index 680961b4f744..0a0d60f09832 100644
--- a/instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt
+++ b/instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt
@@ -1,7 +1,7 @@
Action Condition Sequence
s72 S255 I2
InstallExecuteSequence Action
-AllocateRegistrySpace NOT Installed 750
+AllocateRegistrySpace Not Installed 750
AppSearch 25
BindImage 2100
CCPSearch CCP_TEST 200
@@ -9,17 +9,17 @@ CostFinalize 500
CostInitialize 350
CreateFolders 1850
CreateShortcuts 2150
-DeleteServices VersionNT 1000
+DeleteServices 1000
DuplicateFiles 2050
FileCost 400
-FindRelatedProducts NOT ISSETUPDRIVEN 100
+FindRelatedProducts 100
InstallFiles 1950
InstallFinalize 3150
InstallInitialize 700
InstallODBC 2600
-InstallServices VersionNT 2750
+InstallServices 2750
InstallValidate 650
-ISInitAllUsers VersionNT And NOT Installed And Privileged 525
+ISInitAllUsers Not Installed And Privileged 525
IsolateComponents 450
LaunchConditions 50
MigrateFeatureStates 600
@@ -52,12 +52,10 @@ RemoveRegistryValues 1300
RemoveShortcuts 1600
RMCCPSearch Not CCP_SUCCESS And CCP_TEST 250
SameProductFound SAMEPRODUCTS 120
-ScheduleReboot ISSCHEDULEREBOOT 3125
SetARPInstallLocation 990
-SetARPNoRemove VersionNT < 600 995
SetODBCFolders 550
-StartServices VersionNT 2800
-StopServices VersionNT 950
+StartServices 2800
+StopServices 950
UnpublishComponents 850
UnpublishFeatures 900
UnregisterClassInfo 1350