office-gobmx/instsetoo_native
Juergen Funk 2215be5268 tdf#127711 - A runtime-switch for the MiniCrashDump
- in soffice.ini (sofficerc) the entry "CrashDumpEnable" default is "true"
    - when false then the Dump.ini and the dump-file are not written
    - when the switch --disable-crashdump is set, then the
      switch "CrashDumpEnable" set to "false"
    - when the entry "CrashDumpEnable" is missing, in this case is the
      default true, too
    - the checkbox under Options-General "Send crash reports to ..."
      is deactive and shows off (only view, not change the config)

 - when set the environment variable "CRASH_DUMP_ENABLE" to any char
   then the switch "CrashDumpEnable=false" are overrules with true
   and the Dump.ini and dump-file are write

Change-Id: I34e7795640eb95d111e18b0ad46ec67b2c126b19
Reviewed-on: https://gerrit.libreoffice.org/79273
Tested-by: Jenkins
Reviewed-by: Juergen Funk (CIB) <juergen.funk_ml@cib.de>
2019-10-02 09:43:12 +02:00
..
inc_common/windows/msi_templates/Binary
inc_ooohelppack/windows/msi_templates tdf#126944 - Update help installer fonts to Segoe UI 9 pt 2019-09-21 14:00:47 +02:00
inc_openoffice tdf#127240 Increase a height of checkbox's text in win installer 2019-09-01 08:07:29 +02:00
inc_sdkoo/windows/msi_templates
util
CustomTarget_install.mk WINDOWS_BUILD_SIGNING: check for explicit TRUE for signing msi 2019-09-06 18:31:23 +02:00
CustomTarget_setup.mk tdf#127711 - A runtime-switch for the MiniCrashDump 2019-10-02 09:43:12 +02:00
Makefile
Module_instsetoo_native.mk
ooenv
Package_instsetoo_native_ooenv.mk
Package_setup.mk
Package_setup_ure.mk
README

native install-set creation

This is where you will find your natively packaged builds after the
build has completed. On windows these would live in:

workdir/*/installation/LibreOffice_Dev/native/install/en-US/*.msi

for example (nothing like a few long directory names before breakfast).

Also generates ini files for the instdir/ tree (which are unfortunately
duplicated for now between instsetoo_native/CustomTarget_setup.mk and scp2).