I need to create an extremly light version of WinXP pro (with nLite) capable to run .net 4 application.
What are the minimum requirments to use .net 4 framework? What can i remove?
I need to create an extremly light version of WinXP pro (with nLite) capable
Share
According to the MSDN article .NET Framework System Requirements aside from I.E. 6.0 (or later) and Windows Install 3.1 you don’t need anything else to install the framework.
After that its all based on application specific requirements. For example if your application needed to write to a local MSMQ you’d need Message Queuing installed and turned on.