| 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
| 2 | <Bundle Name="RemoteBundlePackageBundle" Version="1.0.1.0" Manufacturer="Example Corporation" UpgradeCode="{9BE68A41-FD0E-4E25-B607-D636E42AFEF6}"> |
| 3 | <BootstrapperApplication SourceFile="fakeba.dll" /> |
| 4 | |
| 5 | <Chain> |
| 6 | <BundlePackage Permanent="yes"> |
| 7 | <BundlePackagePayload Name="chain.exe" |
| 8 | DownloadUrl="http://example.com/chain.exe" |
| 9 | Description="BurnBundleDescription" |
| 10 | Size="123456789" |
| 11 | Hash="AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"> |
| 12 | <RemoteBundle BundleId="{216BDA7F-74BD-45E8-957B-500552F05629}" |
| 13 | DisplayName="BurnBundle" |
| 14 | InstallSize="34" |
| 15 | ManifestNamespace="http://wixtoolset.org/schemas/v4/2008/Burn" |
| 16 | PerMachine="yes" |
| 17 | ProtocolVersion="1" |
| 18 | ProviderKey="MyProviderKey,v1.0" |
| 19 | UpgradeCode="{B94478B1-E1F3-4700-9CE8-6AA090854AEC}" |
| 20 | Version="1.0.0-foo.55" |
| 21 | Win64="no" |
| 22 | /> |
| 23 | </BundlePackagePayload> |
| 24 | </BundlePackage> |
| 25 | </Chain> |
| 26 | </Bundle> |
| 27 | </Wix> |