Salat Posted February 24, 2003 Posted February 24, 2003 How did You guys solve the problem od distributing your programs and .NET Framework? If You distibute it on CD, so when exactly You instruct your user about run setup of .Net Framework first, or maybe You join the setup of framework with Your application setup, somehow... but here is the question: HOW? If You distribute it via web, so how your potential users react for downloading 20MB of Framework first. Or maybe You pack it all at one .zip file, but there is also about 20MB to download. Which of this method user would mostly like (least dislike)? Quote profesjonalne programowanie na zlecenie :)
Moderators Robby Posted February 25, 2003 Moderators Posted February 25, 2003 I guess you can let them download it from Microsoft, you can direct them to the exact page and give them a small piece of instruction as well. In a year or so, most people will have the Framework already. Also, I wouldn't package it with my app. (my opinion) Quote Visit...Bassic Software
a_jam_sandwich Posted February 25, 2003 Posted February 25, 2003 Have 2 installs one with the Framework and one without then the user can choose depending on there configeration Andy Quote Code today gone tomorrow!
*Gurus* divil Posted February 25, 2003 *Gurus* Posted February 25, 2003 The only commercial software I deploy using .NET has an autorun menu on the cd (like most do) with two options, the first being to install the framework and the second being to install the software. There is instruction on what this means both on the autorun menu and in a readme file on the cd. 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
Salat Posted February 25, 2003 Author Posted February 25, 2003 autorun menu... it sounds great. How did You do this, I thought that every .NET application need framework to work. Or You made it with other tool... tell us more, please...!!! Quote profesjonalne programowanie na zlecenie :)
stustarz Posted February 25, 2003 Posted February 25, 2003 I would package with my app - Microsoft have created their own bootstrapper that will check the system settings on your users PC - automatically install the .NET framework (if needs be) and then proceed to install the application. Go to MSDN and search for Bootstrapper for a free download! Quote Visit: VBSourceSeek - The VB.NET sourcecode library "A mere friend will agree with you, but a real friend will argue."
Salat Posted February 25, 2003 Author Posted February 25, 2003 I found it, but it is in C leanguage... my Visual Basic .Net standard edition won't open it... :( Quote profesjonalne programowanie na zlecenie :)
stustarz Posted February 25, 2003 Posted February 25, 2003 Just use the binary - you just edit the Settings.ini file to show the path to the .net redist and your msi file - I found no need to edit the source code. Quote Visit: VBSourceSeek - The VB.NET sourcecode library "A mere friend will agree with you, but a real friend will argue."
*Gurus* divil Posted February 25, 2003 *Gurus* Posted February 25, 2003 The autorun application I use is written in C, not a .NET language. 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
Salat Posted February 25, 2003 Author Posted February 25, 2003 That's what I thought Divil... stustarz... thank You It's working just fine, I've had some problems but I solve them. oh.. last question, what is the "'LanguageDirectory=jpn" in the settings.ini file, what does it do? Quote profesjonalne programowanie na zlecenie :)
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.