Jump to content

How to install MDAC silently?


Recommended Posts

Sorry if there was a post about this, I didn't see it.

my cmd goes like this...

@echo MDAC 2.8

start "MDAC 2.8" /wait "\\vstest1\test\mdac\mdac_typ.exe" /Q:A R:N

@echo done

When it runs, i still get the pop up message asking me to agree with the license. How do i override that?

Thanks in advance :hello:

Link to comment
Share on other sites


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 framework
start "framework" /wait "\\vstest1\test\framework\netfxsp1.exe"
@echo done

@echo installng mdac 2.8
start "mdac 2.8" /wait "\\vstest1\test\mdac\mdac_typ.exe" /Q:A /R:N
@echo done

@echo installing hotfix for mdac 2.8
start "mdac hotfix" /wait "\\vstest1\test\mdac\hotfix\dahotfix.exe" /q /n
@echo done

Thanks for your help.

Link to comment
Share on other sites

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...