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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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