summaryrefslogtreecommitdiff
path: root/instsetoo_native
AgeCommit message (Collapse)Author
2013-01-22bump product version to 4.0.0.2, release number to 102Petr Mladek
Change-Id: Ic2a234ece3fc4b7c9fdb37d1f338b3d6ac32537e
2013-01-21installer: remove SHORT_PRODUCTEXTENSIONMichael Stahl
Currently PRODUCTEXTENSION does not have a value, which is unfortunate because some places such as the soffice --help output and utl::DocInfoHelper::GetGeneratorString() which creates the meta:generator for ODF files (via Setup.xcu Product/ooSetupExtension) write an incomplete version number. Since there doesn't appear to be a point in having 2 variables here, remove SHORT_ one and use PRODUCTEXTENSION consistently. (cherry picked from commit e024a8d88dbca3a2d178ad88c069721a92156ddf) Conflicts: instsetoo_native/util/openoffice.lst Change-Id: I5aac25bcedd785a098cba612643ea68fe19c77f0 Reviewed-on: https://gerrit.libreoffice.org/1762 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-01-09bump product version to 4.0.0.1+, release number to 101Petr Mladek
Change-Id: I4f8d9399bff79bbf978e8505b74f5d837c84833c
2013-01-07use "LibreOffice" instead of "LibO" for final download file namesPetr Mladek
"LibreOffice" is the name of the product and we should promote it. This change has been proposed on the ESC call. Change-Id: I755ea5b2ec7b6357a7fd2c86ec8479737696042b
2012-12-21bump product version to 4.0.0.0.beta2+, release number to 12Petr Mladek
Change-Id: I4fe0ed82970d4f0877a41716f886cc3edeaf8692
2012-12-14Make KeyID (qtz) work againAndras Timar
Change-Id: I67b2ce4ae647150aeace72c542a5838940d2c058
2012-12-06fdo#57927: Clarify msi installer only installs subset of dicts by defaultStephan Bergmann
...since this was changed with fdo#53009 in LO 3.6.3. Change-Id: I95b8da1311c666945e9bbe15d22da59add6b6227 (cherry picked from commit d35849b6f718990869b01209865bb70cb7343ceb)
2012-12-06bump product version to 4.0.0.0.beta1+, release number to 11Petr Mladek
Change-Id: If808aa6a21d81cee563ac07b83f3446e5d488f88
2012-11-21remove qtz temporarily, until it works again reliablyAndras Timar
Change-Id: I66b117a56d8d545e6d09bfacb897ade383818895
2012-11-20translations is a source-only moduleAndras Timar
Change-Id: Ib89ccdfe3646f68df6b483c54eb330c0b223c32a
2012-11-20bump product version to 4.0.0.0.alpha1+, release number to 1Petr Mladek
Change-Id: Iaf5af009ac86909bb293be4ab8ae3902215b3bfd
2012-11-15re-base on ALv2 code. Includes:Michael Meeks
Patches contributed by: Armin Le Grand. #118558# Correcting OLE attributes of LO3.4 at load time by loading as OOo3.3, details see task. http://svn.apache.org/viewvc?view=revision&revision=1195906 #118485# - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 #118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles http://svn.apache.org/viewvc?view=revision&revision=1293316 #119337# Solves the wrong get/setPropertyValue calls in SvxShapeText (and thus in SvxOle2Shape) http://svn.apache.org/viewvc?view=revision&revision=1344156 Patches contributed by Mathias Bauer (and others) gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 cws mba34issues01: #i117717#: remove wrong assertion http://svn.apache.org/viewvc?view=revision&revision=1172349 Patch contributed by Herbert Duerr goodbye Registration and License dialogs, don't let the door hit you http://svn.apache.org/viewvc?view=revision&revision=1172613 help gcc 4.6.0 on 32bit ubuntu 11.10" http://svn.apache.org/viewvc?view=revision&revision=1245357 Do not add targets for junit tests when junit is disabled. Patch contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1241508 Revert "sb140: #i117082# avoid unncessary static class data members commit 21d97438e2944861e26e4984195f959a0cce1e41. remove obsolete FreeBSD visibility special case. retain consolidated BSD bridge code, remove OS/2 pieces.
2012-11-12bump version to 4.0.0.0.alpha0+Petr Mladek
Change-Id: I04cb89d04ebebcaef2276813864f79365f6899fd
2012-10-07fix msm suport for VS2012Peter Foley
Change-Id: Ibc816de83eb48163671948ecc84e7653f2b4ec13
2012-09-26use utf-8 instead of legacy code pages in all msi tables (related: fdo#39595)Andras Timar
Change-Id: Ib2dc00c024762800fdb74ffb376d92a8583d44ad
2012-09-23followup of bccb30a0Andras Timar
Change-Id: Ibf053d078ad048094527e4e25ee9499dbaacd007
2012-09-09fdo#52946 We don't need the productname multiple times in install dialogsAndras Timar
Change-Id: Id1e02ff8409a7261a86c0231898265490ddcac1b
2012-09-08remove SelfReg table from MSIAndras Timar
We did not use it, and it is not recommended to use it. See: http://msdn.microsoft.com/en-us/library/windows/desktop/aa371608%28v=vs.85%29.aspx Installation package authors are strongly advised against using self registration. Change-Id: I1dc9a5b66646c63d2ee9a672f045595e6bbb2f42
2012-08-16Fix Windows dev-install for --enable-release-build, --with-lang=... etc.Stephan Bergmann
Introduced special token LIBO_DEV_INSTALL=TRUE to communicate what install set to build from Makefile.top's dev-install target to instsetoo_native/util/makefile.mk. Somewhat arbitrarily, always use a "release" install set regardless of --enable-release-build (the dev-install set is used for "make check," and it is safer to test "release" install sets in --disable-release-build builds than the other way around, should those builds ever start to deviate significantly). The "always build a defaul-laguage openoffice product" logic had been obsoleted a long time ago already. Change-Id: I64ec87a0b8dc6fe81cab5531c43e29db3f5128af
2012-08-13remove already removed SetInstallLocation from install sequencesAndras Timar
Change-Id: I9a8e4a39ebc6d5f5a6092c58658f833b0f58d668
2012-08-10Related fdo#51252: No more prereg, no more unopkg syncStephan Bergmann
Now that 5c47e5f63a79a9e72ec4a100786b1bbf65137ed4 "fdo#51252 Disable copying share/prereg/bundled to avoid startup crashes" removed the use of share/prereg, there is no longer need to generate it in the first place (by calling "unopkg sync" at build or installation time), and so no need for the "unopkg sync" sub- command, either. This also allows to simplify some of the jvmfwk code that was only there so that "unopkg sync" (which can require a JVM) can work in "hostile" environments (during build and installation). Change-Id: I52657384f4561bf27948ba4f0f88f4498e90987f
2012-07-24Kill FORCE2ARCHIVE.Jan Holesovsky
Change-Id: Ie72dcc8ef9e82da1f0aa328648f20f9ed4a20482
2012-07-16fdo#51890: Display themed progress meter instead of the native oneStefan Knorr (astron)
Change-Id: Ia72f46763de40205b1a8a9bb94839bb420933443
2012-07-15fdo#52088 use [ProductName] placeholder instead of LibreOfficeAndras Timar
Change-Id: I560139949c89798581ed7631eb5d0b3124c83002
2012-07-03New Windows installer artworkStefan Knorr (astron)
Based on Andrea Soragna's splash screen images. Change-Id: I1aa0a5c5b0b238451c358007d8213c6a4bb3e512
2012-06-28fdo#46510 optionally turn on Quickstarter by installerAndras Timar
Change-Id: Ie002ab01a804cceea06e0a2ba7e6b2fe2a495344
2012-06-26switch on QuickStarter from installer, UI text addedAndras Timar
Change-Id: I3a2f937603d8804ce2b9d46632b80a74e811324c
2012-06-21fdo#51274 optionally associate Visio file types (vsd/vst) to DrawAndras Timar
Change-Id: I0362d758205e7d12484e9e86ff2dce9608730c57
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21fdo#51270 fix RemoveExtensions custom actionAndras Timar
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 Bergmann
...and we are not stripping other PKGFORMATs, either. Change-Id: I0d0bc3620a15a35bc08de89260420032074791d2
2012-06-19switch to the new version schemePetr Mladek
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 Timar
Change-Id: Id68521b92f572366a68f35c09387a7ed45a835ff
2012-06-05bump product version to 3.7.0-alpha0+Petr Mladek
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 Timar
Change-Id: I687328d08c89c45fc5d95ee02aea5318b9b5a3ff
2012-05-31bump product version to 3.6.0-alpha1+Petr Mladek
Change-Id: I94bc00f8a1e646b476f20b3ad954eaae19fef6cb
2012-05-30fdo#46559 bypass CustomerInformation dialog in Windows installerAndras Timar
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 Timar
Change-Id: I43b360b417ba06daad55bf6ccfddaace1b55d47f
2012-05-24fdo#50162 merge rtlbootstrap.mk into configure.inDavid Ostrovsky
Change-Id: I241be2704a069ec1f6be5861084039569673cc12
2012-05-21MSI: remove always true LaunchConditionAndras Timar
Change-Id: Ia2b63502dbd8b5e4e0ca7faa34e06df73f094a78
2012-05-21strings for MSI Summary InfoAndras Timar
Change-Id: Iae8eb4a1a7f3a0d429ac47f64a77dcd4404d14d1
2012-05-21MSI: ARP strings for Summary InfoAndras Timar
Change-Id: If47645a381a8da9851ba1bc19431f6341151906f
2012-05-21MSI: remove unused stringAndras Timar
Change-Id: I3c5778ae39561c5a87bef6a2adbb8d45112f0fbd
2012-05-20remove Win9x specific conditionsAndras Timar
Change-Id: I81e8619f1c1dd2d2691ddcb6db6daf951cf87a70
2012-05-14fdo#46519 workaround of MSI installer error 1935Andras Timar
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 Timar
Change-Id: I I I0bfc367a3b2c551509b383fc4f6dcaa3cb8661f8
2012-05-08fdo#39833 add "Support assistive technology tools" option to Windows installerAndras Timar
Change-Id: I52d2e0426d7f2822a05a74a82ca079fb80a87007
2012-05-07fix condition for SetupCompleteSuccessAndras Timar
Change-Id: Ia134204af1747f570e3048b47c2e12415ceb56b3
2012-05-07don't refer to a deleted controlAndras Timar
Change-Id: I61f54a76096f3d2390c16fb1715aa95761e761e5
2012-05-07remove unused checkboxes from Windows installerAndras Timar
Change-Id: I51eea9c45b893f56dece99e8d01e385c96051f8d