[2008] Installing dotnet Framework on another machine
I have written an app using VS2008 and i now want to run this application on another computer.
I need to have the dot net framework installed right?
Is it possible to use the VS2008 DVD to install just the .Net Framework on the new computer?
If not how do I install the .Net Framework on this machine?
Thanks in advance
Re: [2008] Installing dotnet Framework on another machine
Re: [2008] Installing dotnet Framework on another machine
You can also create a Setup & Deployement project (if your using the full VS 2008 version) or a ClickOnce setup file (if your using VB 2008 Express) and you can tell these setups to install the framework automatically for you.
Re: [2008] Installing dotnet Framework on another machine