|
Hello everyone,
I am new to Windows Server 2003 R2. I want to install the latest service pack. After Google, I am still confused - which is the lastest service pack version for Windows Server 2003 R2? SP1 or SP2?
BTW: I am using 32-bit.
thanks in advance...
Started by George2 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
The latest service pack for Windows Server 2003, be it R2 or not, is Service Pack 2..
Http from Windows Server 2008).
If so, it's SP2.
I'm assuming you mean service pack when you say fixpack.
|
|
When Vista's service pack version is at level 1 (SP1), this version number is shown at "Control Panel / System" . However, on my system this information has disappeared, probably because I'm now using SP2. I'd like to verify this, so I can be certain....
Started by Dimitri C. on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
This little util opens up a message box that lists the current Windows version and service pack.
From).
|
|
How do I determine which service pack (if any) Visual Studio is running? Right now I'm trying to determine if a machine is running VS2008 or VS2008 SP1.
Started by Even Mien on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Help -> About Microsoft.
Service Pack 1 (KB945140)
I had to scroll through the list to find it.
|
Ask your Facebook Friends
|
I have a interest in a reported bug which Microsoft have made available a hotfix for. When looking on the site, I'm not able to figure out if this fix is included in a service pack or not. Do anyone know where I can find this out?
Started by tronda on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You didn't mention your product but:
List of fixes in Service Pack 1 for XP: http://support.microsoft.com/kb/324720
List of fixes in Service Pack 2 for XP: http://support.microsoft.com/kb/811113
List of fixes in Service....
|
|
I need to update Vista SP1 to SP2 and install SP1 for SQL Server Express 2008. In which order should I install these service packs and has anyone had any problems with installing SP1 for SQL Server 2008?
Started by ZippyV on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
I know it does this for SQL 2000.
It should tell you if your OS service pack level isn't high enough.
|
|
Hello everyone,
I am so confused that there is no 64-bit .NET Framework 3.0 Service Pack 1 download? If there is, could anyone send me a link please? My OS is Windows Server 2003 x64. Thanks.
thanks in advance, George
Started by George2 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I got the information from this page ..
After a bit of searching, I think this link (NetFx30SP1_x64.exe) is what you want .
It includes 2.0 SP2 and 3.0 SP2.
Just get the 3.5 SP1 download instead.
|
|
This is a total dah question but I hope somebody can help me out.
I have VS2005 SP2, nonetheless, I really need to use VS2005 No-SP to compile the release version of our product. Is it "safe" to uninstall the service packs? What I mean by this is:
What...
Started by AZ on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Sorry for not directly answering your question, but might I suggest using virtual machines for your 'special' development scenarios?
In our office, people who get new machines, or for whatever reason find themselves doing a clean install are installing... .
|
|
I am installing .NET 3.5 on a target server.
The Microsoft Download site is recommending I install the following:
dotnetfx35.exe ndp20sp2-kb95481-x86.exe ndp30sp2-kb958483-x86.exe ndp35sp1-kb958484-x86.exe After I run dotnetfx35.exe, it says "The system...
Started by Andrew Shepherd on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
There is a security update to 3.5 SP1 though that you should installed multiple versions of the .NET Framework and service packs without reboots in between; however.
And the service pack in a single install.
|
|
Hi all
I need to be able to detect which version of Excel I have installed in my machine from some .NET code I'm developing. I'm currently using Application.Version for that, but it doesn't give me information about Service Packs.
I would preferably to...
Started by Román on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
While not robust, that approach is the only way I know .
Extensible when new service packs are released.
|
|
A similar question was asked here , but was specific to .NET 3.5. Specifically, I'm looking for the following:
What is the correct way to determine which .NET Framework versions and service packs are installed? Is there a list of registry keys that can...
Started by Scott Dorman on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Determining the service pack level follows a similar pattern:
Framework of these keys has a format....
(.Net 2.0 on Vista; all others use a DWORD.
That shows the service pack and an MSI=1 value if it was installed using an MSI.
|