Using Visual Studio 2010 on Windows Server 2003 I could call:-
register my.dll /system
to set the dll as a "system global resource" (my.dll is a C++ module)
I have now moved to Windows Server 2008 R2 (64-bit) and register.exe no longer exists
How do I mark my.dll as a "system global resource"?