Hi
We've recently purchased Advanced Installer so we're still having a few teething problems.
One of these is registering an ActiveX Control (an OCX file) during the installation Process.
To do this manually I would copy our activeX control (lets call it myActiveX.ocx) to the Windows/System32 directory
Id then type at the the command line;
regsvr32.exe myActiveX.ocx
Can someone explain the steps required to do this using Advanced Installer?
I think Ive almost got the correct steps but there is a "regsvr32.exe" error when I run the installation and a dialog box appears
with a message that includes the following;
"A program run as part of the setup did not finish as expected"
Ive also included a screenshot from the Custom Actions page that shows some of the settings. Perhaps there is an obvious error there.
Thanks/