summaryrefslogtreecommitdiffstats
path: root/instsetoo_native
Commit message (Collapse)AuthorAgeFilesLines
* Kill FORCE2ARCHIVE.Jan Holesovsky2012-07-241-9/+0
| | | | Change-Id: Ie72dcc8ef9e82da1f0aa328648f20f9ed4a20482
* fdo#51890: Display themed progress meter instead of the native oneStefan Knorr (astron)2012-07-161-1/+1
| | | | Change-Id: Ia72f46763de40205b1a8a9bb94839bb420933443
* fdo#52088 use [ProductName] placeholder instead of LibreOfficeAndras Timar2012-07-151-1/+1
| | | | Change-Id: I560139949c89798581ed7631eb5d0b3124c83002
* New Windows installer artworkStefan Knorr (astron)2012-07-032-0/+0
| | | | | | Based on Andrea Soragna's splash screen images. Change-Id: I1aa0a5c5b0b238451c358007d8213c6a4bb3e512
* fdo#46510 optionally turn on Quickstarter by installerAndras Timar2012-06-283-1/+4
| | | | Change-Id: Ie002ab01a804cceea06e0a2ba7e6b2fe2a495344
* switch on QuickStarter from installer, UI text addedAndras Timar2012-06-261-0/+3
| | | | Change-Id: I3a2f937603d8804ce2b9d46632b80a74e811324c
* fdo#51274 optionally associate Visio file types (vsd/vst) to DrawAndras Timar2012-06-214-9/+7
| | | | Change-Id: I0362d758205e7d12484e9e86ff2dce9608730c57
* re-base on ALv2 code.Michael Meeks2012-06-215-21/+84
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* fdo#51270 fix RemoveExtensions custom actionAndras Timar2012-06-213-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
* No need to strip archive setsStephan Bergmann2012-06-191-1/+1
| | | | | | ...and we are not stripping other PKGFORMATs, either. Change-Id: I0d0bc3620a15a35bc08de89260420032074791d2
* switch to the new version schemePetr Mladek2012-06-191-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
* delete problematic IsOfficeRunning custom actionAndras Timar2012-06-1210-12/+0
| | | | Change-Id: Id68521b92f572366a68f35c09387a7ed45a835ff
* bump product version to 3.7.0-alpha0+Petr Mladek2012-06-051-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
* add incidentally deleted setAllUsersProfile2K backAndras Timar2012-06-041-0/+1
| | | | Change-Id: I687328d08c89c45fc5d95ee02aea5318b9b5a3ff
* bump product version to 3.6.0-alpha1+Petr Mladek2012-05-311-11/+11
| | | | Change-Id: I94bc00f8a1e646b476f20b3ad954eaae19fef6cb
* fdo#46559 bypass CustomerInformation dialog in Windows installerAndras Timar2012-05-301-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
* MSI: remove unused DestinationFolder dialogAndras Timar2012-05-303-20/+0
| | | | Change-Id: I43b360b417ba06daad55bf6ccfddaace1b55d47f
* fdo#50162 merge rtlbootstrap.mk into configure.inDavid Ostrovsky2012-05-241-1/+0
| | | | Change-Id: I241be2704a069ec1f6be5861084039569673cc12
* MSI: remove always true LaunchConditionAndras Timar2012-05-212-3/+0
| | | | Change-Id: Ia2b63502dbd8b5e4e0ca7faa34e06df73f094a78
* strings for MSI Summary InfoAndras Timar2012-05-211-7/+1
| | | | Change-Id: Iae8eb4a1a7f3a0d429ac47f64a77dcd4404d14d1
* MSI: ARP strings for Summary InfoAndras Timar2012-05-211-3/+3
| | | | Change-Id: If47645a381a8da9851ba1bc19431f6341151906f
* MSI: remove unused stringAndras Timar2012-05-211-3/+0
| | | | Change-Id: I3c5778ae39561c5a87bef6a2adbb8d45112f0fbd
* remove Win9x specific conditionsAndras Timar2012-05-204-8/+0
| | | | Change-Id: I81e8619f1c1dd2d2691ddcb6db6daf951cf87a70
* fdo#46519 workaround of MSI installer error 1935Andras Timar2012-05-141-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
* partially revert 6d1f7fadc06bb57b175d5f4b94147373fc07f8a8Andras Timar2012-05-0910-4/+56
| | | | Change-Id: I I I0bfc367a3b2c551509b383fc4f6dcaa3cb8661f8
* fdo#39833 add "Support assistive technology tools" option to Windows installerAndras Timar2012-05-083-2/+7
| | | | Change-Id: I52d2e0426d7f2822a05a74a82ca079fb80a87007
* fix condition for SetupCompleteSuccessAndras Timar2012-05-075-10/+10
| | | | Change-Id: Ia134204af1747f570e3048b47c2e12415ceb56b3
* don't refer to a deleted controlAndras Timar2012-05-075-5/+5
| | | | Change-Id: I61f54a76096f3d2390c16fb1715aa95761e761e5
* remove unused checkboxes from Windows installerAndras Timar2012-05-0721-145/+10
| | | | Change-Id: I51eea9c45b893f56dece99e8d01e385c96051f8d
* fdo#48812 change Customer Information to User Information (in MSI UI)Andras Timar2012-05-031-1/+1
|
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-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
* fdo#48087 get real version numbers from executables for the File table of MSIAndras Timar2012-04-271-8/+0
| | | | | This is only a partial fix to the bug, the second part will be the creation and population of MsiFileHash table.
* fdo#39643: Remove --disable-strip-solver configure optionDavid Ostrovsky2012-04-261-5/+5
| | | | Signed-off-by: Petr Mladek <pmladek@suse.cz>
* remove unused icons from Windows installerAndras Timar2012-04-267-10/+0
|
* fdo#47779 installer dialog header background should be whiteAndras Timar2012-04-256-80/+80
|
* fdo#48411 Find install location during help pack installAndras Timar2012-04-103-0/+17
|
* PRODUCTNAME is not defined in this context, we need BRANDPACKAGEVERSIONAndras Timar2012-04-021-4/+4
|
* remove old product from MSI's CustomAction tableAndras Timar2012-03-231-117/+0
|
* old products are unconditionally removed, clean up unused codeAndras Timar2012-03-238-248/+1
|
* remove unused DatabaseFolder dialog from MSIAndras Timar2012-03-2316-124/+0
|
* fix control order in MSI, this time for realAndras Timar2012-03-205-5/+5
|
* fix control order in MSIAndras Timar2012-03-205-5/+5
|
* Revert "remove last traces of serial number check from MSI"Andras Timar2012-03-206-0/+8
| | | | This reverts commit 90ec7ecb86f4cc2005ac1c5a7e70b19fbdc02426.
* remove last traces of serial number check from MSIAndras Timar2012-03-206-8/+0
|
* remove last traces of serial number check from MSIAndras Timar2012-03-205-10/+5
|
* remove unused License Agreement dialog from MSIAndras Timar2012-03-2022-127/+14
|
* remove unused xpdinstaller moduleAndras Timar2012-03-201-6/+3
|
* amended UI text in MSIAndras Timar2012-03-201-2/+2
|
* LibreOffice installer does not need Serial numberAndras Timar2012-03-2011-23/+0
|
* remove unused Language selection dialog from MSIAndras Timar2012-03-204-31/+0
|