Nutso Posted April 15, 2005 Posted April 15, 2005 Sorry if there was a post about this, I didn't see it.my cmd goes like this...@echo MDAC 2.8start "MDAC 2.8" /wait "\\vstest1\test\mdac\mdac_typ.exe" /Q:A R:N@echo doneWhen it runs, i still get the pop up message asking me to agree with the license. How do i override that?Thanks in advance
argon007 Posted April 15, 2005 Posted April 15, 2005 It should be in application switch section.did you change the /Q:A R:N to the /Q:A /R:N?
Alanoll Posted April 15, 2005 Posted April 15, 2005 if memory serves...start "MDAC 2.8" /wait "\\vstest1\test\mdac\mdac_typ.exe" /C:"dahotfix.exe /q /n" /q:a
Nutso Posted April 18, 2005 Author Posted April 18, 2005 Argon, I did used the /Q:A /R:N and no luck.Alanoll, "/c: "dahotfix.exe /q /n" Does this mean the file is in the c drive?Basically what im trying to do is to make a script that will install netframework and mdac when people log on their computers. cls@echo off@echo installing framework and mdac@echo installing frameworkstart "framework" /wait "\\vstest1\test\framework\netfxsp1.exe"@echo done@echo installng mdac 2.8start "mdac 2.8" /wait "\\vstest1\test\mdac\mdac_typ.exe" /Q:A /R:N@echo done@echo installing hotfix for mdac 2.8start "mdac hotfix" /wait "\\vstest1\test\mdac\hotfix\dahotfix.exe" /q /n@echo doneThanks for your help.
Incroyable HULK Posted April 19, 2005 Posted April 19, 2005 It can be installed via svcpack.inf if you use this exact syntax:"KB832483.exe /C:""dahotfix.exe /q /n"" /q:a"
Incroyable HULK Posted April 19, 2005 Posted April 19, 2005 *** What the heck is happening on the MSFN server? ***
Alanoll Posted April 19, 2005 Posted April 19, 2005 *** What the heck is happening on the MSFN server? ***<{POST_SNAPBACK}>huh?
Incroyable HULK Posted April 19, 2005 Posted April 19, 2005 *** What the heck is happening on the MSFN server? ***<{POST_SNAPBACK}>huh?<{POST_SNAPBACK}>Yesterday around that time, the server wasn't always responding, I got several non-resolved pages. And when I answered this thread, it wasn't transfered at the top of the list...Strange
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