NSIS and VB User Created Controls
I am using the NSIS installer using HM NSIS EDIT editor and have no problems installing the OCXs and third party controls until the insatlling of VB User Created Controls One installs with no problems the second installers the ocx and registers it but returns an incorrect version error on the control.
The control installed is the same control used in the program and installer with the same version and date.
Any suggestions would be helpful
Re: NSIS and VB User Created Controls
You are probably not deploying all the dependencies that you need. When you do this all kinds of unexpected error happen. Re-check your installation to make sure you have everything you need that should be deployed.
Re: NSIS and VB User Created Controls
recompiled the user control
recompiled the program
solved problem.
Installer now works correctly