473,386 Members | 1,720 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,386 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 8391
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: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.