summaryrefslogtreecommitdiff
path: root/instsetoo_native
AgeCommit message (Collapse)AuthorFilesLines
2012-06-05bump product version to 3.7.0-alpha0+Petr Mladek1-49/+49
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-04add incidentally deleted setAllUsersProfile2K backAndras Timar1-0/+1
Change-Id: I687328d08c89c45fc5d95ee02aea5318b9b5a3ff
2012-05-31bump product version to 3.6.0-alpha1+Petr Mladek1-11/+11
Change-Id: I94bc00f8a1e646b476f20b3ad954eaae19fef6cb
2012-05-30fdo#46559 bypass CustomerInformation dialog in Windows installerAndras Timar1-3/+4
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-30MSI: remove unused DestinationFolder dialogAndras Timar3-20/+0
Change-Id: I43b360b417ba06daad55bf6ccfddaace1b55d47f
2012-05-24fdo#50162 merge rtlbootstrap.mk into configure.inDavid Ostrovsky1-1/+0
Change-Id: I241be2704a069ec1f6be5861084039569673cc12
2012-05-21MSI: remove always true LaunchConditionAndras Timar2-3/+0
Change-Id: Ia2b63502dbd8b5e4e0ca7faa34e06df73f094a78
2012-05-21strings for MSI Summary InfoAndras Timar1-7/+1
Change-Id: Iae8eb4a1a7f3a0d429ac47f64a77dcd4404d14d1
2012-05-21MSI: ARP strings for Summary InfoAndras Timar1-3/+3
Change-Id: If47645a381a8da9851ba1bc19431f6341151906f
2012-05-21MSI: remove unused stringAndras Timar1-3/+0
Change-Id: I3c5778ae39561c5a87bef6a2adbb8d45112f0fbd
2012-05-20remove Win9x specific conditionsAndras Timar4-8/+0
Change-Id: I81e8619f1c1dd2d2691ddcb6db6daf951cf87a70
2012-05-14fdo#46519 workaround of MSI installer error 1935Andras Timar1-0/+1
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-09partially revert 6d1f7fadc06bb57b175d5f4b94147373fc07f8a8Andras Timar10-4/+56
Change-Id: I I I0bfc367a3b2c551509b383fc4f6dcaa3cb8661f8
2012-05-08fdo#39833 add "Support assistive technology tools" option to Windows installerAndras Timar3-2/+7
Change-Id: I52d2e0426d7f2822a05a74a82ca079fb80a87007
2012-05-07fix condition for SetupCompleteSuccessAndras Timar5-10/+10
Change-Id: Ia134204af1747f570e3048b47c2e12415ceb56b3
2012-05-07don't refer to a deleted controlAndras Timar5-5/+5
Change-Id: I61f54a76096f3d2390c16fb1715aa95761e761e5
2012-05-07remove unused checkboxes from Windows installerAndras Timar21-145/+10
Change-Id: I51eea9c45b893f56dece99e8d01e385c96051f8d
2012-05-03fdo#48812 change Customer Information to User Information (in MSI UI)Andras Timar1-1/+1
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-27fdo#48087 get real version numbers from executables for the File table of MSIAndras Timar1-8/+0
This is only a partial fix to the bug, the second part will be the creation and population of MsiFileHash table.
2012-04-26fdo#39643: Remove --disable-strip-solver configure optionDavid Ostrovsky1-5/+5
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-04-26remove unused icons from Windows installerAndras Timar7-10/+0
2012-04-25fdo#47779 installer dialog header background should be whiteAndras Timar6-80/+80
2012-04-10fdo#48411 Find install location during help pack installAndras Timar3-0/+17
2012-04-02PRODUCTNAME is not defined in this context, we need BRANDPACKAGEVERSIONAndras Timar1-4/+4
2012-03-23remove old product from MSI's CustomAction tableAndras Timar1-117/+0
2012-03-23old products are unconditionally removed, clean up unused codeAndras Timar8-248/+1
2012-03-23remove unused DatabaseFolder dialog from MSIAndras Timar16-124/+0
2012-03-20fix control order in MSI, this time for realAndras Timar5-5/+5
2012-03-20fix control order in MSIAndras Timar5-5/+5
2012-03-20Revert "remove last traces of serial number check from MSI"Andras Timar6-0/+8
This reverts commit 90ec7ecb86f4cc2005ac1c5a7e70b19fbdc02426.
2012-03-20remove last traces of serial number check from MSIAndras Timar6-8/+0
2012-03-20remove last traces of serial number check from MSIAndras Timar5-10/+5
2012-03-20remove unused License Agreement dialog from MSIAndras Timar22-127/+14
2012-03-20remove unused xpdinstaller moduleAndras Timar1-6/+3
2012-03-20amended UI text in MSIAndras Timar1-2/+2
2012-03-20LibreOffice installer does not need Serial numberAndras Timar11-23/+0
2012-03-20remove unused Language selection dialog from MSIAndras Timar4-31/+0
2012-03-20remove unused BrOffice filesAndras Timar6-22/+0
2012-03-19Don't build helppack installers if --without-helpTor Lillqvist1-8/+16
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-06we always use relative paths in ddf filesAndras Timar1-8/+0
2012-03-06remove unused SETSTATICPATH variableAndras Timar1-4/+0
2012-03-06Added option to hide external link buttons on Start CenterSzabolcs Dezsi1-9/+9
This option is useful for Intel AppUp builds. On the other hand, unused STARTCENTER_LAYOUT_STYLE option was removed.
2012-03-06more documentation and cleanups for various modules.Michael Meeks1-0/+8
2012-02-24remove unused parameter EVALAndras Timar1-3/+0
2012-02-24fdo#44717 More helpful text when installer detects a running soffice.binAndras Timar1-1/+1
2012-02-08Create test packages even when SDK is disabledPetr Mladek1-4/+4
Also fixed order in the other makefile target to make it clear that it differs in the SDK
2012-01-06more wJRE cleanupAndras Timar1-1/+1
2011-12-16add version suffix (beta1) to about dialogPetr Mladek1-6/+9
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-13UntabifyTor Lillqvist1-187/+187