sdlangers Posted June 28, 2003 Posted June 28, 2003 Hi, Is there any way to include the .network framework in an exe i.e. so the user wont be prompted to install the framework - theyd just run the exe and if the framework wasnt installed, somehow the exe would quietly install it and continue on. if it was installed, the exe would run as normal thanks Quote
*Experts* mutant Posted June 28, 2003 *Experts* Posted June 28, 2003 Look at this MSDN page, it should help you: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconusingsetupexebootstrappersamplewithapplication.asp Quote
*Gurus* divil Posted June 29, 2003 *Gurus* Posted June 29, 2003 I'm sure the user would just love a ~25MB exe file. :P 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
AcidicChip Posted June 29, 2003 Posted June 29, 2003 I think that sdlangers means, to have only the required dependancies of the .exe merged with the .exe. Not to have the whole .net framework in it, just what's needed. Quote
Simon Posted July 17, 2003 Posted July 17, 2003 The installation package consist of four (!) files: settings.ini setup.exe dotnetfx.exe blabla.msi is there no way of reducing the numbers of files to one or two? I wouldn't like the user to pick the wrong .exe-file. ____________________ SiMoN. Quote SiMoN.
aikeith Posted June 28, 2004 Posted June 28, 2004 geeze, everyone is sooo mean. I understand u - the EASIEST way is to install the vs.net bootstrapper program - its a free plugin that will AUTOMAGICALLY include the framework with your .exe (although its still a seperate package) but it allows it to be run if necessary when the user executes YOUR installer. Let me know if you dont have vs2003 - i can give you one written in c++ that you can also include in your .exe but its a bit more complicated. happy coding.! The installation package consist of four (!) files: settings.ini setup.exe dotnetfx.exe blabla.msi is there no way of reducing the numbers of files to one or two? I wouldn't like the user to pick the wrong .exe-file. ____________________ SiMoN. Quote
aikeith Posted June 28, 2004 Posted June 28, 2004 oops! I guess you need the plug-in (link below) http://www.microsoft.com/downloads/details.aspx?familyid=627921a0-d9e7-43d6-a293-72f9c370bd19&displaylang=en The installation package consist of four (!) files: settings.ini setup.exe dotnetfx.exe blabla.msi is there no way of reducing the numbers of files to one or two? I wouldn't like the user to pick the wrong .exe-file. ____________________ SiMoN. Quote
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.