summaryrefslogtreecommitdiff
path: root/packaging/wix/UserInterface.wxi
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/wix/UserInterface.wxi')
-rw-r--r--packaging/wix/UserInterface.wxi16
1 files changed, 16 insertions, 0 deletions
diff --git a/packaging/wix/UserInterface.wxi b/packaging/wix/UserInterface.wxi
new file mode 100644
index 0000000000..8e10bb07aa
--- /dev/null
+++ b/packaging/wix/UserInterface.wxi
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Include>
+ <!-- Define the appearance, sequence, and available options in the user interface -->
+ <Fragment>
+ <WixVariable Id="WixUILicenseRtf" Value="$(var.EulaPath)" />
+
+ <Property Id="ARPPRODUCTICON" Value="ProductIcon" />
+
+ <!-- This UI identifier will be used in the product definition-->
+ <UI Id="UI.Wireshark">
+
+ <Property Id="WIXUI_INSTALLDIR" Value="INSTALLFOLDER" ></Property>
+ <UIRef Id="WiresharkWixUI" />
+ </UI>
+ </Fragment>
+</Include>