Hi!
I am trying to create a deployment project that requires an additional msi file (mySQL net connector) to be installed as part of the deployment. The in-house written dll was written in VB.Net 2010 and this dll requires the mySQL net connector to be installed on each workstation as well. I have tried the following -
Created a merge module containing the msi file and then added the deployment project to the merge module project - does not work. It installs the in house dll but not the mySQL connector.
Added custom actions (install/uninstall to try and install the msi file (I used a freeware tool to "convert" the msi file to an exe) this sort of works but the mySQL connect install does not complete correctly...
Has anyone got any other suggestions?
Any help will be appreciated!
Regards,
Alan
I am trying to create a deployment project that requires an additional msi file (mySQL net connector) to be installed as part of the deployment. The in-house written dll was written in VB.Net 2010 and this dll requires the mySQL net connector to be installed on each workstation as well. I have tried the following -
Created a merge module containing the msi file and then added the deployment project to the merge module project - does not work. It installs the in house dll but not the mySQL connector.
Added custom actions (install/uninstall to try and install the msi file (I used a freeware tool to "convert" the msi file to an exe) this sort of works but the mySQL connect install does not complete correctly...
Has anyone got any other suggestions?
Any help will be appreciated!
Regards,
Alan