summaryrefslogtreecommitdiff
path: root/instsetoo_native/inc_ooohelppack
AgeCommit message (Collapse)AuthorFilesLines
2013-10-02Media/LastSequence is i4, so it has to be 32767->65535 in _Validation tableAndras Timar1-1/+1
Change-Id: Icfcd8c70da350e5b431d6ac802a34b35adf8035b
2013-09-21fdo#58144 - disable the ARP 'Remove' button on Windows XPAndras Timar2-0/+2
Windows installer on Windows XP cannot display messages, when the installer database is encoded in UTF-8 and support for CTL languages is not installed. This patch is a workaround, it disables the 'Remove' button in Control Panel's Add or Remove Programs applet, so the user has to choose 'Change', and has to uninstall LibreOffice with the Wizard, which does not exhibit the problem. Initially this bug was not expected, when we changed the enconding from legacy codepages to UTF-8 - I would say irreversibly. Then the severity of the bug was underestimated, because usually uninstallation needs no user interaction, so it does not matter, if the text is unreadable. However, in some circumstances uninstallation needs to reboot the computer, and the user needs to understand the question, whether to reboot now or later. Change-Id: I7d6b4e82cbe4142d23c29313e43a90fa43944b2f
2013-04-30remove unused product variables from Windows installerAndras Timar1-1/+1
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-02-22s/the the/the/Tor Lillqvist1-1/+1
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2012-11-15re-base on ALv2 code. Includes:Michael Meeks4-2/+74
Patches contributed by: Armin Le Grand. #118558# Correcting OLE attributes of LO3.4 at load time by loading as OOo3.3, details see task. http://svn.apache.org/viewvc?view=revision&revision=1195906 #118485# - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 #118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles http://svn.apache.org/viewvc?view=revision&revision=1293316 #119337# Solves the wrong get/setPropertyValue calls in SvxShapeText (and thus in SvxOle2Shape) http://svn.apache.org/viewvc?view=revision&revision=1344156 Patches contributed by Mathias Bauer (and others) gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 cws mba34issues01: #i117717#: remove wrong assertion http://svn.apache.org/viewvc?view=revision&revision=1172349 Patch contributed by Herbert Duerr goodbye Registration and License dialogs, don't let the door hit you http://svn.apache.org/viewvc?view=revision&revision=1172613 help gcc 4.6.0 on 32bit ubuntu 11.10" http://svn.apache.org/viewvc?view=revision&revision=1245357 Do not add targets for junit tests when junit is disabled. Patch contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1241508 Revert "sb140: #i117082# avoid unncessary static class data members commit 21d97438e2944861e26e4984195f959a0cce1e41. remove obsolete FreeBSD visibility special case. retain consolidated BSD bridge code, remove OS/2 pieces.
2012-09-26use utf-8 instead of legacy code pages in all msi tables (related: fdo#39595)Andras Timar7-7/+7
Change-Id: Ib2dc00c024762800fdb74ffb376d92a8583d44ad
2012-09-23followup of bccb30a0Andras Timar1-18/+0
Change-Id: Ibf053d078ad048094527e4e25ee9499dbaacd007
2012-09-09fdo#52946 We don't need the productname multiple times in install dialogsAndras Timar1-34/+16
Change-Id: Id1e02ff8409a7261a86c0231898265490ddcac1b
2012-09-08remove SelfReg table from MSIAndras Timar3-6/+0
We did not use it, and it is not recommended to use it. See: http://msdn.microsoft.com/en-us/library/windows/desktop/aa371608%28v=vs.85%29.aspx Installation package authors are strongly advised against using self registration. Change-Id: I1dc9a5b66646c63d2ee9a672f045595e6bbb2f42
2012-06-12delete problematic IsOfficeRunning custom actionAndras Timar3-3/+0
Change-Id: Id68521b92f572366a68f35c09387a7ed45a835ff
2012-05-20remove Win9x specific conditionsAndras Timar1-2/+0
Change-Id: I81e8619f1c1dd2d2691ddcb6db6daf951cf87a70
2012-05-09partially revert 6d1f7fadc06bb57b175d5f4b94147373fc07f8a8Andras Timar4-2/+21
Change-Id: I I I0bfc367a3b2c551509b383fc4f6dcaa3cb8661f8
2012-05-07fix condition for SetupCompleteSuccessAndras Timar1-2/+2
Change-Id: Ia134204af1747f570e3048b47c2e12415ceb56b3
2012-05-07don't refer to a deleted controlAndras Timar1-1/+1
Change-Id: I61f54a76096f3d2390c16fb1715aa95761e761e5
2012-05-07remove unused checkboxes from Windows installerAndras Timar4-26/+2
Change-Id: I51eea9c45b893f56dece99e8d01e385c96051f8d
2012-04-26remove unused icons from Windows installerAndras Timar1-2/+0
2012-04-25fdo#47779 installer dialog header background should be whiteAndras Timar1-16/+16
2012-04-10fdo#48411 Find install location during help pack installAndras Timar3-0/+17
2012-03-23remove unused DatabaseFolder dialog from MSIAndras Timar3-20/+0
2012-03-20fix control order in MSI, this time for realAndras Timar1-1/+1
2012-03-20fix control order in MSIAndras Timar1-1/+1
2012-03-20Revert "remove last traces of serial number check from MSI"Andras Timar1-0/+1
This reverts commit 90ec7ecb86f4cc2005ac1c5a7e70b19fbdc02426.
2012-03-20remove last traces of serial number check from MSIAndras Timar1-1/+0
2012-03-20remove last traces of serial number check from MSIAndras Timar1-2/+1
2012-03-20remove unused License Agreement dialog from MSIAndras Timar4-23/+3
2012-03-20LibreOffice installer does not need Serial numberAndras Timar2-4/+0
2012-03-20remove unused BrOffice filesAndras Timar2-6/+0
2011-11-24Cleanup: remove unused artwork, consolidate remaining.Thorsten Behrens17-0/+0
* the *.ico files were simply copied around, for the msi templates, and then later customized by copying nologobanner/install onto them * now holding only one copy of the icons, removed later-deleted other *.bmp files
2011-09-17remove unused BrOffice filesAndras Timar1-67/+0
2011-09-17change key id pseudolanguage code from kid to qtzAndras Timar2-2/+2
kid is language code of Koshin. It is better to use a code from the ISO 639 private range.
2011-03-25fix language codes: be-BY -> be, ns -> nsoAndras Timar2-4/+4
2010-12-16Add a missing fileFridrich Štrba1-0/+0
2010-12-13Create makefile target to package helppacksFridrich Štrba46-0/+2026