RE: automatically register dll
by Jerry Rivard other posts by this author
Feb 28 2002 5:12PM messages near this date
RE: PerlSvc questions
|
RE: PerlSvc questions
Tom:
I think you can just put:
system "regsvr32 \/s \"$dllpath\"";
in your code at some point before invoking the dll in question.
Regards,
Jerry Rivard
DataViz
phone: 203-268-0030 x3019
fax: 203-268-4345 Attn: Jerry Rivard
email: jrivard@[...].com
-----Original Message-----
From: Mike Bernardo [mailto:mbernardo@[...].com]
Sent: Thursday, February 28, 2002 10:25 AM
To: Tom Corlett; pdk@[...].com
Subject: Re: automatically register dll
----- 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
_______________________________________________
PDK mailing list
PDK@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
|