Changes

Jump to: navigation, search

Microsoft .NET Framework

1,350 bytes added, 08:36, 4 September 2015
Added older dotnet for Windows 10
</package>
</source>
 
=Microsoft .NET Framework 2 and 3 for Windows 10=
* Have an ISO for Win10 available on the network
* This package will do the same as enabling dotnet 2 and 3 from the Control Panel/Add-Remove programs/Enable-disable windows features
 
<source lang="xml">
<package id="dotnet-10" name="Microsoft .NET Framework 2.0 and 3.5 for W10">
<variable name="pkgname" value="Microsoft .NET Framework 2.0 and 3.5 for W10" />
<variable name="PKG_VERSION" value="201509040904" />
<variable name="PKG_SOURCE" value="\\172.16.1.10\Temporary\ISO\Windows10\Windows10ProEnUSx64"/><!-- downloaded W10x64 ISO any language -->
<variable name="PKG_EXE_NAME" value="dotnetfx2.exe" />
<check type="logical" condition="or">
<check type="uninstall" condition="exists" path="Microsoft .NET Framework 2.0 Service Pack 2" />
<check type="uninstall" condition="exists" path="Microsoft .NET Framework 2.0 Service Pack 1" />
<check type="uninstall" condition="exists" path="Microsoft .NET Framework 2.0" />
<check type='file' condition='exists' path='%SYSTEMROOT%\Microsoft.NET\Framework\v2.0.50727\MSBuild.exe' />
</check>
<install cmd='Dism /online /enable-feature /featurename:NetFX3 /All /Source:"%PKG_SOURCE%\sources\sxs" /LimitAccess' architecture="x64">
<exit code="any" />
</install>
</package>
</source>
36
edits

Navigation menu