473,394 Members | 2,160 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,394 software developers and data experts.

testing if .NET Framework 2.0 is installed

how can i test during install time if the .NET Framework 2.0 has been
installed. i'm assuming it is in the registry somewhere, but i don't know
where to look, what to look for, and how to test for the 2.0 version?

thanks,

ray
Nov 13 '06 #1
7 8392
Check out:

http://groups.google.com/group/micro...c65380677098aa

Thanks,

Seth Rowe
ray well wrote:
how can i test during install time if the .NET Framework 2.0 has been
installed. i'm assuming it is in the registry somewhere, but i don't know
where to look, what to look for, and how to test for the 2.0 version?

thanks,

ray
Nov 13 '06 #2
I just find it laughable

real quick-- can anyone tell me how to tell on Windows 2000 which
version of the .NET framework is installed?
real quick-- can anyone tell me how to tell on Windows XP which version
of the .NET framework is installed?
real quick-- can anyone tell me how to tell on Windows 2003 which
version of the .NET framework is installed?

I dont mean programmatically tell-- I mean; some typcial windows
admin-- how can he tell?

-Aaron

rowe_newsgroups wrote:
Check out:

http://groups.google.com/group/micro...c65380677098aa

Thanks,

Seth Rowe
ray well wrote:
how can i test during install time if the .NET Framework 2.0 has been
installed. i'm assuming it is in the registry somewhere, but i don't know
where to look, what to look for, and how to test for the 2.0 version?

thanks,

ray
Nov 13 '06 #3
aa*********@gmail.com wrote:
I just find it laughable

real quick-- can anyone tell me how to tell on Windows 2000 which
version of the .NET framework is installed?
real quick-- can anyone tell me how to tell on Windows XP which version
of the .NET framework is installed?
real quick-- can anyone tell me how to tell on Windows 2003 which
version of the .NET framework is installed?

I dont mean programmatically tell-- I mean; some typcial windows
admin-- how can he tell?

-Aaron

Config screen->Add/Remove software
The list shows you if and what versions of the .NET framework are installed.

Or check <%windir%>\Microsoft.NET\Framework
--
Rinze van Huizen
C-Services Holland b.v
Nov 14 '06 #4
NO.. add/remove DOESNT include which version of the framework is
installed

on XP... 1.0 is installed.. on 2003; 1.1 is installed... try finding
THAT under add/remove programs

and let me guess.. with R2 of 2003; it includes 2.0 and it's not in the
add/remove programs?

that's just flat out not consistent

I do like the WINDIR command; i'll have to use that thanks

-
Aaron


C-Services Holland b.v. wrote:
aa*********@gmail.com wrote:
I just find it laughable

real quick-- can anyone tell me how to tell on Windows 2000 which
version of the .NET framework is installed?
real quick-- can anyone tell me how to tell on Windows XP which version
of the .NET framework is installed?
real quick-- can anyone tell me how to tell on Windows 2003 which
version of the .NET framework is installed?

I dont mean programmatically tell-- I mean; some typcial windows
admin-- how can he tell?

-Aaron

Config screen->Add/Remove software
The list shows you if and what versions of the .NET framework are installed.

Or check <%windir%>\Microsoft.NET\Framework
--
Rinze van Huizen
C-Services Holland b.v
Nov 14 '06 #5
and yet another option for installing the framework. It looks like this will
also work with version 2.0.
http://support.microsoft.com/kb/324733

look down the page to the:
"Use Setup.exe to Distribute the .NET Framework with Your Visual Studio .NET
Application"

and the:
"Prepare Your Deployment Project for Use with the Setup.exe Bootstrapping
Application Sample"

and then the:
"Customize the Settings.ini File"
Sections of the page

HTH
Steve

"ray well" <no****@nospam.comwrote in message
news:el**************@TK2MSFTNGP03.phx.gbl...
how can i test during install time if the .NET Framework 2.0 has been
installed. i'm assuming it is in the registry somewhere, but i don't know
where to look, what to look for, and how to test for the 2.0 version?

thanks,

ray


Nov 15 '06 #6
you guys are missing the point

those fucking leper morons in Redmond don't have any easy; consistent
way to tell which version of the .NET framework is installed!

Steve Long wrote:
and yet another option for installing the framework. It looks like this will
also work with version 2.0.
http://support.microsoft.com/kb/324733

look down the page to the:
"Use Setup.exe to Distribute the .NET Framework with Your Visual Studio .NET
Application"

and the:
"Prepare Your Deployment Project for Use with the Setup.exe Bootstrapping
Application Sample"

and then the:
"Customize the Settings.ini File"
Sections of the page

HTH
Steve

"ray well" <no****@nospam.comwrote in message
news:el**************@TK2MSFTNGP03.phx.gbl...
how can i test during install time if the .NET Framework 2.0 has been
installed. i'm assuming it is in the registry somewhere, but i don't know
where to look, what to look for, and how to test for the 2.0 version?

thanks,

ray
Nov 15 '06 #7
aa*********@gmail.com wrote:
NO.. add/remove DOESNT include which version of the framework is
installed

on XP... 1.0 is installed.. on 2003; 1.1 is installed... try finding
THAT under add/remove programs

and let me guess.. with R2 of 2003; it includes 2.0 and it's not in the
add/remove programs?

that's just flat out not consistent

I do like the WINDIR command; i'll have to use that thanks

-
Aaron
Umm yes it does. You just have to click the additional information link
(or whatever it's called in english) provided when you select the
framework entry in add/remove software. It will give you a box with info
including the full version.
--
Rinze van Huizen
C-Services Holland b.v
Nov 30 '06 #8

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

Similar topics

5
by: Mark_S | last post by:
Does the .net framework v1.1 come pre-installed on new Window's PC's? For example, there is a recent news article about AOL selling a $299 PC bundle that has Windows XP Home edition- will this PC...
2
by: fripper | last post by:
I have installed Visual Studio .Net 2003 on top of an earlier version. Now, when I open a new project I get a message that says Visual Studio .NET has detected that the web server is running...
2
by: j.b.messina | last post by:
This has not yet been published by Microsoft. It will be published within the next few weeks, mainly because I asked them to. I felt this was information badly needed, and I think this is the...
11
by: Geoff Cox | last post by:
Hello, The .NET Framework is about 20MB which is large compared to some apps. Can I assume that the Framework is on modern PCs? Does modern mean PCs sold in the last 6 months, 12 months, etc?? ...
2
by: Someone Please Help! | last post by:
I had Visual Studio .NET installed on my system for a while and then decided I would install a second copy of Windows 2000 on my second drive and use it strictly for developing Visual Basic apps....
3
by: Hugo Mind | last post by:
Hi, Is there a way through the web to find out if a client has the framework 1.1 installed ? I want people to download an installer for our software which includes the framework 1.1 if they...
4
by: Peter Rilling | last post by:
Does VS.NET 2005 Professional support integrated unit testing, or is that only with the team system?
13
by: dancer | last post by:
I have made a new post because when I try to respond to another, I get the error, "Article Rejected -- Ill-formed message id" This is in response to the advice of Juan Libre to install Net...
4
by: David | last post by:
Hi list. Do test-driven development or behaviour-driven development advocate how to do higher-level testing than unit testing? types of testing: unit integration system
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.