Results 1 to 5 of 5

Thread: Visual Studio Installer: Automatically install MDAC

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2005
    Posts
    5

    Visual Studio Installer: Automatically install MDAC

    Dear Friends.
    I am very much upset by the package & deployment capacity of the Visual basic programs.

    recently i have heard of the visual studio installer, that has solved one of the problem of adding folders to the setup.

    Now i am facing another problem. My application needs to have MDAC_typ installed before running the application. but i am not able to do so using visual studio installer. i want this mdac to run automatically along with the setup.

    Otherwise also if i want to run another exe alongwith or before the setup starts, how i can do that

    Can any body help

    Thanks in advance

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359

    Re: Visual Studio Installer: Automatically install MDAC

    Its an entire seperate installer. Have you looked into using InnoSetup, or InstallShield?
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  3. #3
    Frenzied Member
    Join Date
    Jun 2001
    Location
    USA
    Posts
    1,026

    Re: Visual Studio Installer: Automatically install MDAC

    Have you resolved this? I'm looking at the same problem. I like the included installer for VB.Net (mostly for the same folder issue), but I too am needing to install the MDAC 2.8 stuff.

    I have thought about basically doing the work that the MDAC installer does within my program's setup. I don't see how that would be a problem, but of course you would need something to check and see if it has alread been installed ( a condition of some sort)

    Squirrelly1
    Now happily married and still crankin' away at the keyboard. Life is grand for a coder, no?

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Visual Studio Installer: Automatically install MDAC

    Moved from ClassicVB.

  5. #5
    Frenzied Member
    Join Date
    Jun 2001
    Location
    USA
    Posts
    1,026

    Re: Visual Studio Installer: Automatically install MDAC

    Damnit Hack! You got my hopes up that he was actually going to say "yes".

    Heh Squirrelly1
    Now happily married and still crankin' away at the keyboard. Life is grand for a coder, no?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width