I am writing an app that needs to use a third party ocx control. In my Inno Setup script I include the line:
Source: C:aPathaControl.ocx; DestDir: {app}; Flags: restartreplace sharedfile regserver
It looks like the control is registered, but the installed app gives me EOleSysErrors that the control isn t registered when working in Win2000. Any thoughts about what s going on here, or how to fix it?
Thanks, as always!
p.s. I m working with admin level control. I assume this is always required when registering an ActiveX control. (Is that right?)