summaryrefslogtreecommitdiff
path: root/setup_native
AgeCommit message (Collapse)AuthorFilesLines
2012-07-03remove unsued code and ornamentic comment blocksAndras Timar1-104/+0
Change-Id: I2067ceb1086edfebc51a7532a0539d4368175fe7
2012-06-22.dxp files don't need executable bitsMichael Stahl2-0/+0
Change-Id: I5fae2ec81b50203e9d6100f8c938fb3643ff651f
2012-06-22Remove some PCH tracesThomas Arnhold3-9/+0
Is testhxx still useful?! Change-Id: Ic7761214df4e3056c95f1b5dd8f1e3a2ce357d84
2012-06-21fdo#51274 optionally associate Visio file types (vsd/vst) to DrawAndras Timar1-18/+53
Change-Id: I0362d758205e7d12484e9e86ff2dce9608730c57
2012-06-21re-base on ALv2 code.Michael Meeks17-352/+253
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks2-21/+29
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21fdo#51270 fix RemoveExtensions custom actionAndras Timar1-34/+8
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 Timar28-5501/+0
Change-Id: I0b12dd16c6de05b14d2196771a81441ac0c73201
2012-06-12delete problematic IsOfficeRunning custom actionAndras Timar8-331/+1
Change-Id: Id68521b92f572366a68f35c09387a7ed45a835ff
2012-06-05fdo#47805 rework handling of 64-bit registry entriesAndras Timar7-763/+0
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 Timar1-43/+88
Change-Id: I1206a0c7f8508942eb844869fe1c75a48a9e01fd
2012-05-30add Amharic language to SelectLanguage custom actionAndras Timar1-0/+1
Change-Id: I8562d1289b269ca7f3aa959907641fd70be0770f
2012-05-14TDE integrationNorbert Thiebaud1-0/+15
Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e
2012-05-10error handling in SortTree custom actionAndras Timar1-1/+31
Change-Id: I03a06d09e3e84b6cb13bd68e8be4caebb1b9f5ab
2012-05-09EasyHack fdo#42783: get rid of CPU define/build system variableThomas Collerton1-2/+2
Change-Id: I6a178f7ff9c8306e15bcfa847ad1e5e4f8476504
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-0/+0
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 Timar3-1/+40
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 Timar1-1/+1
2012-04-12pack "en" dictionary only with "en" langpacksPetr Mladek1-0/+1
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 Bergmann1-1/+4
* 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 Timar1-2/+2
2012-03-27typo fix in commentAndras Timar1-1/+1
2012-03-27replace OpenOffice.org to LibreOffice in registry keysAndras Timar3-12/+12
2012-03-23.txt files don't need executable bitsMichael Stahl8-0/+0
2012-03-21chmod -xTor Lillqvist2-0/+0
2012-03-20remove unused xpdinstaller moduleAndras Timar1-28/+0
2012-03-12WaE: deprecated conversion from string constant to 'LPTSTR'David Tardon1-1/+1
2012-02-29add Amharic (am) UI translationAndras Timar1-0/+1
2012-02-22Fix build of the optional stdlibs package on LinuxPetr Mladek1-4/+4
2012-02-22Separate stdlib package (work in progress)Fridrich Štrba1-0/+12
2012-02-01A few safe replacements of pathes->pathsJesús Corrius1-2/+2
2012-02-01cppcheck: unused variablesKorrawit Pruegsanusak3-21/+0
also remove commented-out codes
2012-01-24Trivial description fix of previous fix (extension -> driver).Stephan Bergmann1-1/+1
2012-01-23fdo#45090: Changed postgresql-sdbc from bundled oxt to proper optional part.Stephan Bergmann2-15/+15
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 Timar3-11/+11
2012-01-06more wJRE cleanupAndras Timar3-116/+0
2012-01-04added Kyrgyz (China) [ky-CN] to language listEike Rathke1-1/+2
2011-12-18remove obsolete (OxygenOffice-style) Lightproof integrationAndras Timar2-32/+0
2011-12-12add Sinhala spelling dictionaryAndras Timar2-0/+17
2011-12-08add Aragonese spelling dictionaryAndras Timar2-1/+17
2011-12-07Remove oooimprovementAugust Sodora1-46/+0
2011-12-06remove NSIS supportAndras Timar9-446/+0
2011-12-03right copyright line for PostgreSQL-SDBCLionel Elie Mamane1-1/+1
2011-12-01create installation set for testsPetr Mladek1-0/+44
+ 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 Meeks1-0/+15
2011-11-25add Belarusian, Greek, Scottish Gaelic, and Telugu dictionariesAndras Timar2-0/+68
2011-11-25Fix linking of the new custom actionFridrich Štrba1-0/+3
2011-11-25change logic of IsOfficeRunning custom action fdo#36677Andras Timar1-113/+26
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 Timar3-9/+0
2011-11-21Trying to fix packaging of SDKStephan Bergmann1-1/+1