How to register shell extension DLL?
-
Hello! I came accross the article http://www.codeproject.com/tips/dirclean.asp[^] which is about some handy utility. Shell extension DLL is provided. Can somebody please tell me how to register this shell extension trough console maybe? I really don't want to learn about shell extensions right now. All I want, is to use this utility. Best regards, Rostfrei
-
Hello! I came accross the article http://www.codeproject.com/tips/dirclean.asp[^] which is about some handy utility. Shell extension DLL is provided. Can somebody please tell me how to register this shell extension trough console maybe? I really don't want to learn about shell extensions right now. All I want, is to use this utility. Best regards, Rostfrei
Rostfrei wrote:
Can somebody please tell me how to register this shell extension
Is it working with regsvr32 ? Start Menu -> Run and type
regsvr32 YourDll.dll
(where YourDll.dll is the dll you want to register). This dll has to be in the system32 directory (or you have to specify its path also).
Cédric Moonen Software developer
Charting control -
Rostfrei wrote:
Can somebody please tell me how to register this shell extension
Is it working with regsvr32 ? Start Menu -> Run and type
regsvr32 YourDll.dll
(where YourDll.dll is the dll you want to register). This dll has to be in the system32 directory (or you have to specify its path also).
Cédric Moonen Software developer
Charting control