mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-01-06 22:23:49 -06:00
.. | ||
Different Scenarios | ||
%this%.CA.dll | ||
Build.cmd | ||
CustomAction.config | ||
CustomActionTest.msi | ||
CustomActionTest.wixobj | ||
CustomActionTest.wixpdb | ||
CustomActionTest.wxs | ||
Install.cmd | ||
readme.txt | ||
setup.cs | ||
setup.cs.dll | ||
test.cs | ||
Uninstall.cmd | ||
WixSharp.CA.dll |
This sample demonstrates how to define Managed Custom Actions. Execute corresponding .cmd file to build desired msi. Then execute the Install.cmd to start the installation. In this examples Managed CA just shows MessageBox and prints "Begin MyAction Hello World" into setup log file. The more complicated examples are in "Different Scenarios" directory.