Hello everyone:
I have migrated a large VB6 ArcGIS 9.x application to VB.NET ArcGIS 10 add-in. It uses a couple of VB6 OCXes. Everything works fine on my development PC but when I start distributing the add-in, the target PC encounters COMexceptions. They go away if I register the OCXes manually on the target PC.
What's the recommended 'best practice' methodology for distributing and, if necessary, registering the OCXes on target PCs when releasing ArcGIS Desktop extensions as add-ins?
I think that I could create an installation package (with InstallShield for ex.) that would register the OCXes and automatically start the esriaddin file. It seems to defy the simplicity of end-users double-clicking on the esriaddin file.
Thanks