473,320 Members | 1,854 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

.NET install for dummies

For a long time I did not understand the problems users had to install the
..NET framework, and why they complained that it was so hard, but then I saw
a user doing this, and I finally understood why.

The problem is this: I created a .NET program, I created a setup.msi program
that tests for the .NET framework and direct you to a download area. And
here is the big problem, this download area is huge, containing all
potentional .NET frameworks for every version of windows, processors,....
Even I get confused to get the correct version to download and installed.

Normally I advice users to open Internet explorer, select menu item Tools,
then Windows update, press the install ActiveX control to scan your computer
and install the proposed .NET framework. But it turns out that a lot of
users have no clue about this windows update. And they also do not read the
readme.txt. Which gives my program the bad reputation of beeing hard to
install.

So my question, does there exist a Microsoft link where the installation of
the .NET framework is explained step by step for simple users, that I can
point the setup.msi to? I originally pointed to the windows updat URL like
http://v4.windowsupdate.microsoft.com/en/default.asp, but I also discovered
that some users are redirected to that big download html page with all
possible .NET framework downloads, adding to the confusion.

Thanks :-)

--
http://www.skyscan.be

Nov 22 '05 #1
2 6469
I guess, we can customise the link in Setup.Ini at the entry:
InstallUrl=http://go.microsoft.com/fwlink/?LinkId=9832.

Since we know the exact .NET runtime that we require. We can change the
above URL.

Olaf Baeyens wrote:

For a long time I did not understand the problems users had to install the ..NET framework, and why they complained that it was so hard, but then I saw a user doing this, and I finally understood why. The problem is this: I created a .NET program, I created a setup.msi program that tests for the .NET framework and direct you to a download area. And here is the big problem, this download area is huge, containing all potentional .NET frameworks for every version of windows, processors,.... Even I get confused to get the correct version to download and installed. Normally I advice users to open Internet explorer, select menu item Tools, then Windows update, press the install ActiveX control to scan your computer and install the proposed .NET framework. But it turns out that a lot of users have no clue about this windows update. And they also do not read the readme.txt. Which gives my program the bad reputation of beeing hard to install. So my question, does there exist a Microsoft link where the installation of the .NET framework is explained step by step for simple users, that I can point the setup.msi to? I originally pointed to the windows updat URL like http://v4.windowsupdate.microsoft.com/en/default.asp, but I also discovered that some users are redirected to that big download html page with all possible .NET framework downloads, adding to the confusion. Thanks :-)

Nov 22 '05 #2
Hello thank you for the reply. :-)
I guess, we can customise the link in Setup.Ini at the entry:
InstallUrl=http://go.microsoft.com/fwlink/?LinkId=9832.

Since we know the exact .NET runtime that we require. We can change the
above URL.


Well if I try this then I get this page content:
----

..NET Framework Downloads
The .NET Framework download list page has been moved. Please visit the new
location at .NET Framework Developer Center, where you can find product and
update downloads, code samples, and more.

----
And I get this link in return:
http://msdn.microsoft.com/library/de...vframework.asp
which confuses the users the hell out of them. Which one do they need? 1.0?
1.1? SP1? SP2? SP3? x64?....Way too many choices for a simple user. So they
give up and do not want to install my product.

I believe that Microsoft must somehow find a simple installation procedure,
something that is more intelligent and maybe some wizard that could be
integrated into the setup or even part of the windows installer, to detect
if the .NET framework is needed and the let Windows search for the .NET
framework. Something like that already exists for file extensions.

--
http://www.skyscan.be
Nov 22 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Howard Kaikow | last post by:
Today, I constructed the step by step example in KB article 302896, "HOW TO: Build an Office COM Add-in by using Visual Basic .NET. No problem doing this and, as expected, the add-in worked with...
2
by: Olaf Baeyens | last post by:
For a long time I did not understand the problems users had to install the ..NET framework, and why they complained that it was so hard, but then I saw a user doing this, and I finally understood...
60
by: K. G. Suarez | last post by:
Hello everyone. I am new to programming and my uncle gave me a copy of "C For Dummies 2nd Edition". I am up to chapter 9 right now. He probably saw me struggling with "The C Programming...
10
by: Roy Lawson | last post by:
Can anyone explain the difference between RowStateFilter and RowFilter properties of the DataView objects in simple terms? I am going through a Transcender practice exam and just when I think I...
3
by: maigork | last post by:
C All-In-One Desk Reference For Dummies.pdf if it exist can anyone tell me where i can dovnload it? Thank you verry much!!!!
2
by: Carlo Stonebanks | last post by:
I have the infamous GoF Design Patterns boo - it's been sittin gon my shelf for years. I have a huge reading list and find this book a rather dry read and am always putting it off. I have...
2
by: Shelly | last post by:
I know C, C++ and Java. I have been using "procedural" PHP. I get the list of classes for PHP, but I need a "PHP OOP for Dummies" on how to implement these. Any pointers to a tutotial? Shelly
3
by: santa19992000 | last post by:
New to .NET ASP, need to start a project (web project) using .NET ASP, do I have to buy any Software to install, how can I start, appreciated for any oinputs ot any links about how to learn .NET...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.