undercover Posted July 19, 2011 Posted July 19, 2011 Im currently building a new machine to make images of for our new ranger network. Looking at the .netframework that im sure i ll need to put on. Do i need to install .net 1.1 .net 2.o .net3.9 .net3.5 and .net 4 individually and in that order or will installing .net 4 cover do everything? TIA
Guest TheLibrarian Posted July 19, 2011 Posted July 19, 2011 My advice would be to install all, and particularly the extended version of 4 (soon to be required by SIMS.net). After all of them have installed run NGEN (found in the .net Framework structure) with the eqi switch to force execution of queued compilation jobs.
undercover Posted July 19, 2011 Author Posted July 19, 2011 After all of them have installed run NGEN (found in the .net Framework structure) with the eqi switch to force execution of queued compilation jobs. Do what now?
Guest TheLibrarian Posted July 19, 2011 Posted July 19, 2011 (edited) c:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe eqi When .net installs it installs the un-compiled assembly's; using idle time it will compile them at a later time - much better to provide a PC with the compilation complete. Edited July 19, 2011 by TheLibrarian Syntax error.
russdev Posted July 19, 2011 Posted July 19, 2011 .net 3 contains 2 and 3 however 4 only contains version 4. So if have software that needs 3 or 2 then installing just 4 will not work.
Michael Posted July 19, 2011 Posted July 19, 2011 You probably don't need .NET installed, but I would recommend you install .NET 1.1, 2.0, 3.0, 3.5 and 4.0 on your master image. I've created a script here you can use once you've downloaded the huge updates from Microsoft. To be honest, this is where Windows 7 shines as it already includes everything upto .NET 3.5. You only need to install .NET 4.0
undercover Posted July 19, 2011 Author Posted July 19, 2011 All the .nets installed Do i do c:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe /eqi now?
Guest TheLibrarian Posted July 19, 2011 Posted July 19, 2011 Idiot me! Sorry, remove the "/". I've got it scripted and didn't check the syntax before I posted.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now