Merge pull request #7049 from billwert/fixinstallblock

Installation block does not work
This commit is contained in:
Livar 2017-06-30 15:55:19 -07:00 committed by GitHub
commit 277741b55c

View file

@ -6,9 +6,9 @@
<welcome file="welcome.html" mime-type="text/html" />
<conclusion file="conclusion.html" mime-type="text/html" />
<volume-check>
<allowed-os-version>
<allowed-os-versions>
<os-version min="10.12" />
</allowed-os-version>
</allowed-os-versions>
</volume-check>
<choices-outline>
<line choice="{SharedFxComponentId}.pkg" />
@ -32,4 +32,4 @@
<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>
</installer-gui-script>