mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-01-07 06:33:58 -06:00
.. | ||
Build.cmd | ||
InstallNormal.cmd | ||
InstallSilent.cmd | ||
Readme.txt | ||
setup.cs | ||
setup.wixobj | ||
setup.wixpdb | ||
setup.wxs | ||
Uninstall.cmd |
This example demonstrates how to distinguish between normale and "silent" installation mode. The example uses the CustomAction which is to be executed only in "silent" installation mode. Build msi by executing build.cmd. Then you can test conditional CA execution by launching installing the sample application in normal (InstallNormal.cmd) and "silent" (InstallSilent.cmd) mode. Note: The third parameter in the WAction constructor is a working directory. It has to be a directory ID. That is why @"%ProgramFiles%\My Company\My Product" is translated into ID with ToDirID() call.