summaryrefslogtreecommitdiff
path: root/win/packaging/ca/CustomAction.cpp
Commit message (Expand)AuthorAgeFilesLines
* MDEV-30374 Windows, MSI - do not cache error, if install directory changes.Vladislav Vaintroub2023-01-121-0/+4
* MDEV-28471 mysql_install_db.exe does not work with --innodb-page-size=64KVladislav Vaintroub2022-05-131-20/+29
* MDEV-27546 MSI should fail if INSTALLDIR is a non-empty existing directoryVladislav Vaintroub2022-01-311-0/+21
* MDEV-27335 Windows, MSI - Bring the datadir location into the instance confi...Vladislav Vaintroub2022-01-051-46/+76
* Merge branch '10.4' into 10.5Vladislav Vaintroub2020-06-011-1/+1
|\
| * Merge branch '10.3' into 10.4Vladislav Vaintroub2020-06-011-1/+1
| |\
| | * fix warningVladislav Vaintroub2020-06-011-1/+1
* | | Merge 10.4 into 10.5Marko Mäkelä2020-05-311-21/+76
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2020-05-301-21/+76
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2020-05-291-21/+76
| | |\
| | | * MDEV-22743 Windows 10 MSI installer : port in use is not determinedVladislav Vaintroub2020-05-291-21/+76
* | | | MDEV-21303 Make executables MariaDB namedRasmus Johansson2020-03-211-265/+0
* | | | Merge branch '10.4' into 10.5Vladislav Vaintroub2019-11-271-250/+214
|\ \ \ \ | |/ / /
| * | | MDEV-19781 fixupsVladislav Vaintroub2019-11-271-250/+214
* | | | Merge 10.4 into 10.5Marko Mäkelä2019-11-271-97/+408
|\ \ \ \ | |/ / /
| * | | MDEV-19781 Create MariaDB named commands on Windowsbb-10.4-MDEV-19781Rasmus Johansson2019-11-261-97/+408
* | | | MDEV-20907 Set innodb_log_files_in_group=1 by defaultMarko Mäkelä2019-10-281-3/+3
|/ / /
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ | | |/
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\
| | | * Update FSF addressMichal Schorm2019-05-101-1/+1
* | | | MDEV-19354 : Change default service name in MSI UI to MariaDB.Vladislav Vaintroub2019-04-291-1/+1
|/ / /
* | | Make possible to use clang on Windows (clang-cl)Vladislav Vaintroub2018-02-201-5/+3
* | | Windows, compiling : use /permissive- switch to improve conformanceVladislav Vaintroub2018-02-071-29/+41
* | | Minor spelling fixes in code comments, docs and outputOtto Kekäläinen2018-01-121-1/+1
|/ /
* | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-1/+44
|\ \
| * | Windows MSI : dump server error log to MSI log on installation failure.Vladislav Vaintroub2017-10-031-1/+44
* | | MDEV-13106 : Fix check for empty directory in MSI installerVladislav Vaintroub2017-06-191-1/+1
* | | Correct FSF addressiangilfillan2017-03-101-1/+1
|/ /
* | MDEV-10118 : do not suggest upgrade from MySQL 5.7 to MariaDB 10.x in the ins...Vladislav Vaintroub2016-05-241-2/+2
|/
* fixes for buildbot:mariadb-5.5.46Sergei Golubchik2015-10-091-0/+2
* Fix win/ files to be stored with LF in repositoryVicentiu Ciorbaru2015-05-081-42/+42
* MDEV-4458 - Windows installer does not launch upgrade wizard anymore, even if...Vladislav Vaintroub2013-04-301-1/+1
* mergeVladislav Vaintroub2012-04-171-1/+86
|\
| * fix compiler warningsVladislav Vaintroub2012-04-161-6/+7
| * MDEV-221 - Properly escape command line when starting mysql_install_db Vladislav Vaintroub2012-04-161-1/+85
* | Fix build and packaging on Windows:Vladislav Vaintroub2011-11-261-1/+3
|/
* enable 'Optimized for transactions'configuration checkbox if innodb is compil...Vladislav Vaintroub2011-04-081-9/+161
* MWL#55 : Adjust UI according to some user's expectations.Vladislav Vaintroub2011-02-071-0/+5
* split long lines, use get_mysql_service_properties()Vladislav Vaintroub2011-01-301-65/+87
* Move common functionality (analyze service configuration) into winservice lib...Vladislav Vaintroub2011-01-301-45/+3
* MWL#55 : implement MSI installer Vladislav Vaintroub2011-01-291-0/+726