Commit graph

6 commits

Author SHA1 Message Date
Andras Timar
5b77c93b28 remove unused product variables from Windows installer
OLDPRODUCT2 - it was a workaround for OOo 1.9, obsolete
SAMEPRODUCTS - same product have the same ProductCode, so installer detect it
anyway under normal circumstances. It is possible that a tester/developer tries
to install the same version with different ProductCode over an existing installation
(e.g. dailyes or RCs). Then we are in trouble. However, SAMEPRODUCTS was not in use.
Moreover, Windows Installer uses only the first three fields of the product version.
So we cannot make difference between e.g. 4.0.3.1 and 4.0.3.2, and this is the new versioning
scheme.
BETAPRODUCTS - LibreOffice have never used different upgrade code (BETAUPGRADECODE) for betas.
OLDPRODUCTSPATCH, SAMEPRODUCTSPATCH, NEWPRODUCTSPATCH - related to old Star Division patching
mechanism, they were commented out anyway.
STUBPRODUCTS, STUBUPGRADECODE - these look useless

Change-Id: I77d67b72e18fa6b3ba4182b99e198c42f247cea4
2013-04-30 01:23:35 -07:00
Andras Timar
0475a79049 use utf-8 instead of legacy code pages in all msi tables (related: fdo#39595)
Change-Id: Ib2dc00c024762800fdb74ffb376d92a8583d44ad
2012-09-26 18:59:13 +02:00
Rüdiger Timm
f602e03410 INTEGRATION: CWS native188_DEV300 (1.4.62); FILE MERGED
2008/08/21 15:14:01 is 1.4.62.1: #i92952# ooo3 has to remove all older ooo3 products
2008-08-27 10:49:23 +00:00
Kurt Zenker
0841a9868b INTEGRATION: CWS native152 (1.3.208); FILE MERGED
2008/05/15 09:06:14 is 1.3.208.1: #i42871# translation for Windows Installer dialog titles
2008-05-21 11:00:25 +00:00
Rüdiger Timm
74d47257e3 INTEGRATION: CWS native80 (1.2.208); FILE MERGED
2007/03/05 16:48:39 is 1.2.208.1: #145483# removing errors in msi databases
2007-04-02 11:31:51 +00:00
Rüdiger Timm
645208aa28 INTEGRATION: CWS sdkinstaller (1.1.2); FILE ADDED
2005/09/08 10:44:44 is 1.1.2.1: #120096# new sdkoo product
2005-11-09 08:21:29 +00:00