e9be9fda07
The product should block installing below 10.12 but does not. Fixing typo.
35 lines
1.9 KiB
XML
35 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
<installer-gui-script minSpecVersion="1">
|
|
<title>{CLISdkBrandName} (x64)</title>
|
|
<background file="dotnetbackground.png" mime-type="image/png"/>
|
|
<options customize="never" require-scripts="false" />
|
|
<welcome file="welcome.html" mime-type="text/html" />
|
|
<conclusion file="conclusion.html" mime-type="text/html" />
|
|
<volume-check>
|
|
<allowed-os-versions>
|
|
<os-version min="10.12" />
|
|
</allowed-os-versions>
|
|
</volume-check>
|
|
<choices-outline>
|
|
<line choice="{SharedFxComponentId}.pkg" />
|
|
<line choice="{HostFxrComponentId}.pkg" />
|
|
<line choice="{SharedHostComponentId}.pkg" />
|
|
<line choice="{CLISdkComponentId}.pkg"/>
|
|
</choices-outline>
|
|
<choice id="{SharedFxComponentId}.pkg" visible="true" title="{SharedFxBrandName} (x64)" description="The .NET Core Shared Framework">
|
|
<pkg-ref id="{SharedFxComponentId}.pkg" />
|
|
</choice>
|
|
<choice id="{HostFxrComponentId}.pkg" visible="true" title="{HostFxrBrandName} (x64)" description="The .NET Core Host FX Resolver">
|
|
<pkg-ref id="{HostFxrComponentId}.pkg" />
|
|
</choice>
|
|
<choice id="{SharedHostComponentId}.pkg" visible="true" title="{SharedHostBrandName} (x64)" description="The .NET Core Shared Host.">
|
|
<pkg-ref id="{SharedHostComponentId}.pkg" />
|
|
</choice>
|
|
<choice id="{CLISdkComponentId}.pkg" visible="true" title="{CLISdkBrandName} (x64)" description="The .NET Core SDK">
|
|
<pkg-ref id="{CLISdkComponentId}.pkg"/>
|
|
</choice>
|
|
<pkg-ref id="{SharedFxComponentId}.pkg">{SharedFxComponentId}.pkg</pkg-ref>
|
|
<pkg-ref id="{HostFxrComponentId}.pkg">{HostFxrComponentId}.pkg</pkg-ref>
|
|
<pkg-ref id="{SharedHostComponentId}.pkg">{SharedHostComponentId}.pkg</pkg-ref>
|
|
<pkg-ref id="{CLISdkComponentId}.pkg">{CLISdkComponentId}.pkg</pkg-ref>
|
|
</installer-gui-script>
|