How i could create a silent install for mdac_type.exe?
Announcement
Collapse
No announcement yet.
silen install of mdac
Collapse
This topic is closed.
X
X
-
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?
Comment