Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

vs2010 - Deployment Project woes... 1

Status
Not open for further replies.

Ajb2528

Technical User
Feb 22, 2002
270
GB
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
 
Take a look at INNO Setup:


It's free and works pretty well. There are tutorials and such on the web.

I used to rock and roll every night and party every day. Then it was every other day. Now I'm lucky if I can find 30 minutes a week in which to get funky. - Homer Simpson

Arrrr, mateys! Ye needs ta be preparin' yerselves fer Talk Like a Pirate Day!
 
Hi jebenson,

Thanks for that! Tried it and it does what I wanted!

Regards,

Alan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top