In my old batch file I have: Code: echo Installing Adobe Reader... start /wait %~dp0Adobe_Reader\AdbeRdr11010_en_US.exe /sAll /rs "/qn /norestart ALLUSERS=1 EULA_ACCEPT=YES AgreeToLicense=Yes SUPPRESS_APP_LAUNCH=YES" start /wait %windir%\System32\msiexec.exe /p "%~dp0Adobe_Reader\AdbeRdrUpd11023.msp" /qn
Step D. there is an additional MSP file let's install this too (seems to be a necessary patch) Code: msiexec.exe /p AcroRdrDCUpd2300320201.msp /quiet /passive /qn /norestart