Re: automatically register dll
by Mike Bernardo other posts by this author
Feb 28 2002 3:25PM messages near this date
automatically register dll
|
perlctrl and socket
----- Original Message -----
From: "Tom Corlett" <tcorlett@[...].net>
To: <pdk@[...].com>
Sent: Thursday, February 28, 2002 7:27 AM
Subject: automatically register dll
> Does anyone know how to make the dll automatically register? I'm having
> trouble getting people to type regsvr32, or even to run a batch file with
> the regsvr32 command in it.
> Thanks,
> Tom
One way is to setup an install routine. A decent package that's free is
called inno setup. It creates a setup.exe that will install the dll (or
whatever other programs you want) and will do things like register the dll
automatically. It bundles everything together, creates an uninstall program
and quite a bit more. There's a visual front end from a company called
tafab tools (http://www.tafweb.com). It's free as well (at last check).
Mike
>
> _______________________________________________
> PDK mailing list
> PDK@[...].com
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
>
_______________________________________________
PDK mailing list
PDK@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Tom Corlett
Mike Bernardo
|