From 0653d8ba55131fe025cb1e7f914b872ca2f01486 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 16 Dec 2008 09:24:51 +0000 Subject: CWS-TOOLING: integrate CWS native210_DEV300 --- instsetoo_native/inc_openoffice/windows/msi_languages/CustomAc.ulf | 3 +++ instsetoo_native/inc_openoffice/windows/msi_templates/CustomAc.idt | 1 + instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt | 1 + instsetoo_native/inc_openoffice/windows/msi_templates/InstallU.idt | 1 + 4 files changed, 6 insertions(+) (limited to 'instsetoo_native') diff --git a/instsetoo_native/inc_openoffice/windows/msi_languages/CustomAc.ulf b/instsetoo_native/inc_openoffice/windows/msi_languages/CustomAc.ulf index 3e4864e84c91..29325b2bd42b 100644 --- a/instsetoo_native/inc_openoffice/windows/msi_languages/CustomAc.ulf +++ b/instsetoo_native/inc_openoffice/windows/msi_languages/CustomAc.ulf @@ -3,3 +3,6 @@ en-US = "A newer version of [ProductName] was found. To install an older versio [OOO_CUSTOMACTION_2] en-US = "The same version of this product is already installed." + +[OOO_CUSTOMACTION_3] +en-US = "An older version of [ProductName] was found. To install a newer version, the older version needs to be removed first." diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/CustomAc.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/CustomAc.idt index e3bb73b9ed90..93411143a914 100644 --- a/instsetoo_native/inc_openoffice/windows/msi_templates/CustomAc.idt +++ b/instsetoo_native/inc_openoffice/windows/msi_templates/CustomAc.idt @@ -41,6 +41,7 @@ SetOfficeInstallLocation 51 OFFICEINSTALLLOCATION [OFFICEDIRECTORYGID] SetBasisInstallLocation 51 BASISINSTALLLOCATION [BASISDIRECTORYGID] SetUreInstallLocation 51 UREINSTALLLOCATION [UREDIRECTORYGID] NewProductFound 19 OOO_CUSTOMACTION_1 +OldProductFound 19 OOO_CUSTOMACTION_3 SameProductFound 19 OOO_CUSTOMACTION_2 SetLanguageSelected 51 LANG_SELECTED 1 ResetLanguageSelected 51 LANG_SELECTED 0 diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt index dc528293b869..4626b220ec3f 100644 --- a/instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt +++ b/instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt @@ -58,6 +58,7 @@ MoveFiles 1900 MsiPublishAssemblies 3025 MsiUnpublishAssemblies 875 NewProductFound NEWPRODUCTS 110 +OldProductFound OLDPRODUCTSSAMEMAJOR And (VersionNT > 599) 115 PatchFiles 2000 ProcessComponents 800 PublishComponents 3000 diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/InstallU.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/InstallU.idt index 135987f108d3..1ccec5fa5b0c 100644 --- a/instsetoo_native/inc_openoffice/windows/msi_templates/InstallU.idt +++ b/instsetoo_native/inc_openoffice/windows/msi_templates/InstallU.idt @@ -15,6 +15,7 @@ LaunchConditions 50 MaintenanceWelcome Installed And Not RESUME And Not Preselected And Not PATCH 750 MigrateFeatureStates 600 NewProductFound NEWPRODUCTS 160 +OldProductFound OLDPRODUCTSSAMEMAJOR And (VersionNT > 599) 165 PatchWelcome Installed And PATCH And Not IS_MAJOR_UPGRADE 625 ResolveSource Not Installed And Not PATCH 525 RMCCPSearch Not CCP_SUCCESS And CCP_TEST 300 -- cgit v1.2.3