mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-09 01:52:32 +02:00
20 lines
690 B
XML
20 lines
690 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
|
<Fragment>
|
|
<UI Id="UI">
|
|
|
|
<!-- See http://wix.sourceforge.net/manual-wix3/WixUI_index.htm for more information-->
|
|
<!--<UIRef Id="UI_CustomFeatureTree"/>!-->
|
|
<UIRef Id="UI_CustomInstallDir"/>
|
|
|
|
<Publish Dialog="ExitDialog"
|
|
Control="Finish"
|
|
Event="DoAction"
|
|
Value="LaunchApplication">WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed</Publish>
|
|
|
|
<!--Uncomment to inject a custom dialog into the install wizard loop -->
|
|
<!--<UIRef Id="CustomDlg"/>-->
|
|
|
|
</UI>
|
|
</Fragment>
|
|
</Wix> |