[ooo-build-commit] patches/dev300
Kalman "" Szalai
kami911 at kemper.freedesktop.org
Wed Jun 10 00:23:11 PDT 2009
patches/dev300/apply | 7 ++++++-
patches/dev300/ooop-updatable-sameversion.diff | 20 ++++++++++++++++++++
2 files changed, 26 insertions(+), 1 deletion(-)
New commits:
commit d156f5495c1457b9a2dbba8f2e11cf222eae1a42
Author: Kalman Szalai - KAMI <kami911 at gmail.com>
Date: Wed Jun 10 09:21:45 2009 +0200
Make OxygenOffice updatable from same version
So you can upgrade from other OpenOffice.org versions to OxygenOffice Professional without uninstalling the old product (with same version)
diff --git a/patches/dev300/apply b/patches/dev300/apply
index bc6bd2b..58d9dfb 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -139,7 +139,7 @@ OxygenOfficeMacOSXCommon : Common, SystemBits, IntegrateExtensions, DejaVuFonts,
OxygenOfficeWin32Common : Common, Win32Only, NotDebian, IntegrateExtensions, DejaVuFonts, OOXMLExport
OxygenOfficeLinux: OxygenOfficeLinuxCommon, OxygenOfficePalettes, OxygenOfficeDefaultSettings, OxygenOfficeExtras
-OxygenOfficeWindows: OxygenOfficeWin32Common, OxygenOfficePalettes, OxygenOfficeDefaultSettings, OxygenOfficeExtras
+OxygenOfficeWindows: OxygenOfficeWin32Common, OxygenOfficePalettes, OxygenOfficeDefaultSettings, OxygenOfficeExtras, OxygenOfficeWin32Only
# FSFhu
FSFhuWindows : Win32Common, NovellOnly, Lockdown, Fpickers, CustomUserConfig, DejaVuFonts, IntegrateExtensions
FSFhuLinux : NovellBase, EMFPlus, CairoFonts, DejaVuFonts, IntegrateExtensions
@@ -2598,6 +2598,11 @@ ooowikipedia_genericcommands.diff
ooowikipedia_writer.diff
ooowikipedia_toolbars.diff
+[ OxygenOfficeWin32Only ]
+# Update Windows installation of OpenOffice.org even the version is same
+# So you can upgrade to OxygenOffice without removing OpenOffice.org
+ooop-updatable-sameversion.diff
+
[ Win32Only ]
mozilla-source-1.7.5.patch.diff, i#84961, tml
diff --git a/patches/dev300/ooop-updatable-sameversion.diff b/patches/dev300/ooop-updatable-sameversion.diff
new file mode 100644
index 0000000..9852938
--- /dev/null
+++ b/patches/dev300/ooop-updatable-sameversion.diff
@@ -0,0 +1,20 @@
+--- instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt.original 2009-06-02 18:56:22.000000000 +0200
++++ instsetoo_native/inc_openoffice/windows/msi_templates/InstallE.idt 2009-06-02 18:56:22.000000000 +0200
+@@ -83,7 +83,6 @@
+ RemoveShortcuts 1600
+ RunningOffice OFFICERUNS="1" 135
+ RMCCPSearch Not CCP_SUCCESS And CCP_TEST 250
+-SameProductFound SAMEPRODUCTS 120
+ ScheduleReboot ISSCHEDULEREBOOT 3125
+ SelfRegModules 2850
+ SelfUnregModules 1100
+--- instsetoo_native/inc_openoffice/windows/msi_templates/InstallU.idt.original 2009-06-02 18:56:41.000000000 +0200
++++ instsetoo_native/inc_openoffice/windows/msi_templates/InstallU.idt 2009-06-02 18:56:41.000000000 +0200
+@@ -18,7 +18,6 @@
+ 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
+-SameProductFound SAMEPRODUCTS 170
+ setAllUsersProfile2K VersionNT >= 500 512
+ SetAllUsersProfileNT VersionNT = 400 511
+ SetupCompleteError -3
More information about the ooo-build-commit
mailing list