dotnetfx35 on CD only

  • Thread starter Thread starter Jim Rutledge
  • Start date Start date
J

Jim Rutledge

Hi , I have some musician friends of mine who are not on high speed internet
and can't get download dotnetfx35.exe (over 200 meg).. I want to be able to
put it on a cd and open it with my Visual Studio 2008 project bootstrap
loader somehow... Anyone have an idea on how this is done? I used to do it
in earlier versions of Visual Studio and dotnet. Now I have been digging
through all the documentation and still have no idea what they want me to do
!
 
Jim Rutledge said:
Hi , I have some musician friends of mine who are not on high speed
internet and can't get download dotnetfx35.exe (over 200 meg).. I want to
be able to put it on a cd and open it with my Visual Studio 2008 project
bootstrap loader somehow... Anyone have an idea on how this is done? I
used to do it in earlier versions of Visual Studio and dotnet. Now I have
been digging through all the documentation and still have no idea what
they want me to do !


In your setup project properties add .Net 3.5 as a prerequisite, and select
the radio button that says "Download prerequistes from the same location as
my application".
 
Back
Top