10 lines
619 B
XML
10 lines
619 B
XML
|
<package id="net4.5" name=".NET Framework 4.5" group="Microsoft .NET Framework" priority="44">
|
||
|
<check type="os" condition=">" value="6.0.6002.0" />
|
||
|
<check type="os" condition="<" value="6.2.9200.0" />
|
||
|
<check type="file" condition="notexist" path="%Windir%\Microsoft.NET\Framework\v4\System.dll" />
|
||
|
<check type="file" condition="notexist" path="%Windir%\Microsoft.NET\Framework\v4.0.30319\Config\NetFx45_IIS_schema_update.xml" />
|
||
|
<install>
|
||
|
<cmd arch="x86" path="netfx_Full_x86.msi" param="/norestart /qb-!" />
|
||
|
<cmd arch="x64" path="netfx_Full_x64.msi" param="/norestart /qb-!" />
|
||
|
</install>
|
||
|
</package>
|