PDA

View Full Version : silen install of mdac


eceballos
06-05-2001, 08:55 PM
How i could create a silent install for mdac_type.exe?

Jase
06-12-2001, 08:44 AM
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:

<mdac_type.exe> /q /C:"setup /QN1"

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