
Easy Plugin! Registration - Printable Version
-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Easy Plugin! Registration (/showthread.php?tid=28260)
Easy Plugin! Registration by matty on 07-07-2004 at 03:18 AM
Out of bordem to help a developer I made a simple tool that will allow you Right Click a DLL and select Register.
This way all you need to do is compile your Plugin and use the app to register it. Really simple eh? 
quote: Originally posted by CookieRevised
related:
http://www.mlin.net/misc.shtml
Well take your pick, dont really matter which one you choose, wont hurt my feelings at all
RE: Easy Plugin! Registration by CookieRevised on 07-07-2004 at 03:49 AM
related:
http://www.mlin.net/misc.shtml
quote: RegSvrEx
A shell extension that provides convenient and quick registration for ActiveX DLLs and OCXs. A great tool for ActiveX developers - much more convenient than regsvr32! (incl. source code)
RE: Easy Plugin! Registration by Mike on 07-07-2004 at 06:51 AM
http://www.vbforums.com/showthread.php?s=&threadid=264408 
If you use the above registry entries, you will also have an unregister option (regsvr32 /u) and you will also be able to register unregister ocxs.
RE: Easy Plugin! Registration by MessEnGer on 07-07-2004 at 09:12 AM
Nice work matty
wrks great
RE: Easy Plugin! Registration by fluffy_lobster on 07-07-2004 at 09:18 AM
Nice I'm not gonna be able to get enough of this Thanks Matty
RE: Easy Plugin! Registration by Leif on 07-07-2004 at 10:27 AM
Another free utility:
http://www.jddesign.co.uk/
DLLReg (1KB)
This one is simplicity itself! It's just a simple registry file (DllReg.reg) that I always find extremely useful to install on any system that I'm developing on when working with self-registering DLLs.
All it does is add registry entries to register 2 commands for .DLL and .OCX files. These commands run the regsvr32 commands to register and unregister files.
Download the file and Merge the information to your registry. You'll then have a "Register" and "Unregister" context menu for .DLL and .OCX files.
|