1 <?xml version=
"1.0" encoding=
"utf-8"?>
3 <!-- Define the appearance, sequence, and available options in the user interface -->
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" />