setreg.exe for Windows 7

Posted by victoriah on Super User See other posts from Super User or by victoriah
Published on 2011-01-12T20:42:24Z Indexed on 2011/01/12 20:55 UTC
Read the original article Hit count: 167

Filed under:
|

I want to use setreg.exe (http://msdn.microsoft.com/en-us/library/aa387700(VS.85).aspx) to disable the certificate revocation check. However, it's based on an older version of .NET than what I have. Microsoft says it's shipped with the older .net SDK, and when I download that, try to install, it says something like 'can't install SDK without .net 1.1'.

In the article linked it says for newer versions I should use SignTool, but SignTool does not appear to have the function I need .

Is it possible to either -

a) find a tool that can perform the function I need that doesn't need me to install the older .NET

b) get setreg.exe without downloading the SDK

or do I need to install the older .NET on my machine? And if the latter is the case, what do I need to do to install an older .NET? Will it overwrite my current .NET?

Thanks,

© Super User or respective owner

Related posts about windows-7

Related posts about .NET