I want to register my controls at user level, kindly guide me how can I achive this with regsvr32.
If its not possible with regsvr32 please tell any alternative way to achive this.
I want to register my controls at user level, kindly guide me how can I achive this with regsvr32.
If its not possible with regsvr32 please tell any alternative way to achive this.
There is a tool named RegSvrEx out on Code Project which seems to allow you just what you want.
The syntax is:
RegSvrEx [/u] [/c] servername
With
/u - Unregister server
/c - Register or unregister (if /u is also specified) only for the current user
servername - Full path of the server .exe or .dll
See the comments on the article's page on how to change the code for using with Windows Vista and above.