15 lines
1.2 KiB
XML
15 lines
1.2 KiB
XML
<package id="net4.0" name=".NET Framework 4.0 + Hotfixes" group="Microsoft .NET Framework" priority="43">
|
|
<check type="os" condition="<" value="6.0.6002.0" />
|
|
<check type="file" condition="notexist" path="%Windir%\Microsoft.NET\Framework\v4.0.30319\System.dll" />
|
|
<install>
|
|
<cmd arch="x86" name=".NET Framework 4.0 - Core" path="netfx_core_x86.msi" param="/norestart /qb-!" />
|
|
<cmd arch="x86" name=".NET Framework 4.0 - Extended" path="netfx_extended_x86.msi" param="/norestart /qb-!" />
|
|
<cmd arch="x86" name=".NET Framework 4.0 - Core LP" path="netfx_corelp_x86.msi" param="/norestart /qb-!" />
|
|
<cmd arch="x86" name=".NET Framework 4.0 - Extended LP" path="netfx_extendedlp_x86.msi" param="/norestart /qb-!" />
|
|
|
|
<cmd arch="x64" name=".NET Framework 4.0 x64 - Core" path="netfx_core_x64.msi" param="/norestart /qb-!" />
|
|
<cmd arch="x64" name=".NET Framework 4.0 x64 - Extended" path="netfx_extended_x64.msi" param="/norestart /qb-!" />
|
|
<cmd arch="x64" name=".NET Framework 4.0 x64 - Core LP" path="netfx_corelp_x64.msi" param="/norestart /qb-!" />
|
|
<cmd arch="x64" name=".NET Framework 4.0 x64 - Extended LP" path="netfx_extendedlp_x64.msi" param="/norestart /qb-!" />
|
|
</install>
|
|
</package> |