summaryrefslogtreecommitdiff
path: root/instsetoo_native
AgeCommit message (Collapse)AuthorFilesLines
2012-06-28fdo#46510 optionally turn on Quickstarter by installerAndras Timar3-1/+4
Change-Id: Ie002ab01a804cceea06e0a2ba7e6b2fe2a495344
2012-06-26switch on QuickStarter from installer, UI text addedAndras Timar1-0/+3
Change-Id: I3a2f937603d8804ce2b9d46632b80a74e811324c
2012-06-21fdo#51274 optionally associate Visio file types (vsd/vst) to DrawAndras Timar4-9/+7
Change-Id: I0362d758205e7d12484e9e86ff2dce9608730c57
2012-06-21re-base on ALv2 code.Michael Meeks5-21/+84
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21fdo#51270 fix RemoveExtensions custom actionAndras Timar3-3/+5
FINDPRODUCT property was not available to this deferred custom action. Not to mention that registry keys are also deleted at his stage of uninstallation. The proper solution is to set the installation directory with a type 51 custom action, and pass it to RemoveExtensions custom action via CustomActionData property. Change-Id: I0ac18b3a0b19ff1a87bcf580fad9c7fdadb26f76
2012-06-19No need to strip archive setsStephan Bergmann1-1/+1
...and we are not stripping other PKGFORMATs, either. Change-Id: I0d0bc3620a15a35bc08de89260420032074791d2
2012-06-19switch to the new version schemePetr Mladek1-23/+23
use 3.7.0.0.alpha0 where possible; use the suffix "+" in the about dialog to signalize non-release builds Change-Id: If09c78cd30b10e54c46f737a695e0194039c7efc
2012-06-12delete problematic IsOfficeRunning custom actionAndras Timar10-12/+0
Change-Id: Id68521b92f572366a68f35c09387a7ed45a835ff
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