Setup and Deployment Projects

F

fniles

I am not sure what newsgroup I should post this question at, because I did
not see a newsgroup for Visual Studio Setup Wizard.
In the Setup and Deployment Projects (Setup Project), how can I include
installation for MDAC (Microsoft Data Access Component) ?
Thank you.
 
P

Phil Wilson

Prerequisites will do this - the Prerequisites button in VS 2005 project
properties has an MDAC choice. You'll get a setup.exe that will install
MDAC, the framework etc.
 
J

jeff

Not sure if this is relavent but if you are installing a newer version of
the MDAC while installing your application; caution the user ... you may
break existing software that does not work with your version of the MDAC.
(if you are replacing the existing version).
 
F

fniles

Thank you for your reply.
How about in VS2003 ? I am currently using VS2003.
In the solution property, there is "Project Dependencies", but I can not add
anything to it.


Phil Wilson said:
Prerequisites will do this - the Prerequisites button in VS 2005 project
properties has an MDAC choice. You'll get a setup.exe that will install
MDAC, the framework etc.
--
Phil Wilson
[Microsoft MVP Windows Installer]
fniles said:
I am not sure what newsgroup I should post this question at, because I did
not see a newsgroup for Visual Studio Setup Wizard.
In the Setup and Deployment Projects (Setup Project), how can I include
installation for MDAC (Microsoft Data Access Component) ?
Thank you.
 
P

Phil Wilson

There's a bootstrapper plug-in:
http://www.microsoft.com/downloads/...a0-d9e7-43d6-a293-72f9c370bd19&displaylang=en
--
Phil Wilson
[Microsoft MVP Windows Installer]

fniles said:
Thank you for your reply.
How about in VS2003 ? I am currently using VS2003.
In the solution property, there is "Project Dependencies", but I can not
add anything to it.


Phil Wilson said:
Prerequisites will do this - the Prerequisites button in VS 2005 project
properties has an MDAC choice. You'll get a setup.exe that will install
MDAC, the framework etc.
--
Phil Wilson
[Microsoft MVP Windows Installer]
fniles said:
I am not sure what newsgroup I should post this question at, because I
did not see a newsgroup for Visual Studio Setup Wizard.
In the Setup and Deployment Projects (Setup Project), how can I include
installation for MDAC (Microsoft Data Access Component) ?
Thank you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top