summaryrefslogtreecommitdiff
path: root/packaging/WiX/ca/CustomAction.def
diff options
context:
space:
mode:
authorDaniel Fischer <df@sun.com>2010-04-30 13:30:32 +0200
committerDaniel Fischer <df@sun.com>2010-04-30 13:30:32 +0200
commit2b588155e484a7d203988f8144da6bc160e80a1d (patch)
treeee7a70c95713ef64613e86560036a23c52eb3eae /packaging/WiX/ca/CustomAction.def
parent33b57ce2cd73377d3aac265eaedb420935da0668 (diff)
downloadmariadb-git-2b588155e484a7d203988f8144da6bc160e80a1d.tar.gz
Changes to MSI installer:
- Introduce MANUFACTURER setting to set package manufacturer via CMake. - Introduce COMMUNITY_BUILD setting to be passed on to packaging (not used here, but required for our own packages to determine what added files should be included in the package). - Create an RTF version of the COPYING text file and use that as the default license (can be overridden by providing a COPYING.rtf file). - Allow passing extra arguments to candle and light via environment. (Need -sval in pushbuild, but want validation elsewhere.) - Introduce a custom action that stops and uninstalls the service if the user installed one that points into the MySQL directory that is being removed. (Our own packages historically used the instance configuration wizard for this, but it wouldn't be very nice if MSIs created by our users couldn't remove it too.) - Make install location configurable again ("Browse" button in custom installation was greyed out before). - Remove registry keys that use "MySQL AB"; they should only be set in packages provided by us. Users can set their own registry keys if they want to.
Diffstat (limited to 'packaging/WiX/ca/CustomAction.def')
-rw-r--r--packaging/WiX/ca/CustomAction.def8
1 files changed, 8 insertions, 0 deletions
diff --git a/packaging/WiX/ca/CustomAction.def b/packaging/WiX/ca/CustomAction.def
new file mode 100644
index 00000000000..5f5e6630013
--- /dev/null
+++ b/packaging/WiX/ca/CustomAction.def
@@ -0,0 +1,8 @@
+LIBRARY "wixca"
+VERSION 1.0
+
+EXPORTS
+
+RemoveService
+RemoveServiceNoninteractive
+TestService