SymphonyElectron/installer/win/WixSharpToolset/Samples/RunAppAtTheEnd
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
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
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.cs.dll 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
TetsBuild.cmd 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 example demonstrates how launch the application at the end of installation.
Instead of using Custom Action (CA) for this you can use Managed CA. In this case you have a bit more 
control on how your application should be started. For example System.Diagnostics.Process.Start()allows starting 
"well-known" applications (e.g.) without specifying full path.
    	
Execute corresponding .cmd file to build desired msi. After msi is built execute it. Notepad should start at the end 
of the installation and it should remain open after the installation is completed.