How.... ? Versions.....

W

Wilson Smith

1. In a computer C:\WINNT\Microsoft.NET\Framework\v1.1.4322 do exist. That
means .Net 1.1 framework is installed?

2. How to determine whether .NetFrame work is installed or not in a system?

3. Can different versions of .Net can co exist?

Thanks,

Will
 
M

Morten Wennevik

Hi Wilson,

1. In a computer C:\WINNT\Microsoft.NET\Framework\v1.1.4322 do exist.
That
means .Net 1.1 framework is installed?
Yes

2. How to determine whether .NetFrame work is installed or not in a
system?
See if %windir%\Microsoft.Net\Framework\xxx exists?
There are better ways, but can't remember at the moment.
3. Can different versions of .Net can co exist?

Yes, they do not interfere with eachother.
Thanks,

Will
No problem,
 
P

Paul Clement

¤ 1. In a computer C:\WINNT\Microsoft.NET\Framework\v1.1.4322 do exist. That
¤ means .Net 1.1 framework is installed?
¤

Yes.

http://support.microsoft.com/default.aspx?scid=kb;en-us;Q318785

¤ 2. How to determine whether .NetFrame work is installed or not in a system?
¤

The bootstrapper setup program can do this for you:

http://msdn.microsoft.com/library/d...ry/en-us/dnnetdep/html/dotnetframedepguid.asp

You can also do this through a launch condition if you are creating a VS setup project.

¤ 3. Can different versions of .Net can co exist?

Yes, side by side execution is supported.


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
M

Mattias Sjögren

Wilson,
1. In a computer C:\WINNT\Microsoft.NET\Framework\v1.1.4322 do exist. That
means .Net 1.1 framework is installed?

Not necessarily. More recent versions of the framework may also create
that directory. For example, I have a machine with only a .NET 2.0
prerelese installed, and it still has the 1.1.4322 directory.



Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top