/build/static/layout/Breadcrumb_cap_w.png

How do i silently install Microsoft access runtime 2010 using silent switch?

I have the exe file, and I need to create a .cmd or .bat file that would install my application silently.

Thank You!


1 Comment   [ + ] Show comment
  • try this

    Echo off
    for /f "Tokens=*" %%i in ('CD') do set CurrentDir=%%i
    Cd "%CurrentDir%"
    "%CurrentDir%setup.exe" salient parameter
    Pause - shreyas 9 years ago

Answers (3)

Posted by: ron123 9 years ago
Yellow Belt
0
Setup.exe /config "Config.xml"

where config.xml contains all configurations required.
Posted by: LBarclay 10 years ago
Orange Senior Belt
0

Have you tried:

your-setup.exe /s /v" /qn"

Let me know if that works!


Comments:
  • Since no one ever answered, no this does not work. - theGreenhorse 6 years ago
Posted by: anonymous_9363 10 years ago
Red Belt
0

Tried using Google?

http://fbinotto.blogspot.co.uk/2012/04/install-access-runtime-2010-silently.html

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ