mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Create bundle with GStreamer and Servo installers
This commit is contained in:
parent
049eb6887e
commit
c3ed1d11c0
3 changed files with 51 additions and 1 deletions
19
support/windows/Servo.wxs
Normal file
19
support/windows/Servo.wxs
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?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="Gstreamer.msi"
|
||||
DisplayName="GStreamer"
|
||||
ForcePerMachine="yes"/>
|
||||
<MsiPackage
|
||||
SourceFile="Installer.msi"
|
||||
Compressed="yes"
|
||||
DisplayName="Servo"
|
||||
ForcePerMachine="yes"/>
|
||||
</Chain>
|
||||
</Bundle>
|
||||
</Wix>
|
|
@ -40,6 +40,7 @@
|
|||
Advertise="yes"/>
|
||||
</File>
|
||||
${include_dependencies()}
|
||||
<Environment Id="PATH" Name="PATH" Value="C:\gstreamer\1.0\x86\bin;C:\gstreamer\1.0\x86_64\bin" Permanent="yes" Part="last" Action="set" System="yes" />
|
||||
</Component>
|
||||
|
||||
${include_directory(resources_path, "resources")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue