I am trying to install Adobe 7 Reader using a batch file. It installs fine and the updates appear to install, but the Adobe version is still 7.0.0 after finishing. Any help is greatly apprecited. Thanks.
Here is a portion of my file:
ECHO.
ECHO Installing Adobe 7
ECHO Please wait...
start /wait %systemdrive%\apps\Adobe7\AdbeRdr70_enu_full.exe /s /v/qn
ECHO.
ECHO Installing Adobe 7 update 1
ECHO Please wait...
start /wait %systemdrive%\apps\Adobe7\Acro-Reader_701_Update.exe /s /v/qn
ECHO.
ECHO Installing Adobe 7 update 2
ECHO Please wait...
start /wait %systemdrive%\apps\Adobe7\Acro-Reader_702_Update.exe /s /v/qn
ECHO.
ECHO Installing Adobe 7 update 3
ECHO Please wait...
start /wait %systemdrive%\apps\Adobe7\Acro-Reader_703_Update.exe /s /v/qn