Jump to content
Xtreme .Net Talk

Setup/Deploy with MSDE/MDAC


Recommended Posts

Guest mckeehan
Posted

I have a windows form project that I am ready to deploy.

 

The project depends on SQL Server (or MSDE) being installed on the client machine; it also depends on the appropriate version of MDAC being installed.

 

I am looking for some guidance on how to build a setup wizard that will setup my application and install (or confirm that they are installed) these dependancies.

 

Can anyone offer any help?

 

I am new to VB and am using VB.NET.

 

THANKS!

Guest mckeehan
Posted
That will help me determine if it is installed (and what version if it is), but what can I do about automatically performing the install for them?
Guest mckeehan
Posted

I would love to do that...but

 

My current setup program is a .NET Startup Wizard Project. I don't know how to modify it for such a change.

 

Can you tell me how to modify the setup wizard project or tell me how to build a different setup project that would work?

Guest mckeehan
Posted

InnoSetup is helping.

 

I have used InnoSetup as a wrapper for the other installations that my application depends on.

 

Too bad this type of thing is not supported in the VS.NET Setup/Deployment Wizard.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...