O
Olaf Baeyens
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
..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