SymphonyElectron/installer/win/WixSharpToolset/Samples/UI
2020-08-21 08:25:55 +02:00
..
Files/Docs SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
Build_FeatureTree.cmd SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
Build_InstallDir.cmd SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
Build_Minimal.cmd SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
Build_Mondo.cmd SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
Build_ProgressOnly.cmd SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
MyProduct.wixobj SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
MyProduct.wixpdb SDA-2388 Added the WixSharp Toolset to the repo 2020-08-21 08:25:55 +02:00
MyProduct.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-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 to specify what UI the setup application should have.
Level of UI controlled by the WProject.UI property which can be one of the following values:
	WixUI_ProgressOnly,
    WixUI_Minimal,
    WixUI_InstallDir,
    WixUI_FeatureTree,
    WixUI_Mondo //full UI 
    	
Execute corresponding .cmd file to build desired msi. After msi is built execute it to test setup application User Interface.