I have Visual Studio 2008 and the Windows SDK for Windows Server 2008 and .NET Framework 3.5 installed. I believe that is the latest platform SDK.

I'm trying to build a signed dll to be installed in SxS. All the tutorials explain to use a tool called pktextract.exe which is part of the SDK, but I can't seem to find the tool. All the other tools such as makecert, mt, makecat exist.

Was pktextract replaced by some other tool in the latest version of the sdk?

Thanks for the help.

link|improve this question

54% accept rate
feedback

3 Answers

up vote 0 down vote accepted

With VS2008, You can use sn -T to extract the public key token from an assembly or a combination of sn -p and sn -t to extract one from a pfx.

link|improve this answer
feedback

Should be part of the Platform SDK.

link|improve this answer
I have the platform sdk installed, and it isn't there – DanJ Oct 26 '08 at 21:20
feedback

I ended up getting it from a Visual Studio 2005 installation, there it is found under ...\common\tools\bin

I wonder why it was removed. Maybe MS simply forgot it?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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