mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-01-07 22:53:14 -06:00
.. | ||
%this%.CA.dll | ||
Build.cmd | ||
CRTSetup.cs | ||
CustomAction.config | ||
Fake CRT.wixobj | ||
Fake CRT.wixpdb | ||
Fake CRT.wxs | ||
install.cmd | ||
MyProduct.wixobj | ||
MyProduct.wixpdb | ||
MyProduct.wxs | ||
MySetup.cs | ||
readme.txt | ||
setup.cs | ||
setup.cs.dll | ||
uninstall.cmd |
This sample demonstrates how to implement simplified Bootstrapper. Execute corresponding Build.cmd file to build both MSIs (main product and prerequisite). Then execute main msi (MyProduct.msi) to start the installation. It will install "Fake CRT" at start of UI sequence if it is not already installed. Note: this approach can be used only in UI mode as InstallUISequence actions (e.g. installing "Fake CRT") will not be dispatched in "no UI" or "basic UI" mode.