Commit Graph

6 Commits

Author SHA1 Message Date
eb6fa6be75 remove thesaurus indexer CustomAction
It was never integrated and used. If we made the effort to integrate it,
Windows installer would be a few megabytes smaller, because indexes of
thesauri would be generated in install time (instead of packaging
pre-generated indexes).

However, the cons are:
* untested
* presumably slows down instal process which is slow already
* adds complexity to installer which is too complex already
* indexes will not be there in case of administrative install (QA)
* bad experiences with CustomActions that manipulate the installed
  application (various, weird permission problems)

Change-Id: I3989b835b1250718bc03107a3807d091e7a9aa0e
2013-02-13 12:12:20 +01:00
8eaac1d731 don't duplicate code for msvc and gcc
Change-Id: I65f33f31fb31ad5b2373bbc08865ca5b358d7ce0
2013-02-12 08:34:39 +01:00
684951f146 msvc needs instooofiltmsi too
Change-Id: I343bedcfb588bfd3fbfea572e7ce24c77c0b8178
2013-02-11 17:00:20 -05:00
ebb263856c Make instsetoo_native build again on mingw
Change-Id: I62d8ae0da7e98d4c2196b4d41e06ffe0b3a046f8
2013-02-11 21:22:22 +01:00
03b9ff533b Module_setup_native: include Package_ulf.mk
Change-Id: I023363a81af4909f3914354b082dfc2f0315e097
2013-02-10 11:51:02 +01:00
4261757fc6 convert setup_native to gbuild and add to tail_build
Change-Id: Ie12338dada22c59d55d89ed9611bb1a958b04223
Reviewed-on: https://gerrit.libreoffice.org/2063
Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de>
Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-02-09 20:41:19 +00:00