View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
John Rischmiller John Rischmiller is offline
external usenet poster
 
Posts: 3
Default ActiveX distribution

Thanks, Bill

--
Regards - John Rischmiller.

"Bill Lunney" wrote in message
...
1 Not 100% sure of the legalities of this. AFAIK there is no issue.

There
are no royalties etc. due on the use of this control.

2 If you're just talking about one OCX I wouldn't bother with the overhead
of something like Wise or InstallShield (which are options). You can just
copy & register the control (DTP control) with a batch file.

copy abc.OCX %windir%\system32
REGSVR32 \%windir%\system32\abc.OCX



--
Regards,


Bill Lunney
www.billlunney.com