Guest Alexander Pavlo Posted July 29, 2002 Posted July 29, 2002 Hi All ! When I'making the setup Package with the VS.NET it seems to be doing quite well but when I'm trying to install the application to another machine - It fails right at the beginning. The error is - "You need to have the .NET Framework". How can I include the Framework itself to my package or where I can just download it or JUST GET IT SOMEHOW ???????? SOMEWHERE ?????? Thanks! Respectfully L!o. Quote
*Gurus* Thinker Posted July 29, 2002 *Gurus* Posted July 29, 2002 From the Microsoft web site of course! It is a 20mb download though. Quote Posting Guidelines
Moderators Robby Posted July 29, 2002 Moderators Posted July 29, 2002 find it here http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sample.asp?url=/msdn-files/027/001/829/msdncompositedoc.xml Quote Visit...Bassic Software
*Gurus* divil Posted July 29, 2002 *Gurus* Posted July 29, 2002 It's on your Windows Component Update CD too. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Guest lepernet Posted July 30, 2002 Posted July 30, 2002 To deploy it with the application you must use a bootstrap loader. This checks if the Net Framework is installed and if it is not runs the NetFramwork installer. After which it runs your application installer. MS have a simple bootstrapper for FREE download. You just edit the ".ini" file to point to the correct files. See ... Sample NET Framework bootstrapper Quote
Moderators Robby Posted July 30, 2002 Moderators Posted July 30, 2002 It's on your Windows Component Update CD too. Sometimes I don't know where my brain is, you're right, it's on the components CD. Quote Visit...Bassic Software
*Gurus* Thinker Posted July 30, 2002 *Gurus* Posted July 30, 2002 With .Net, I don't assume anyone has a cd. Since all the core components are basically a free download, and cheap/free third-party IDEs are starting to appear, who knows what anyone has. Quote Posting Guidelines
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.