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)