PDA

Click to See Complete Forum and Search --> : NSIS and VB User Created Controls


tomfb
Sep 26th, 2006, 04:41 AM
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

randem
Sep 26th, 2006, 06:27 PM
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.

tomfb
Oct 4th, 2006, 07:55 AM
recompiled the user control
recompiled the program
solved problem.
Installer now works correctly