22 lines
1.2 KiB
XML
22 lines
1.2 KiB
XML
<package id="net4.6" name="%NAME%" group="Microsoft .NET Framework" priority="44">
|
|
<variable name="NAME"value=".NET Framework 4.6" />
|
|
<check type="file" condition="<" value="4.6.81.0" path="%Windir%\Microsoft.NET\Framework\v4.0.30319\System.dll" />
|
|
<install>
|
|
<cmd arch="x86" path="netfx_Full_x86.msi" param="/norestart /qb-!">
|
|
<check type="os" condition=">" value="6.0.6002.0" />
|
|
<check type="os" condition="<" value="6.2.9200.0" />
|
|
</cmd>
|
|
<cmd arch="x86" path="netfx_FullLP_x86.msi" param="/norestart /qb-!">
|
|
<check type="os" condition=">" value="6.0.6002.0" />
|
|
<check type="os" condition="<" value="6.2.9200.0" />
|
|
</cmd>
|
|
<cmd arch="x64" path="netfx_Full_x64.msi" param="/norestart /qb-!">
|
|
<check type="os" condition=">" value="6.0.6002.0" />
|
|
<check type="os" condition="<" value="6.2.9200.0" />
|
|
</cmd>
|
|
<cmd arch="x64" path="netfx_FullLP_x64.msi" param="/norestart /qb-!">
|
|
<check type="os" condition=">" value="6.0.6002.0" />
|
|
<check type="os" condition="<" value="6.2.9200.0" />
|
|
</cmd>
|
|
</install>
|
|
</package> |