setup.msi

hi,

i create a setup project .

when i execute the setup.msi it shows a message saying

 ".net framework 2.0 is not installed  do u want to connect to internet and download the .net2.0 redistributable"

i changed the bootstrapper option to  where the program should look the prerequsites and change it to:

"download  prerequisites from the same location as my application"

but it does not seem to work.

strange! it works for .net 1.1  but not for .net 2.0 beta

 



Answer this question

setup.msi

  • Scott Currie

    by changing the "installurl "part of the .net launchcondition my problem is solved

     


  • Glenn Sams

     

    I would move away from using the beta code, as the full release hase been made. There may have been problems with the beta code that have been fixed in the release. Another reason is that the you are no longer able to use the beta runtime in production as the golive licenses have expirered.



  • setup.msi