Commit graph

976 commits

Author SHA1 Message Date
Andras Timar
1505ba77d8 delete problematic IsOfficeRunning custom action
Change-Id: Id68521b92f572366a68f35c09387a7ed45a835ff
2012-06-12 22:07:05 +02:00
Petr Mladek
c260b4e78e bump product version to 3.7.0-alpha0+
keep the package version on 3.6.98, so we could restart release number
from 0 for Betas and RCs

Change-Id: I7a862a202d2080dcc924362e4deb0e026c940a34
2012-06-05 14:43:22 +02:00
Andras Timar
bf7b50a759 add incidentally deleted setAllUsersProfile2K back
Change-Id: I687328d08c89c45fc5d95ee02aea5318b9b5a3ff
2012-06-04 23:08:22 +02:00
Petr Mladek
88fde84afb bump product version to 3.6.0-alpha1+
Change-Id: I94bc00f8a1e646b476f20b3ad954eaae19fef6cb
2012-05-31 18:16:31 +02:00
Andras Timar
5e01d13b84 fdo#46559 bypass CustomerInformation dialog in Windows installer
User name and Company asked here are useless, and misleading. Users
think that they are related to Tools - Options - LibreOffice -
User Data. Also per-user installation context makes little sense.
If anybody still wants to install LibreOffice only for the current
user, it is still possible with the ALLUSERS property.

Change-Id: I537b45ab77d6d227264e1dc0bcaf93a9cfa8ea71
2012-05-30 20:21:36 +02:00
Andras Timar
0d30946780 MSI: remove unused DestinationFolder dialog
Change-Id: I43b360b417ba06daad55bf6ccfddaace1b55d47f
2012-05-30 20:21:33 +02:00
David Ostrovsky
eadcfa4e27 fdo#50162 merge rtlbootstrap.mk into configure.in
Change-Id: I241be2704a069ec1f6be5861084039569673cc12
2012-05-24 07:22:03 +02:00
Andras Timar
3d5c23f1cf MSI: remove always true LaunchCondition
Change-Id: Ia2b63502dbd8b5e4e0ca7faa34e06df73f094a78
2012-05-21 21:09:32 +02:00
Andras Timar
c5766287c1 strings for MSI Summary Info
Change-Id: Iae8eb4a1a7f3a0d429ac47f64a77dcd4404d14d1
2012-05-21 21:09:29 +02:00
Andras Timar
911d5488c5 MSI: ARP strings for Summary Info
Change-Id: If47645a381a8da9851ba1bc19431f6341151906f
2012-05-21 21:09:27 +02:00
Andras Timar
80cbf517a6 MSI: remove unused string
Change-Id: I3c5778ae39561c5a87bef6a2adbb8d45112f0fbd
2012-05-21 12:11:10 +02:00
Andras Timar
e1b9c7e45f remove Win9x specific conditions
Change-Id: I81e8619f1c1dd2d2691ddcb6db6daf951cf87a70
2012-05-20 19:41:36 +02:00
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
Andras Timar
949e9a5c55 partially revert 6d1f7fadc0
Change-Id: I I I0bfc367a3b2c551509b383fc4f6dcaa3cb8661f8
2012-05-09 14:54:45 +02:00
Andras Timar
98fd8f3455 fdo#39833 add "Support assistive technology tools" option to Windows installer
Change-Id: I52d2e0426d7f2822a05a74a82ca079fb80a87007
2012-05-08 10:12:45 +02:00
Andras Timar
7bfded003e fix condition for SetupCompleteSuccess
Change-Id: Ia134204af1747f570e3048b47c2e12415ceb56b3
2012-05-07 16:39:37 +02:00
Andras Timar
56934b8793 don't refer to a deleted control
Change-Id: I61f54a76096f3d2390c16fb1715aa95761e761e5
2012-05-07 13:48:22 +02:00
Andras Timar
1c2529ee73 remove unused checkboxes from Windows installer
Change-Id: I51eea9c45b893f56dece99e8d01e385c96051f8d
2012-05-07 10:48:46 +02:00
Andras Timar
97c7955a7d fdo#48812 change Customer Information to User Information (in MSI UI) 2012-05-03 11:33:10 +02:00
Bjoern Michaelsen
b1c3e8ae28 make gbuild the default assumption of build.pl
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-29 03:50:46 +02:00
Andras Timar
5525fb3ab8 fdo#48087 get real version numbers from executables for the File table of MSI
This is only a partial fix to the bug, the second part will be the creation
and population of MsiFileHash table.
2012-04-27 22:01:31 +02:00
David Ostrovsky
65840941ee fdo#39643: Remove --disable-strip-solver configure option
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-04-26 12:43:35 +02:00
Andras Timar
5e80561c11 remove unused icons from Windows installer 2012-04-26 09:07:29 +02:00
Andras Timar
3ba9fd39e3 fdo#47779 installer dialog header background should be white 2012-04-25 13:48:10 +02:00
Andras Timar
da2ec9aac3 fdo#48411 Find install location during help pack install 2012-04-10 20:55:08 +02:00
Andras Timar
a4c725f72d PRODUCTNAME is not defined in this context, we need BRANDPACKAGEVERSION 2012-04-02 14:59:53 +02:00
Andras Timar
91f20d6449 remove old product from MSI's CustomAction table 2012-03-23 21:17:57 +01:00
Andras Timar
9c327e138e old products are unconditionally removed, clean up unused code 2012-03-23 17:05:45 +01:00
Andras Timar
af4c27b71a remove unused DatabaseFolder dialog from MSI 2012-03-23 11:45:18 +01:00
Andras Timar
8941a9ad01 fix control order in MSI, this time for real 2012-03-20 22:53:28 +01:00
Andras Timar
a82dee49aa fix control order in MSI 2012-03-20 22:07:12 +01:00
Andras Timar
c3e1643208 Revert "remove last traces of serial number check from MSI"
This reverts commit 90ec7ecb86.
2012-03-20 22:07:12 +01:00
Andras Timar
90ec7ecb86 remove last traces of serial number check from MSI 2012-03-20 21:55:28 +01:00
Andras Timar
ea39671034 remove last traces of serial number check from MSI 2012-03-20 21:42:15 +01:00
Andras Timar
6d1f7fadc0 remove unused License Agreement dialog from MSI 2012-03-20 16:09:21 +01:00
Andras Timar
d03aead7ed remove unused xpdinstaller module 2012-03-20 16:09:21 +01:00
Andras Timar
5e7dab83e6 amended UI text in MSI 2012-03-20 14:29:01 +01:00
Andras Timar
dd27492325 LibreOffice installer does not need Serial number 2012-03-20 14:23:22 +01:00
Andras Timar
0778689797 remove unused Language selection dialog from MSI 2012-03-20 13:26:51 +01:00
Andras Timar
638f45f5a6 remove unused BrOffice files 2012-03-20 13:06:37 +01:00
Tor Lillqvist
5a6e8707c2 Don't build helppack installers if --without-help
Or should it be --without-helppack-integration that affects it? Or
both? Why do we need both these switches?  And what does that
irritating "integration" thing mean again? Does
--without-helppack-integration mean "yes, do build helppacks, but
don't integrate them"?
2012-03-19 12:36:12 +02:00
Andras Timar
07cf4a4a21 we always use relative paths in ddf files 2012-03-06 21:17:00 +01:00
Andras Timar
d4b824868f remove unused SETSTATICPATH variable 2012-03-06 21:10:15 +01:00
Szabolcs Dezsi
78e8d5f0d6 Added option to hide external link buttons on Start Center
This option is useful for Intel AppUp builds. On the other hand,
unused STARTCENTER_LAYOUT_STYLE option was removed.
2012-03-06 20:23:35 +01:00
Michael Meeks
4f688fd794 more documentation and cleanups for various modules. 2012-03-06 16:29:23 +00:00
Andras Timar
56dda70d3b remove unused parameter EVAL 2012-02-24 13:59:15 +01:00
Andras Timar
a4ae955534 fdo#44717 More helpful text when installer detects a running soffice.bin 2012-02-24 11:39:35 +01:00
Petr Mladek
62e8dfa072 Create test packages even when SDK is disabled
Also fixed order in the other makefile target to make it clear
that it differs in the SDK
2012-02-08 17:50:06 +01:00
Andras Timar
1204483c13 more wJRE cleanup 2012-01-06 19:16:35 +01:00
Petr Mladek
dac89858f6 add version suffix (beta1) to about dialog
configurable at build time via ABOUTBOXPRODUCTVERSIONSUFFIX in
instsetoo_native/util/openoffice.lst

configurable at runtime via registry/data/org/openoffice/Setup.xcu
and ooSetupVersionAboutBoxSuffix property
2011-12-16 14:29:13 +01:00