diff options
Diffstat (limited to 'packaging/WiX/ca/CustomAction.def')
-rw-r--r-- | packaging/WiX/ca/CustomAction.def | 8 |
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 |