mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 17:31:36 -06:00
.. | ||
Files/Docs | ||
Build_FeatureTree.cmd | ||
Build_InstallDir.cmd | ||
Build_Minimal.cmd | ||
Build_Mondo.cmd | ||
Build_ProgressOnly.cmd | ||
MyProduct.wixobj | ||
MyProduct.wixpdb | ||
MyProduct.wxs | ||
readme.txt | ||
setup.cs | ||
Uninstall.cmd |
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.