2013-09-05 01:49:23 +02:00
|
|
|
<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>
|
2013-09-04 23:13:44 +02:00
|
|
|
</package>
|