Registering DLL's from Visual Studio

B

Ben Childs

Hi,

I am developing some DLL's using COM/ATL, as part of the build process
(post-build event), I run regsvr32 on the DLL's in order to make sure
that the latest built DLL'sare registered (convenient for debugging etc).

In a default install of Windows Vista RC2, this registration fails due
to permissions problems. Is there some way to make this work w/o making
myself an unrestricted administrator w/o UAC?

In fact visual studio here seems to be irrelevant as even trying to
register the DLL's from a command window fails. How can I escalate my
privileges from the command window?

Thanks

-Ben Childs
 
B

Ben Childs

Ok...

So there is no 'su' like command to elevate privileges from the command
line?

I would have to run Visual Studio as administrator rather than just Regsvr?

Thanks

-Ben
 

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