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

Re: How.... ? Versions..... by Morten

Morten
Thu Nov 04 13:00:21 CST 2004

Hi Wilson,

On Thu, 4 Nov 2004 09:15:29 -0800, Wilson Smith <WWilson67@hotmail.com>
wrote:

> 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,

--
Happy Coding!
Morten Wennevik [C# MVP]

Re: How.... ? Versions..... by Paul

Paul
Thu Nov 04 13:12:27 CST 2004

On Thu, 4 Nov 2004 09:15:29 -0800, "Wilson Smith" <WWilson67@hotmail.com> wrote:

¤ 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/default.asp?url=/library/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 ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)

Re: How.... ? Versions..... by Mattias

Mattias
Thu Nov 04 17:15:27 CST 2004

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

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.