office-gobmx/instsetoo_native
Andras Timar 80a921e88a fdo#46519 workaround of MSI installer error 1935
In some circumstances installation of embedded VC++ runtime
fails with error code 1935. This usually occurs, when there are
many different versions of VC++ runtimes installed on the computer,
including beta versions. We can workaround this Microsoft bug, if we
don't install our VC++ runtime. A new property was introduced. It is
called VC_REDIST, and installation of VC++ runtime depends on its
value. (BTW the solution is general, ComponentCondition can be used
for any merge module, now we have only the VC++ runtime merge module.)
When the user experiences error code 1935, he should try to install
LibreOffice with the following command line:
msiexec /i <msi file name> VC_REDIST=0
The patch fixes another minor issue. 64-bit VC++ runtime will
not be installed on 32-bit systems any more.

Change-Id: I I6c5e066c6e60b011235e6019a8a35c9e953209bc
2012-05-14 23:08:45 +02:00
..
inc_common/windows/msi_templates/Binary
inc_ooohelppack/windows/msi_templates partially revert 6d1f7fadc0 2012-05-09 14:54:45 +02:00
inc_ooolangpack/windows/msi_templates fix condition for SetupCompleteSuccess 2012-05-07 16:39:37 +02:00
inc_openoffice fdo#46519 workaround of MSI installer error 1935 2012-05-14 23:08:45 +02:00
inc_sdkoo/windows/msi_templates fix condition for SetupCompleteSuccess 2012-05-07 16:39:37 +02:00
inc_ure/windows/msi_templates fix condition for SetupCompleteSuccess 2012-05-07 16:39:37 +02:00
prj make gbuild the default assumption of build.pl 2012-04-29 03:50:46 +02:00
res
util partially revert 6d1f7fadc0 2012-05-09 14:54:45 +02:00
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:

instsetoo_native/wntmsci12.pro/LibreOffice_Dev/native/install/en-US/*.msi

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