diff options
author | Andras Timar <atimar@suse.com> | 2012-08-13 18:07:44 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-08-13 18:10:41 +0200 |
commit | 72e21d7a5621846782f86e2fc645811efbf5f18a (patch) | |
tree | efb8cde179719acfe83f1cf71d0bdbfe57227cb4 /instsetoo_native/inc_openoffice | |
parent | e9631f40ee49a244b6c6816e5cfb36814b9bafba (diff) |
remove already removed SetInstallLocation from install sequences
Change-Id: I9a8e4a39ebc6d5f5a6092c58658f833b0f58d668
Diffstat (limited to 'instsetoo_native/inc_openoffice')
-rw-r--r-- | instsetoo_native/inc_openoffice/windows/msi_templates/AdminExe.idt | 1 | ||||
-rw-r--r-- | instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/AdminExe.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/AdminExe.idt index 2dd9e91da025..ede3f7cb4f42 100644 --- a/instsetoo_native/inc_openoffice/windows/msi_templates/AdminExe.idt +++ b/instsetoo_native/inc_openoffice/windows/msi_templates/AdminExe.idt @@ -11,4 +11,3 @@ InstallFinalize 400 InstallInitialize 250 InstallValidate 200 ScheduleReboot ISSCHEDULEREBOOT 375 -SetInstallLocation1 390 diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt index cfcd7ca5e9c0..115ac8778950 100644 --- a/instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt +++ b/instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt @@ -56,8 +56,6 @@ ScheduleReboot ISSCHEDULEREBOOT 3125 SelfRegModules 2850 SelfUnregModules 1100 SetARPInstallLocation 990 -SetInstallLocation1 3140 -SetInstallLocation2 3141 SetODBCFolders 550 StartServices VersionNT 2800 StopServices VersionNT 950 |