Registering dll after install
-
Hi, I made a toolbar for Internet Explorer. When I'm testing it on my computer I register it with regsvr32 toolbar.dll. I made an installer for the toolbar. I don't know how to register the dll after the installation, something like regsvr32. I didn't found anything on msdn. Do you have any ideea? Thanks ----- We are what we repeatedly do. Excellence, then, is not an act, but a habit.
-
Hi, I made a toolbar for Internet Explorer. When I'm testing it on my computer I register it with regsvr32 toolbar.dll. I made an installer for the toolbar. I don't know how to register the dll after the installation, something like regsvr32. I didn't found anything on msdn. Do you have any ideea? Thanks ----- We are what we repeatedly do. Excellence, then, is not an act, but a habit.
Ok, Tell Me one thing Which InStaller are your using to install your COMDLL. If you are using any WELLKNOWN INSTALLER like Wise,INNo or Install shield,thay aleady equip with this functionality. if you are creating your own INSTALLER use this api to register your toolbar.dll
ShellExecute(NULL,"open","regsvr32.exe","YOURPATH\toolbar.dll",NULL,SW_HIDE);
----------------------------- "I Think It Will Help" ----------------------------- Alok Gupta visit me at http://www.thisisalok.tk -
Ok, Tell Me one thing Which InStaller are your using to install your COMDLL. If you are using any WELLKNOWN INSTALLER like Wise,INNo or Install shield,thay aleady equip with this functionality. if you are creating your own INSTALLER use this api to register your toolbar.dll
ShellExecute(NULL,"open","regsvr32.exe","YOURPATH\toolbar.dll",NULL,SW_HIDE);
----------------------------- "I Think It Will Help" ----------------------------- Alok Gupta visit me at http://www.thisisalok.tkHi, Thank you for your answer. I am using the Visual Studio Installer which comes with Visual Studio 7.0. Thanks again ----- We are what we repeatedly do. Excellence, then, is not an act, but a habit.
-
Hi, Thank you for your answer. I am using the Visual Studio Installer which comes with Visual Studio 7.0. Thanks again ----- We are what we repeatedly do. Excellence, then, is not an act, but a habit.
Florin Ochiana wrote: I am using the Visual Studio Installer which comes with Visual Studio 7.0. i never worked on that,if you don't find any option for registrying DLL there, you can opt for ShellExecute One. Anyway i visited you company WebPAge,Hard Luck ,it under construction ----------------------------- "I Think It Will Help" ----------------------------- Alok Gupta visit me at http://www.thisisalok.tk
-
Florin Ochiana wrote: I am using the Visual Studio Installer which comes with Visual Studio 7.0. i never worked on that,if you don't find any option for registrying DLL there, you can opt for ShellExecute One. Anyway i visited you company WebPAge,Hard Luck ,it under construction ----------------------------- "I Think It Will Help" ----------------------------- Alok Gupta visit me at http://www.thisisalok.tk
Yeah, as it usually happens we don't have any time left for our page because of the work we have to do for our clients. :) ----- We are what we repeatedly do. Excellence, then, is not an act, but a habit.
-
Yeah, as it usually happens we don't have any time left for our page because of the work we have to do for our clients. :) ----- We are what we repeatedly do. Excellence, then, is not an act, but a habit.
Florin Ochiana wrote: Yeah, as it usually happens we don't have any time left for our page because of the work we have to do for our clients. :) ----------------------------- "I Think It Will Help" ----------------------------- Alok Gupta visit me at http://www.thisisalok.tk