Worrow Posted January 25, 2006 Posted January 25, 2006 Maybe I didn't try hard enough. But I really couldn't find any solution on the net. :confused: I am trying to include dotnetfx.exe into my setup.msi so if the target machine didn't has framework 2.0, the setup will install the framework automatically(not download from the internet) before install my program. So is there way to set this up? BTW, is BootStrapper already included in VS 2005? Thanks in Advance. Quote
Worrow Posted January 26, 2006 Author Posted January 26, 2006 Maybe I didn't try hard enough. But I really couldn't find any solution on the net. :confused: I am trying to include dotnetfx.exe into my setup.msi so if the target machine didn't has framework 2.0, the setup will install the framework automatically(not download from the internet) before install my program. So is there way to set this up? BTW, is BootStrapper already included in VS 2005? Thanks in Advance. Oh, forget it. It is not possible to make a single executable to handle both framework and my program installations through BootStrapper! :mad: Quote
esposito Posted January 28, 2006 Posted January 28, 2006 Oh' date=' forget it. It is not possible to make a single executable to handle both framework and my program installations through BootStrapper! :mad:[/quote'] Welcome to the .NET Framework Hell. Quote Pasquale Esposito Perugia - Italy http://www.geocities.com/espositosoftware
Leaders snarfblam Posted January 28, 2006 Leaders Posted January 28, 2006 Can't you do this with a deployment project? I'm pretty sure you could in 2003. Quote [sIGPIC]e[/sIGPIC]
Administrators PlausiblyDamp Posted January 31, 2006 Administrators Posted January 31, 2006 If you create a setup project there is an option to install the prerequisites from the same location as the installer - if you are shipping on CD etc then this will just require them to be in the same folder, if the user is being given a zip (or similar) include them there. If they are downloading via the web then if they are accesible at the same URL it will download them on demand if the user doesn't already have them installed. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.