TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags
[wireshark-sm.git] / packaging / wix / UserInterface.wxi
blobe572666417ac508b287bf12a7a19a49668572403
1 <?xml version="1.0" encoding="utf-8"?>
2 <Include>
3 <!-- Define the appearance, sequence, and available options in the user interface -->
4 <Fragment>
5 <WixVariable Id="WixUILicenseRtf" Value="$(var.EulaPath)" />
6 <WixVariable Id="WixUIBannerBmp" Value="$(var.BannerImagePath)" />
7 <WixVariable Id="WixUIDialogBmp" Value="$(var.DialogImagePath)" />
8 <Icon Id="ProgramsFeaturesIcon" SourceFile="$(var.ProgramsFeaturesIconPath)"/>
9 <Property Id="ARPPRODUCTICON" Value="ProgramsFeaturesIcon" />
11 <!-- This UI identifier will be used in the product definition-->
12 <UI Id="UI.Wireshark">
14 <Property Id="WIXUI_INSTALLDIR" Value="INSTALLFOLDER" ></Property>
15 <UIRef Id="WiresharkWixUI" />
16 </UI>
17 </Fragment>
18 </Include>