ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> pdk
pdk
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved