mirror of
https://github.com/servo/servo
synced 2026-04-27 01:55:03 +02:00
16 lines
462 B
XML
16 lines
462 B
XML
<?xml version="1.0"?>
|
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
|
<Bundle Name="Servo"
|
|
Version="1.0"
|
|
UpgradeCode="91b09c7e-6c0d-4166-b806-1dc724acf728">
|
|
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.RtfLicense" />
|
|
<Chain>
|
|
<MsiPackage
|
|
SourceFile="Installer.msi"
|
|
Compressed="yes"
|
|
DisplayName="Servo"
|
|
ForcePerMachine="yes"/>
|
|
</Chain>
|
|
</Bundle>
|
|
</Wix>
|