summaryrefslogtreecommitdiff
path: root/setup_native
AgeCommit message (Collapse)Author
2012-07-17move ulfconv to l10ntoolsDavid Tardon
This allows us to drop dependency on setup_native everywhere. Change-Id: Ib033f8d5953682379c6c2ab53d5cf221e9d8cfec
2012-07-10New Finder background image for Mac OS installationStefan Knorr (astron)
Change-Id: I7f2d124f8a1d0330c4ab7bc58217e4368ee72cc2
2012-07-03typoAndras Timar
Change-Id: I12d875faa6f8206a5b0a37067ca21df124f71e22
2012-07-03remove unsued code and ornamentic comment blocksAndras Timar
Change-Id: I2067ceb1086edfebc51a7532a0539d4368175fe7
2012-06-22.dxp files don't need executable bitsMichael Stahl
Change-Id: I5fae2ec81b50203e9d6100f8c938fb3643ff651f
2012-06-22Remove some PCH tracesThomas Arnhold
Is testhxx still useful?! Change-Id: Ic7761214df4e3056c95f1b5dd8f1e3a2ce357d84
2012-06-21fdo#51274 optionally associate Visio file types (vsd/vst) to DrawAndras Timar
Change-Id: I0362d758205e7d12484e9e86ff2dce9608730c57
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21fdo#51270 fix RemoveExtensions custom actionAndras Timar
FINDPRODUCT property was not available to this deferred custom action. Not to mention that registry keys are also deleted at his stage of uninstallation. The proper solution is to set the installation directory with a type 51 custom action, and pass it to RemoveExtensions custom action via CustomActionData property. Change-Id: I0ac18b3a0b19ff1a87bcf580fad9c7fdadb26f76
2012-06-13remove reg4msdoc files, they are not compiledAndras Timar
Change-Id: I0b12dd16c6de05b14d2196771a81441ac0c73201
2012-06-12delete problematic IsOfficeRunning custom actionAndras Timar
Change-Id: Id68521b92f572366a68f35c09387a7ed45a835ff
2012-06-05fdo#47805 rework handling of 64-bit registry entriesAndras Timar
64-bit registry entries were entered via a custom action, which did not always work. By default the custom action ran with user privileges, which were not sufficient to write the registry. It is not necessary to use custom actions for this task. Windows installer supports it well. Change-Id: Id65458c363c2b90b3e7d166b4c836bfb1ff19bf4
2012-06-01fdo#50509 MSI: UI language selection from command line (e.g. silent install)Andras Timar
Change-Id: I1206a0c7f8508942eb844869fe1c75a48a9e01fd
2012-05-30add Amharic language to SelectLanguage custom actionAndras Timar
Change-Id: I8562d1289b269ca7f3aa959907641fd70be0770f
2012-05-14TDE integrationNorbert Thiebaud
Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e
2012-05-10error handling in SortTree custom actionAndras Timar
Change-Id: I03a06d09e3e84b6cb13bd68e8be4caebb1b9f5ab
2012-05-09EasyHack fdo#42783: get rid of CPU define/build system variableThomas Collerton
Change-Id: I6a178f7ff9c8306e15bcfa847ad1e5e4f8476504
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-24fdo#46355 sort SelectionTree control of Custom Setup with a custom actionAndras Timar
Although Microsoft says that SelectionTree control can publish a control event only on Windows Server 2003 and above, the custom action seems to be working under a fully patched Windows XP SP3. Maybe it fails silently on older Windows XPs, not to mention Windows 2000. I did not test those.
2012-04-12typo fix in commentAndras Timar
2012-04-12pack "en" dictionary only with "en" langpacksPetr Mladek
it is in the main installation tarball anyway; it was put in langpacks that did not have its own dictionary from some strange reason
2012-04-05Clean up optional online update moduleStephan Bergmann
* The updatecheckui lib is part of that module; should its scp entry also be marked ComponentCondition="ISCHECKFORPRODUCTUPDATES=1"? * unpack_update (and other scripts as well?) need only be generated if ENABLE_ONLINE_UPDATE. * It is inconsistent that there is a distinct onlineupdate.xcd not merged into main.xcd, while the updchk and updatecheckui component files are merged into the global services.rdb. * The updchk res file should also go into (a resource sub-module of) the optional online update module.
2012-03-27fix number of chars in strncmp after OpenOffice.org->LibreOffice changeAndras Timar
2012-03-27typo fix in commentAndras Timar
2012-03-27replace OpenOffice.org to LibreOffice in registry keysAndras Timar
2012-03-23.txt files don't need executable bitsMichael Stahl
2012-03-21chmod -xTor Lillqvist
2012-03-20remove unused xpdinstaller moduleAndras Timar
2012-03-12WaE: deprecated conversion from string constant to 'LPTSTR'David Tardon
2012-02-29add Amharic (am) UI translationAndras Timar
2012-02-22Fix build of the optional stdlibs package on LinuxPetr Mladek
2012-02-22Separate stdlib package (work in progress)Fridrich Štrba
2012-02-01A few safe replacements of pathes->pathsJesús Corrius
2012-02-01cppcheck: unused variablesKorrawit Pruegsanusak
also remove commented-out codes
2012-01-24Trivial description fix of previous fix (extension -> driver).Stephan Bergmann
2012-01-23fdo#45090: Changed postgresql-sdbc from bundled oxt to proper optional part.Stephan Bergmann
Replaced --enable-ext-postgresql-sdbc with --disable-postgresql-sdbc. Renamed postgresql-sdbc.uno{.ini,rc} to consistent postgresql-sdbc.ini (which made the code a little easier). Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> (cherry picked from commit 3a7ae48b6f610899200ae2800706533f7c4c9f80) Conflicts: configure.in connectivity/source/drivers/postgresql/makefile.mk
2012-01-18fdo#37740 remove duplicate icons from soffice.bin/soffice.exeAndras Timar
2012-01-06more wJRE cleanupAndras Timar
2012-01-04added Kyrgyz (China) [ky-CN] to language listEike Rathke
2011-12-18remove obsolete (OxygenOffice-style) Lightproof integrationAndras Timar
2011-12-12add Sinhala spelling dictionaryAndras Timar
2011-12-08add Aragonese spelling dictionaryAndras Timar
2011-12-07Remove oooimprovementAugust Sodora
2011-12-06remove NSIS supportAndras Timar
2011-12-03right copyright line for PostgreSQL-SDBCLionel Elie Mamane
2011-12-01create installation set for testsPetr Mladek
+ it currently includes just the smoketest and is available only for Linux + the side effect is that it builds the smoketest before instsetoo_native + it runs it only during dev-install when the variable RUN_SMOKETEST == YES
2011-11-30rename, and bundle the postgresql driver if it is enabledMichael Meeks
2011-11-25add Belarusian, Greek, Scottish Gaelic, and Telugu dictionariesAndras Timar
2011-11-25Fix linking of the new custom actionFridrich Štrba