Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What windows SDK parts are needed to run sn.exe

I want to run sn.exe in order to be able to run a delayed signed project in a server. If I install the whole windows SDK everything runs smoothly, but which exact part of SDK is needed? I am asking since the whole downloading is 460Mb and probably installs stuff that I don't need.

like image 908
andreadi Avatar asked Dec 13 '11 16:12

andreadi


People also ask

What is Windows SDK used for?

The Windows SDK provides code and tools to aid the development and troubleshooting of applications and systems. For troubleshooting, it includes the: Windows Performance Toolkit. Debugging Tools for Windows.

What is Windows Installer SDK?

The Windows SDK includes redistributable components, documentation, installer database validation tool, database table editor, database schema, development tools, Visual Basic Scripting Edition (VBScript) tools, sample product, and code samples.

Where is SN exe located?

It is named “sn.exe” so the full path is “C:\Program Files (x86)\Microsoft SDKs\Windows\v10. 0A\bin\NETFX 4.6.


1 Answers

After trial & error I found out that the only part needed is .net Development -> Tools.

like image 133
andreadi Avatar answered Sep 20 '22 13:09

andreadi