Distribution Problem - MDAC

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

    #1

    Distribution Problem - MDAC

    I have a C# Windows application that I am distributing to a large number of
    machines. On some of the machines the MDAC is not adequate to run the
    application. After installing the current MDAC everything runs fine.

    Is there something I can do in my distribute project to set it up to install
    the need files if there are not there. My user population is such that if
    it isn't done seamlessly then they will just refused to do it.

    Any help is greatly appreciated.


  • Phil Wilson

    #2
    Re: Distribution Problem - MDAC

    See if this bootstrapper helps:

    --
    Phil Wilson
    [MVP Windows Installer]
    "Greg Smith" <gjs@umn.edu> wrote in message
    news:eCsovg3PEH A.2744@TK2MSFTN GP12.phx.gbl...[color=blue]
    > I have a C# Windows application that I am distributing to a large number[/color]
    of[color=blue]
    > machines. On some of the machines the MDAC is not adequate to run the
    > application. After installing the current MDAC everything runs fine.
    >
    > Is there something I can do in my distribute project to set it up to[/color]
    install[color=blue]
    > the need files if there are not there. My user population is such that if
    > it isn't done seamlessly then they will just refused to do it.
    >
    > Any help is greatly appreciated.
    >
    >[/color]


    Comment

    • Uri Dor

      #3
      Re: Distribution Problem - MDAC

      as far as I remember, MDAC installation requires a reboot, so I doubt
      how seamless that will appear to users.

      Greg Smith wrote:[color=blue]
      > I have a C# Windows application that I am distributing to a large number of
      > machines. On some of the machines the MDAC is not adequate to run the
      > application. After installing the current MDAC everything runs fine.
      >
      > Is there something I can do in my distribute project to set it up to install
      > the need files if there are not there. My user population is such that if
      > it isn't done seamlessly then they will just refused to do it.
      >
      > Any help is greatly appreciated.
      >
      >[/color]

      Comment

      Working...