SymphonyElectron/installer/win/WixSharpToolset/Samples/CustomActions/readme.txt
2020-08-21 08:25:55 +02:00

1 line
500 B
Plaintext

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.