summaryrefslogtreecommitdiff
path: root/setup_native
AgeCommit message (Collapse)AuthorFilesLines
2012-06-21fdo#51270 fix RemoveExtensions custom actionAndras Timar1-36/+8
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 Timar8-331/+1
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-07fdo#47805 rework handling of 64-bit registry entriesAndras Timar7-763/+0
64-bit registry entries were entered via a custom action, which did not always work. By default the custom action ran with user privileges, which were not sufficient to write the registry. It is not necessary to use custom actions for this task. Windows installer supports it well. Backported from 6d9be05a6fb251ed0cbcbcefd55ed174b1e8e39d Change-Id: I753612e32c56cd4101f1257d4f635b525cf09cf0 Signed-off-by: Fridrich Strba <fridrich.strba@suse.com>
2012-06-07fdo#50509 MSI: UI language selection from command line (e.g. silent install)Andras Timar1-43/+88
Change-Id: I1206a0c7f8508942eb844869fe1c75a48a9e01fd Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-05-14error handling in SortTree custom actionAndras Timar1-1/+31
Signed-off-by: Petr Mladek <pmladek@suse.cz> Signed-off-by: Jesús Corrius <jesus@softcatala.org> Change-Id: I03a06d09e3e84b6cb13bd68e8be4caebb1b9f5ab
2012-05-14fdo#46355 sort SelectionTree control of Custom Setup with a custom actionAndras Timar3-1/+40
Although Microsoft says that SelectionTree control can publish a control event only on Windows Server 2003 and above, the custom action seems to be working under a fully patched Windows XP SP3. Maybe it fails silently on older Windows XPs, not to mention Windows 2000. I did not test those. Signed-off-by: Petr Mladek <pmladek@suse.cz> Signed-off-by: Jesús Corrius <jesus@softcatala.org>
2012-04-12pack "en" dictionary only with "en" langpacksPetr Mladek1-0/+1
it is in the main installation tarball anyway; it was put in langpacks that did not have its own dictionary from some strange reason Signed-off-by: Tomáš Chvátal <tchvatal@suse.cz>
2012-02-22Put stdlibs into separate optional package on LinuxFridrich Štrba1-0/+12
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-01-24fdo#37740 remove duplicate icons from soffice.bin/soffice.exeAndras Timar3-11/+11
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-01-24Trivial description fix of previous fix (extension -> driver).Stephan Bergmann1-1/+1
2012-01-23fdo#45090: Changed postgresql-sdbc from bundled oxt to proper optional part.Stephan Bergmann2-15/+15
Replaced --enable-ext-postgresql-sdbc with --disable-postgresql-sdbc. Renamed postgresql-sdbc.uno{.ini,rc} to consistent postgresql-sdbc.ini (which made the code a little easier). Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-12-18remove obsolete (OxygenOffice-style) Lightproof integrationAndras Timar2-32/+0
Signed-off-by: Andras Timar <atimar@suse.com>
2011-12-14add Sinhala spelling dictionaryAndras Timar2-0/+17
2011-12-14add Aragonese spelling dictionaryAndras Timar2-1/+17
2011-12-07remove NSIS supportAndras Timar9-446/+0
2011-12-03right copyright line for PostgreSQL-SDBCLionel Elie Mamane1-1/+1
2011-12-01create installation set for testsPetr Mladek1-0/+44
+ 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-11-30rename, and bundle the postgresql driver if it is enabledMichael Meeks1-0/+15
2011-11-25add Belarusian, Greek, Scottish Gaelic, and Telugu dictionariesAndras Timar2-0/+68
2011-11-25Fix linking of the new custom actionFridrich Štrba1-0/+3
2011-11-25change logic of IsOfficeRunning custom action fdo#36677Andras Timar1-113/+26
instead of trying to rename a file or folder in Program Files directory - which is write protected anyway normally - installer checks the process list, if there is a process called "soffice.bin".
2011-11-25remove unused definesAndras Timar3-9/+0
2011-11-21Trying to fix packaging of SDKStephan Bergmann1-1/+1
2011-11-16Typo WITHOUTDOTPACKAGEVERSION -> WITHOUTDOTPRODUCTVERSION.Stephan Bergmann8-266/+266
2011-11-15Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION.Stephan Bergmann10-595/+595
With the basis/brand split undone, they are always the same as PRODUCTVERSION and ABOUTBOXPRODUCTVERSION, respectively.
2011-11-08add patch creation profile file for LibreOfficeAndras Timar2-0/+0
2011-11-08setup_native: add 64 bit provides to fake-db.rpmMichael Stahl1-0/+3
2011-11-03Give Mac master builds a nice background .dmg image, tooThorsten Behrens2-0/+1
Added a new DevVersionCopy action to scp2, that fires if PRODUCTNAME equals "LibO-dev" - in that case, we use the DS_Store_Dev one.
2011-11-01Fix .dmg background image some more.Thorsten Behrens1-0/+0
2011-10-24Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵Stephan Bergmann3-134/+10
BaseInstallation.
2011-10-24Undo basis/brand split: Moved WNT-specific patchlist.txt etc.Stephan Bergmann1-4/+4
2011-10-18Undo basis/brand split: move presets/ from basis to brand.Stephan Bergmann1-1/+1
Also let utl::Bootstrap::locateBaseInstallation return $BRAND_BASE_DIR instead of $OOO_BASE_DIR, so that things match again.
2011-10-07Undo basis/brand split: merge basis share/ into brand share/.Stephan Bergmann1-4/+2
2011-10-07cppcheck reduce scope of var in setup_native/...regactivex.cxxPierre-André Jacquod1-4/+3
2011-10-04WaE: name was marked as #pragma deprecatedTor Lillqvist1-0/+1
2011-09-29Don't build l10ntools for non-desktop OSesTor Lillqvist1-1/+1
2011-09-28Uyghur LCID is 1152 not 2200Andras Timar1-1/+1
2011-09-28remove checks for unused BUILD_SPECIAL environment variableAndras Timar2-1/+0
2011-09-17change key id pseudolanguage code from kid to qtzAndras Timar1-1/+1
kid is language code of Koshin. It is better to use a code from the ISO 639 private range.
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba26-1/+42
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba26-42/+1
2011-09-12Drop Win9x codeTor Lillqvist2-52/+0
2011-09-12Drop Win9x codeTor Lillqvist1-104/+1
2011-09-12Drop Win9x codeTor Lillqvist1-4/+1
2011-09-12Drop Win9x codeTor Lillqvist3-216/+12
2011-09-12deleted unread var and code in setup_native, vistaspecial.cxxPierre-André Jacquod1-55/+5
and simplified coding after that since the logic is not needed anymore.
2011-09-12unneded var deleted and code simplified. in setup_nativePierre-André Jacquod1-31/+3
After deleting the different assignment that were not used, some part of the code could be simiplified, since there is no need any more for the logic.
2011-09-12deleted unneded var in setup_native, migrateinstallpath.cxxPierre-André Jacquod1-4/+0
and some coding commented since 2005
2011-09-12deletion of unneded variable in setup_native, swappatchfiles.cxxPierre-André Jacquod1-5/+0
2011-09-11add Latvian dictionary packAndras Timar2-0/+17