PDA

View Full Version : How do I register dll ?


Luc Coiffier
12-13-2005, 06:08 AM
Hi all,

well the question is simple: I have a lot of DLLs that need to be registered (COM servers).
With VP 1.0 all I needed to do was checking a box.

How do I do now ?
I suppose I must use scripting, but how ?

Thanks for your answer,

Luc

Lorne
12-13-2005, 08:34 AM
Tip: searching these forums (http://www.indigorose.com/forums/search.php?searchid=219679) often provides an answer.

Use regsvr32.exe (http://www.indigorose.com/forums/showthread.php?t=10355&highlight=register+dll)
Depending on the DLL, you may be able to use the System.RegisterActiveX (http://www.indigorose.com/webhelp/vp20/Program_Reference/Actions/System.RegisterActiveX.htm) action.

Luc Coiffier
12-14-2005, 05:03 AM
Thanks,

The solution using File.Run and regsvr32 is working well.

Luc