2016-03-09 13:26:37 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
|
|
<installer-gui-script minSpecVersion="1">
|
2016-05-04 17:38:25 -07:00
|
|
|
<title>{SharedFxBrandName} (x64)</title>
|
2016-03-09 13:26:37 -08:00
|
|
|
<license file="eula.rtf" mime-type="application/rtf" />
|
|
|
|
<background file="dotnetbackground.png" mime-type="image/png"/>
|
|
|
|
<options customize="never" require-scripts="false" />
|
|
|
|
<volume-check>
|
|
|
|
<allowed-os-version>
|
|
|
|
<os-version min="10.10" />
|
|
|
|
</allowed-os-version>
|
|
|
|
</volume-check>
|
|
|
|
<choices-outline>
|
2016-03-25 14:46:04 -07:00
|
|
|
<line choice="{SharedFxComponentId}.pkg" />
|
|
|
|
<line choice="{SharedHostComponentId}.pkg" />
|
2016-03-09 13:26:37 -08:00
|
|
|
</choices-outline>
|
2016-04-27 17:20:52 -07:00
|
|
|
<choice id="{SharedFxComponentId}.pkg" visible="true" title="{SharedFxBrandName} (x64)" description="The .NET Core Shared Framework">
|
2016-03-25 14:46:04 -07:00
|
|
|
<pkg-ref id="{SharedFxComponentId}.pkg" />
|
2016-03-09 13:26:37 -08:00
|
|
|
</choice>
|
2016-04-27 17:20:52 -07:00
|
|
|
<choice id="{SharedHostComponentId}.pkg" visible="true" title="{SharedHostBrandName} (x64)" description="The .NET Core Shared Host." >
|
2016-03-25 14:46:04 -07:00
|
|
|
<pkg-ref id="{SharedHostComponentId}.pkg" />
|
2016-03-09 13:26:37 -08:00
|
|
|
</choice>
|
2016-03-25 14:46:04 -07:00
|
|
|
<pkg-ref id="{SharedFxComponentId}.pkg">{SharedFxComponentId}.pkg</pkg-ref>
|
|
|
|
<pkg-ref id="{SharedHostComponentId}.pkg">{SharedHostComponentId}.pkg</pkg-ref>
|
2016-03-09 13:26:37 -08:00
|
|
|
</installer-gui-script>
|