OnePiece Microsoft.NET Framework v4.0.30319.2102 True AddOn ENU



Hash MD5 F376A61FF77483BF04A748DCF160270F
Filesize: 42.22 MB (44274780 bytes)
The peculiarity of this addon is that .NET framework is directly slipstreamed into your XP/2003/Seven* x32 source, without the need of running .msi files or svcpack/runonce installations, a "true addon" integration just like .net 1.0 in Windows Server 2003.
So you'll get a working .NET framework already installed BEFORE T-13 (svcpack time), a very handy opportunity.
*For integrating addons in Windows 7 images you need DX WNT6.x True Integrator
.Net 4.0 can be unistalled from Windows Component Wizard:

After install you can also modify default options or force .net removal by typing one of these command in a Run window:
Code: Select all
RUNDLL32.exe advpack.dll,LaunchINFSection NETFX40.inf,NETFX40.SHOW
Code: Select all
RUNDLL32.exe advpack.dll,LaunchINFSection NETFX40.inf,NETFX40.HIDE
Code: Select all
RUNDLL32.exe advpack.dll,LaunchINFSection NETFX40.inf,NETFX40.CleanUp
NETFX40.HIDE: hides DotNet in Windows Component Wizard
NETFX40.CleanUp: executes a forced cleanup of DotNet Setup from Windows registry so you can reinstall Dotnet again from a common installer file.
If you use Onepiece's XP postSP3 AIO Update Pack or W2k3 postSP2 AIO Update Pack you don't need this addon because it is already included