Add WixUIExtension for enhanced installation UI in WindowsBuilder
- Included WixUIExtension in candle and light commands to enable UI features. - Added references for minimal and error progress UI dialogs in the WiX XML configuration.
This commit is contained in:
parent
f9cfb9f558
commit
aeed311f53
5 changed files with 2881 additions and 2871 deletions
|
|
@ -8,6 +8,10 @@
|
|||
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" Platform="x64" />
|
||||
<Media Id="1" Cabinet="WebDropBridge.cab" EmbedCab="yes" />
|
||||
|
||||
<!-- Installation UI dialogs -->
|
||||
<UIRef Id="WixUI_Minimal" />
|
||||
<UIRef Id="WixUI_ErrorProgressText" />
|
||||
|
||||
<Feature Id="ProductFeature" Title="WebDrop Bridge" Level="1">
|
||||
<ComponentGroupRef Id="AppFiles" />
|
||||
<ComponentRef Id="ProgramMenuShortcut" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue