I have noticed that .12 and .13 do not report as needed if you use the Adobe SCUP catalog or you create a standard update package. However, the msp file will install OK manually. I ended up creating custom scripted packages like this:
@echo off
call msiexec.exe /update "%~dp0AdbeRdrUpd11013.msp" /quiet /norestart
exit /B %EXIT_CODE%
I tried to troubleshoot the metadata in the msp file but it is beyond my capability.
-Jim B.
@echo off
call msiexec.exe /update "%~dp0AdbeRdrUpd11013.msp" /quiet /norestart
exit /B %EXIT_CODE%
I tried to troubleshoot the metadata in the msp file but it is beyond my capability.
-Jim B.