leedolman Posted August 22, 2003 Posted August 22, 2003 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 HotfixECHO Please Wait...start /wait %systemdrive%\install\hotfixes2\Q823718_MDAC_SecurityPatch.exe /Q:A /R:Nany suggestions to prevent it from prompting before installing and also asking if i want to restart?thanksLee
danisher Posted August 22, 2003 Posted August 22, 2003 ECHO Installing Microsoft Data Acces Component Hotfix (Q823718)...start /wait %systemdrive%\install\Hotfixes\Q823718.exe /Q /C:"dahotfix /q /n"ECHO./Danisher
amirali_esh Posted August 22, 2003 Posted August 22, 2003 Hi, Instead of applying that hotfix you can install MDAC 2.8 with the following syntax : MDAC_TYP.EXE /q:a /c:"dasetup.exe /q /n"
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now