2013-09-05 01:49:23 +02:00
|
|
|
<package id="msfsharp" name="Microsoft Visual F-Sharp 2.0 SE" group="Sonstige Runtimes" prereq="msjsharp">
|
2013-09-13 17:57:44 +02:00
|
|
|
<check type="file" condition="notexist" path="%programfiles(x86)%\Reference Assemblies\Microsoft\FSharp\2.0\Runtime\v4.0\FSharp.Core.dll" arch="x64" />
|
|
|
|
<check type="file" condition="notexist" path="%programfiles%\Reference Assemblies\Microsoft\FSharp\2.0\Runtime\v4.0\FSharp.Core.dll" arch="x86" />
|
2013-09-05 01:49:23 +02:00
|
|
|
<check type="os" condition=">" value="6.0.6002.0" />
|
|
|
|
<install>
|
|
|
|
<cmd name="Microsoft Visual F-Sharp 2.0" path="fsharpredist2.0.msi" param="/qb!"/>
|
|
|
|
</install>
|
2013-09-04 23:13:44 +02:00
|
|
|
</package>
|