Newbie need help

Hi all, I'm a student trying out VS.net C# express beta 2. I had created a simple hello world window form application. I'm using the "publish" feature that comes with vs.net, however I notice that when it's install on another computer, it takes a long time to install as the setup is downloading the .net framework 2 from the internet.

Is there anyway to bypass the internet streaming and instead put in all in a 
cd-rom for the installation

Thanks. 


Answer this question

Newbie need help

  • Arjuna_M

    I don't know about the Express editions, but the "complete" Beta 2 allows you to specify where setup should look for the required updates, like a network share. You can also configure the deployment to create a CD.

    You can get Beta 2 on DVD for a small shipping fee from <a href="http://www.getthebetas.com">www.getthebetas.com</a>.

  • Newbie need help