Home All Groups Group Topic Archive Search About

Setup and Deployment Projects

Author
4 Dec 2006 9:44 PM
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.

Author
4 Dec 2006 11:55 PM
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.
--
Phil Wilson
[Microsoft MVP Windows Installer]
Show quoteHide quote
"fniles" <fni***@pfmail.com> wrote in message
news:uIVP91%23FHHA.4760@TK2MSFTNGP03.phx.gbl...
>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.
>
Author
5 Dec 2006 2:34 PM
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.


Show quoteHide quote
"Phil Wilson" <phil.wil***@wonderware.something.com> wrote in message
news:ueM6r%23$FHHA.1784@TK2MSFTNGP06.phx.gbl...
> 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" <fni***@pfmail.com> wrote in message
> news:uIVP91%23FHHA.4760@TK2MSFTNGP03.phx.gbl...
>>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.
>>
>
>
Author
5 Dec 2006 5:53 PM
Phil Wilson
There's a bootstrapper plug-in:
http://www.microsoft.com/downloads/details.aspx?familyid=627921a0-d9e7-43d6-a293-72f9c370bd19&displaylang=en
--
Phil Wilson
[Microsoft MVP Windows Installer]

Show quoteHide quote
"fniles" <fni***@pfmail.com> wrote in message
news:%233YjnqHGHHA.1264@TK2MSFTNGP03.phx.gbl...
> 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" <phil.wil***@wonderware.something.com> wrote in message
> news:ueM6r%23$FHHA.1784@TK2MSFTNGP06.phx.gbl...
>> 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" <fni***@pfmail.com> wrote in message
>> news:uIVP91%23FHHA.4760@TK2MSFTNGP03.phx.gbl...
>>>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.
>>>
>>
>>
>
>
Author
5 Dec 2006 1:56 PM
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).




Show quoteHide quote
"fniles" <fni***@pfmail.com> wrote in message
news:uIVP91%23FHHA.4760@TK2MSFTNGP03.phx.gbl...
>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.
>