0

The donet installs like its suppose to but vcredist_x86.exe, and vs_piaredist.exe. Do you see anything that I am doing wrong? I want this to be a silent install.

 vcredist_x86.exe /q:a /c:"VCREDI~3.EXE /q:a /c""msiexec /i vcredist.msi /qu"""
 pause
 vs_piaredist.exe /q:a /c:"msiexe /i vs_2005_PIA.msi /qn"
 pause
 dotnetfx.exe /q:a /c:"install /l/q"
 pause
1
  • Can you explain more about the problem? For example, is it installing but not silently? Or is there an error message? Commented Aug 11, 2011 at 13:55

1 Answer 1

1

So far I can see only two possible issues, if the script is copied without any changes/typos:

  1. Line #1, : is probably missing after the second (inner) /c switch.

  2. Line #3, msiexe should probably be msiexec.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.