main
wxs 14 lines 719 Bytes
Raw
1 <?xml version="1.0" encoding="utf-8"?>
2 <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
3 xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
4 <Bundle Name="WixIuiBa" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="{1CD73801-0B08-4B39-B371-00DA49EF715F}">
5 <BootstrapperApplication>
6 <Payload SourceFile="preqs.wxl" />
7 <bal:WixInternalUIBootstrapperApplication LocalizationFile="preqs.wxl" />
8 </BootstrapperApplication>
9 <Chain>
10 <ExePackage Permanent="yes" DetectCondition="none" SourceFile="runtimes\win-x86\native\wixnative.exe" />
11 <MsiPackage SourceFile="test.msi" Cache="force" />
12 </Chain>
13 </Bundle>
14 </Wix>