mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-01-08 23:23:02 -06:00
.. | ||
Assets | ||
%this%.CA.dll | ||
app_icon.ico | ||
Build.cmd | ||
CustomAction.config | ||
DotNETBootstrapper.cs | ||
EmbeddedUI.config | ||
MainProduct.dialog_banner.png | ||
MainProduct.dialog_bmp.png | ||
MainProduct.licence.rtf | ||
MainProduct.wixobj | ||
MainProduct.wixpdb | ||
MainProduct.wxl | ||
MainProduct.wxs | ||
Prerequisite.cs | ||
Prerequisite.wixobj | ||
Prerequisite.wixpdb | ||
Prerequisite.wxs | ||
readme.txt | ||
setup.cs | ||
setup.cs.dll | ||
wixsharp.bmp | ||
WixSharp.CA.dll | ||
WixSharp.UI.CA.dll |
This sample demonstrates how to implement native Win32 Bootstrapper. Execute corresponding Build.cmd file to build the bootstrapper (setup.exe). Bootstrapper will install prerequisite (if it is not already installed) and then automatically execute embedded MyProduct.msi. The bootstrapper file (setup.exe) is self sufficient and does not require msi files to be distributed along. Note: DotNETBootstrapper.cs cannot be executed and it is presented for demo purposes only as an example of .NET bootstrapper.