tags:

views:

14646

answers:

5

I'm running Windows Server 2008 64-bit "workstation" and would like to get corflags.exe. Which SDK do I need to download?

Edit: I know about .NET Framework 2.0 Software Development Kit (SDK) (x64) and Windows SDK for Windows Server 2008 and .NET Framework 3.5 but I was hoping to find something smaller as these are quite large downloads.

Also the note about 2.0 SDK seems to suggest to download the 3.5 one, should I follow that?

+2  A: 

If you install the .NET framework (you should already have it), it'll be at C:\Program Files (x86)\Microsoft.NET\SDK\v2.0\Bin\corflags.exe

Edit: Come to think of it, you may need to install the MS.NET 2.0 SDK from http://www.microsoft.com/downloads/details.aspx?familyid=1AEF6FCE-6E06-4B66-AFE4-9AAD3C835D3D&displaylang=en -- check for that file first.

Cody Brocious
I thought so too, but no.
mmiika
Yep I know about this download but I was hoping to find something smaller... also, a note under the overview suggests to download another one which is even bigger at 1.3G...
mmiika
Yea, I just noticed the site. Hell, want me to just email you the file? If that's all you want from the SDK (since the compilers and such are in the framework)
Cody Brocious
Heh. Sure, email id good. my stackoverflow user name at gmail,
mmiika
Hmm, in C:\Program Files\Microsoft.NET\SDK\v2.0 64bit\Bin for me. But your post did help me find it so you get a vote. Thanks.
Chris Needham
hey, could you email that to me too please, my stackoverflow username at gmail as well.
hmcclungiii
A: 

http://www.microsoft.com/downloads/details.aspx?familyid=E6E1C3DF-A74F-4207-8586-711EBE331CDC&displaylang=en. The .NET SDK has been bundled with the Windows SDK.

Bill Wert
+5  A: 

The current official version is in the "Windows SDK for Windows Server 2008 and .NET Framework 3.5". (Requires XP or later.)

You just need to install the .NET Development Tools subcomponent (Developer Tools -> Windows Development Tools -> .NET Development Tools).

That should place corflags.exe in Program Files\Microsoft SDKs\Windows\v6.1\Bin

rakslice
There's now a version of the SDK for Windows 7 and .NET Framework 3.5 SP1
rakslice
A: 

Download CorFlags from: http://inet-gw.maphis.homeip.net/training/VMWare64bit/CorFlags.exe

Abhishek Parwal
If you are going to provide a direct link, please make sure it stays functional...
biozinc
A: 

as rakslice already pointed out, there is now the 'SDK for Windows 7 and .NET Framework 3.5 SP1' available as the latest version at http://www.microsoft.com/downloads/details.aspx?FamilyID=c17ba869-9671-4330-a63e-1fd44e0e2505&displaylang=en.
this can also be run under xp and later and still contains the corflags.exe.
note that if one is purely interested in the coreflags.exe one chooses to only install the '.NET Development Tools' aubcomponent, about 75MB will be thrown on the harddisk. after doing so i found the desired tool at C:\Program Files\Microsoft SDKs\Windows\v7.0\Bin\CorFlags.exe.

antiplex