Jump to content

Recommended Posts

Posted

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

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.

Posted

 

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? :confused:

Guest TheLibrarian
Posted (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 by TheLibrarian
Syntax error.
Posted

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 :)

Guest TheLibrarian
Posted
Indeed you do.
Guest TheLibrarian
Posted

Idiot me! Sorry, remove the "/".

 

I've got it scripted and didn't check the syntax before I posted. :twitch:

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...