sn.exe without SDK

H

Heinz

Hi all,

sn.exe is included in .net SDK. Is it possible to use sn.exe even on a
system without .net SDK? .net Framework is installed but I don't want to
install the 100MB SDB just for sn.exe. I copied sn.exe to another
computer but I got an error message about missing MSVCR71.DLL....?
 
M

Mattias Sjögren

sn.exe is included in .net SDK. Is it possible to use sn.exe even on a
system without .net SDK? .net Framework is installed but I don't want to
install the 100MB SDB just for sn.exe. I copied sn.exe to another
computer but I got an error message about missing MSVCR71.DLL....?

I don't know whether Sn.exe is redistributable. But if it isn't, you
can write your own tool using the same APIs that it uses. Shawn Farkas
did so in a series of blog entries. See this and related posts

http://blogs.msdn.com/shawnfa/archive/2004/06/18/159711.aspx


Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top