SymphonyElectron/installer/win/WixSharpToolset/Samples/Bootstrapper/NsisBootstrapper
2020-12-09 15:31:26 +01:00
..
Assets SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
%this%.CA.dll SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
app_icon.ico SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
Build.cmd SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
CustomAction.config SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
DotNETBootstrapper.cs SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
EmbeddedUI.config SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
MainProduct.dialog_banner.png SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
MainProduct.dialog_bmp.png SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
MainProduct.licence.rtf SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
MainProduct.wixobj SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
MainProduct.wixpdb SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
MainProduct.wxl SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
MainProduct.wxs SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
Prerequisite.cs SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
Prerequisite.wixobj SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
Prerequisite.wixpdb SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
Prerequisite.wxs SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
readme.txt SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
setup.cs SDA-2746 Upgraded to Wix# Toolset 1.15.0.0 2020-12-09 15:31:26 +01:00
setup.cs.dll SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
wixsharp.bmp SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
WixSharp.CA.dll SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
WixSharp.UI.CA.dll SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00

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.