sn.exe without SDK

  • Thread starter Thread starter Heinz
  • Start date Start date
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....?
 
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
 
Back
Top