Link to home
Start Free TrialLog in
Avatar of trulseri
trulseri

asked on

Access 2003 Package wizard how to registry ocx-file

I'm using Access 2003 Package wizard to make installation packe for a access 2003 project (.ade)
My solution is using a ocx-file, rtf2.ocx.
Need help to understand how to register the ocx-file with the Package Wizard.

Now the user have to do it manually (regsvr32 rtf2.ocx)

My packe also has a certificate file, .cer. (ade file is signed with this certificate)

Is it possible to use the package wizard for automatic installing the certificate ?

Thank you.
Avatar of Scott McDaniel (EE MVE )
Scott McDaniel (EE MVE )
Flag of United States of America image

The Packaging wizard doesn't support this, at least not natively. You can attempt to alter the MSI code using Orca (there's a link here: http://support.installshield.com/kb/view.asp?articleid=Q107066) or some other MSI editing tool, but it's a tremendous pain. The PDW is, quite simply, unacceptable for anything other than copying files and creating directories. If you installation needs are greater (and I'm betting they will be), you're much better off using a professional installer like Wise or INstallshield. They're pricey, but they work well. There's also some free ones out there; before switching to Wise, I used Inno Setup (http://www.jrsoftware.org/isinfo.php) with very good results.

The PDW also won't handle certificate installation ... again, your best bet is a commercial installer.
ASKER CERTIFIED SOLUTION
Avatar of Gustav Brock
Gustav Brock
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial