Setup and Deployment Projects

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • fniles

    #1

    Setup and Deployment Projects

    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.


  • Phil Wilson

    #2
    Re: Setup and Deployment Projects

    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" <fniles@pfmail. comwrote in message
    news:uIVP91%23F HHA.4760@TK2MSF TNGP03.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.
    >

    Comment

    • jeff

      #3
      Re: Setup and Deployment Projects


      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).




      "fniles" <fniles@pfmail. comwrote in message
      news:uIVP91%23F HHA.4760@TK2MSF TNGP03.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.
      >

      Comment

      • fniles

        #4
        Re: Setup and Deployment Projects

        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.wilson@wo nderware.someth ing.comwrote in message
        news:ueM6r%23$F HHA.1784@TK2MSF TNGP06.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" <fniles@pfmail. comwrote in message
        news:uIVP91%23F HHA.4760@TK2MSF TNGP03.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.
        >>
        >
        >

        Comment

        • Phil Wilson

          #5
          Re: Setup and Deployment Projects

          There's a bootstrapper plug-in:
          http://www.microsoft.com/downloads/d...displaylang=en
          --
          Phil Wilson
          [Microsoft MVP Windows Installer]

          "fniles" <fniles@pfmail. comwrote in message
          news:%233YjnqHG HHA.1264@TK2MSF TNGP03.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.wilson@wo nderware.someth ing.comwrote in message
          news:ueM6r%23$F HHA.1784@TK2MSF TNGP06.phx.gbl. ..
          >Prerequisite s 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" <fniles@pfmail. comwrote in message
          >news:uIVP91%23 FHHA.4760@TK2MS FTNGP03.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
          >>installatio n for MDAC (Microsoft Data Access Component) ?
          >>Thank you.
          >>>
          >>
          >>
          >
          >

          Comment

          Working...