SymphonyElectron/installer/win/WixSharpToolset/Samples/CustomActions
2020-08-21 08:25:55 +02:00
..
files SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
Build_setup.cmd 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
readme.txt SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
setup.cs SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
setup.msi SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
setup.wixobj SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
setup.wixpdb SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
setup.wxs SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
Uninstall.cmd SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00

This sample demonstrates how to define conditional Custom Actions.
 - Execute installed application (Registrator.exe) during the installation 
 - Execute installed application (Registrator.exe) during the uninstallation 
 - Execute application present on the target system (notepad.exe) during the instalation  asynchronously
 - Execute embedded VBScript code 
 - Execute embedded VBScript file 
 
Execute corresponding .cmd file to build desired msi. Then execute the .msi to start the installation.