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
Professional Software Development Tools
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
Tip: searching these forums often provides an answer.
- Use regsvr32.exe
- Depending on the DLL, you may be able to use the System.RegisterActiveX action.
--[[ Indigo Rose Software Developer ]]
Thanks,
The solution using File.Run and regsvr32 is working well.
Luc