Jump to content

Recommended Posts

Posted

Hey guys. I've nearly got my disc fully automated, but there's one thing that still prompts for user input: the MDAC Security hotfix (Q823718_MDAC_SecurityPatch.exe)

this is how it looks in my main_batch file:

ECHO Installing MDAC Security Hotfix
ECHO Please Wait...
start /wait %systemdrive%\install\hotfixes2\Q823718_MDAC_SecurityPatch.exe /Q:A /R:N

any suggestions to prevent it from prompting before installing and also asking if i want to restart?

thanks

Lee :)


Posted

ECHO Installing Microsoft Data Acces Component Hotfix (Q823718)...
start /wait %systemdrive%\install\Hotfixes\Q823718.exe /Q /C:"dahotfix /q /n"
ECHO.

/Danisher

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...