Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2001
    Posts
    3

    silen install of mdac

    How i could create a silent install for mdac_type.exe?

  2. #2
    Join Date
    Jun 2001
    Posts
    2

    Cool Re: silen install of mdac

    To make the MDAC redistribution run unattended you use the "/Q" command. By default, this passes on "/Q" to the inner setup.

    The installation of Microsoft Data Access Components (MDAC) writes to the RunOnce registry key, which usually means that the computer must be restarted for the installation to complete. To have an unattended installation that does NOT automatically restart, you can use the following command:

    /q /C:"setup /QN1"

    Originally posted by eceballos:
    How i could create a silent install for mdac_type.exe?

Posting Permissions

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