vote up 2 vote down star

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?

flag

58% accept rate

4 Answers

vote up 3 vote down

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

link|flag
vote up 0 vote down

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.

link|flag
vote up 2 vote down

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.

link|flag
I thought so too, but no. – mmiika Oct 28 '08 at 5:24
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 Oct 28 '08 at 5:26
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 Oct 28 '08 at 5:27
Heh. Sure, email id good. my stackoverflow user name at gmail, – mmiika Oct 28 '08 at 5:31
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 Mar 20 at 9:55
show 1 more comment

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.