| author | Andras Timar <atimar@suse.com> | 2012-08-13 16:07:44 (GMT) |
|---|---|---|
| committer | Andras Timar <atimar@suse.com> | 2012-08-13 16:10:41 (GMT) |
| commit | 72e21d7a5621846782f86e2fc645811efbf5f18a (patch) (side-by-side diff) | |
| tree | efb8cde179719acfe83f1cf71d0bdbfe57227cb4 | |
| parent | e9631f40ee49a244b6c6816e5cfb36814b9bafba (diff) | |
| download | core-72e21d7a5621846782f86e2fc645811efbf5f18a.zip core-72e21d7a5621846782f86e2fc645811efbf5f18a.tar.gz | |
remove already removed SetInstallLocation from install sequences
Change-Id: I9a8e4a39ebc6d5f5a6092c58658f833b0f58d668
| -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 2dd9e91..ede3f7c 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 cfcd7ca..115ac87 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 |
