I'm writing a console application that will be deployed with an installation of an application we are writing. The console app aims to fix a bug in vista that will allow our application to be installed correctly in Vista. The console application works fine, but can I count on the .NET framework being installed on all Vista machines - is it installed by default?
+3
A:
The .NET Framework 3.0 is installed by default on Microsoft Windows Vista
+1
A:
According to the MSDN (emphasis mine):
The .NET Framework 3.0 is installed by default on Microsoft Windows Vista. On Microsoft Windows Server code-named "Longhorn", you can install the .NET Framework as a Windows Feature using Roles Management tools.
Shay Erlichmen
2009-06-24 09:08:38
+2
A:
There is a list of which versions of .Net are installed on which versions of Windows on Wikipedia.
- Windows XP and before don't come with .Net
- Windows Server 2003 comes with .Net 1.1
- Windows Vista comes with .Net 3.0
- Windows 2008 comes with .Net 3.0
- Windows 2008 R2 comes with .Net 3.5
- Windows 7 is probably going to come with .Net 3.5
Martin Brown
2009-06-24 09:09:08