Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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)?

  • Moderators
Posted

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)

Visit...Bassic Software
  • *Gurus*
Posted
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.

MVP, Visual Developer - .NET

 

Now you see why evil will always triumph - because good is dumb.

 

My free .NET Windows Forms Controls and Articles

Posted
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!

Visit: VBSourceSeek - The VB.NET sourcecode library

 

 

"A mere friend will agree with you, but a real friend will argue."

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...