summaryrefslogtreecommitdiff
path: root/instsetoo_native
AgeCommit message (Collapse)Author
2012-07-03bump product version to 3.5.5-rc3, release number to 3Petr Mladek
Change-Id: I4760c5cfa19fec629d451a545898f153f03433ac
2012-06-26bump product version to 3.5.5-rc2+Petr Mladek
Change-Id: Ia3cd369f29508ad9e66bb39b8f8dc37fd5c95d06
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 Signed-off-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 5cfb974d41642d1acbaadb553c16cf8d174f524a) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-06-15delete problematic IsOfficeRunning custom actionAndras Timar
Change-Id: Id68521b92f572366a68f35c09387a7ed45a835ff Signed-off-by: Fridrich Strba <fridrich.strba@bluewin.ch> Signed-off-by: Jesus Corrius <jesus@softcatala.org> Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
2012-06-14bump product version to 3.5.5-rc1+Petr Mladek
Change-Id: I2e85f228cc16938142bde0d6a8034e708bd351a3
2012-05-15bump product version to 3.5.5-rc0+Petr Mladek
Change-Id: Idc0be9f4258e816a909a37638a1125fa0c5e3f01
2012-05-15fdo#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 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-04-18bump product version to 3.5.4-rc0+Petr Mladek
2012-04-11fdo#48411 Find install location during help pack installAndras Timar
(cherry picked from commit da2ec9aac3699c951c544a51acd6ab3aede706eb) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-04-02PRODUCTNAME is not defined in this context, we need BRANDPACKAGEVERSIONAndras Timar
Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-03-20bump product version to 3.5.3-rc0+, release number to 300Petr Mladek
2012-02-24bump product version to 3.5.2-rc0+, release number to 200Petr Mladek
2012-01-24bump product version to 3.5.1-rc0+, release number to 100Petr Mladek
2012-01-18bump product version to 3.5.0-rc1+, release number to 11Fridrich Štrba
2012-01-10bump product version to 3.5.0-beta3+, release number to 3Petr Mladek
2011-12-20bump product version to 3.5.0-beta2+, release number to 2Petr Mladek
2011-12-16add version suffix (beta1) to about dialogPetr Mladek
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-13enhance VersionInfo resource of Windows executablesAndras Timar
+ added ProductName (a required parameter), It is LibreOffice + CompanyName is configurable, it is $(OOO_VENDOR), that is set --with-vendor configure switch. If not set, then CompanyName is empty string which is fine, too. + Binary file version and FileVersion string show the same value, and version number is sane: main version + subversion + microversion + build number, such as 3.5.0.0 + LegalCopyright text is the same as in the About box, year range can be set in minor.mk - removed archaic and overcomplicated version number calculating macros - removed version.lst, copied relevant content to minor.mk - removed binary RCDATA resources, I don't think they were of any use
2011-12-12bump product version to 3.5.0-beta1, release number to 1Petr Mladek
2011-12-12change PRODUCTNAME back to LOdev, because prev. change broke Linux packagingAndras Timar
2011-12-11fix problems with generation of download nameAndras Timar
2011-12-07Revert "mention version suffix, e.g. "beta1" in about dialog"Petr Mladek
broke build on MAC; need better solution after beta1 tag This reverts commit fec8058db415db791c51d4a81435cf1f93b304e7.
2011-12-07mention version suffix, e.g. "beta1" in about dialogPetr Mladek
2011-12-07remove NSIS supportAndras Timar
2011-12-07dont do fancy stuff with files that are in zips instsetoo_native for nowBjoern Michaelsen
2011-12-05wizards: completely work python wizard packaging and registrationMichael Meeks
Also improve exception handling and error printing in pythonloader Allow registration of explicit .py components - the only method that works
2011-12-05Set the python fax wizard as the default oneXisco Fauli
2011-12-05Add the rest of the files to scp2Xisco Fauli
2011-12-05Hello world (python) as a componentXisco Fauli
2011-12-05allow to install desktop integration in Linux dev buildPetr Mladek
The desktop integration searched for the package name by the dash "-" delimiter on many locations. It was not easy to add support for package names with the dash. In addition, there was an inconsistence. Most package names used the "libo-dev" prefix name but the ure packages used "lodev". It was installed into the prefix /opt/lo-dev. So, I remaned everything to "lodev". It removed the inconsistence and solved solution with the dash.
2011-12-02online update: We were missing the update service URL.Jan Holesovsky
2011-12-01our product is always opensourceAndras Timar
2011-12-01create installation set for testsPetr Mladek
+ it currently includes just the smoketest and is available only for Linux + the side effect is that it builds the smoketest before instsetoo_native + it runs it only during dev-install when the variable RUN_SMOKETEST == YES
2011-12-01delete the space after 'qtz', tooAndras Timar
otherwize double space will occur in the variable and it will be replaced to ',,' instead of ',' -> build fails
2011-11-29bump product version to 3.5.0-beta1, release number stays at 0Petr Mladek
2011-11-28Do not create extra installation set for UREPetr Mladek
Caused confusion. Was not uploaded to mirrors anyway.
2011-11-24Cleanup: remove unused artwork, consolidate remaining.Thorsten Behrens
* the *.ico files were simply copied around, for the msi templates, and then later customized by copying nologobanner/install onto them * now holding only one copy of the icons, removed later-deleted other *.bmp files
2011-11-16fix SDK database version numberAndras Timar
2011-11-15Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION.Stephan Bergmann
With the basis/brand split undone, they are always the same as PRODUCTVERSION and ABOUTBOXPRODUCTVERSION, respectively.
2011-11-15make Default install/Custom install help text a bit more specificAndras Timar
2011-11-09OOo reference version for extension dependencies is still at 3.4.Stephan Bergmann
2011-11-08remove unused variablesAndras Timar
2011-11-08add patch creation profile file for LibreOfficeAndras Timar
2011-10-27Undo basis/brand split: removed obsoleted BASISROOTNAME.Stephan Bergmann
2011-10-07convert testautomation to gbuild and add to tail_buildPeter Foley
2011-09-28remove checks for unused BUILD_SPECIAL environment variableAndras Timar
2011-09-18typo fixAndras Timar
2011-09-17do not build key id pseudolanguage for release buildsAndras Timar
2011-09-17build multi language dev-installer on windowsAndras Timar
2011-09-17remove unused BrOffice filesAndras Timar