summaryrefslogtreecommitdiff
path: root/setup_native
AgeCommit message (Collapse)Author
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
2011-11-25change logic of IsOfficeRunning custom action fdo#36677Andras Timar
instead of trying to rename a file or folder in Program Files directory - which is write protected anyway normally - installer checks the process list, if there is a process called "soffice.bin".
2011-11-25remove unused definesAndras Timar
2011-11-21Trying to fix packaging of SDKStephan Bergmann
2011-11-16Typo WITHOUTDOTPACKAGEVERSION -> WITHOUTDOTPRODUCTVERSION.Stephan Bergmann
2011-11-15Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION.Stephan Bergmann
With the basis/brand split undone, they are always the same as PRODUCTVERSION and ABOUTBOXPRODUCTVERSION, respectively.
2011-11-08add patch creation profile file for LibreOfficeAndras Timar
2011-11-08setup_native: add 64 bit provides to fake-db.rpmMichael Stahl
2011-11-03Give Mac master builds a nice background .dmg image, tooThorsten Behrens
Added a new DevVersionCopy action to scp2, that fires if PRODUCTNAME equals "LibO-dev" - in that case, we use the DS_Store_Dev one.
2011-11-01Fix .dmg background image some more.Thorsten Behrens
2011-10-24Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵Stephan Bergmann
BaseInstallation.
2011-10-24Undo basis/brand split: Moved WNT-specific patchlist.txt etc.Stephan Bergmann
2011-10-18Undo basis/brand split: move presets/ from basis to brand.Stephan Bergmann
Also let utl::Bootstrap::locateBaseInstallation return $BRAND_BASE_DIR instead of $OOO_BASE_DIR, so that things match again.