I'm installing Acrobat Reader 7.0 as part of my unattended setup and I get a very annoying dialog box during the setup that says "The following applications should be closed before continuing the installation: Windows XP Setup". I have to hit the ignore button to finish my installation.
Here's how i'm running the setup
CODE
ECHO Installing Adobe Acrobat 7.0 Reader
start "ACROBAT0" /wait "tools\AdbeRdr70_enu_full.exe" /w /v"/qb EULA_ACCEPT=YES"
ECHO Installing Adobe Acrobat 7.0.1 Update
start "ACROBAT1" /wait "tools\Acro-Reader_701_update.exe" /w /v"/qb"
ECHO Installing Adobe Acrobat 7.0.2 Update
start "ACROBAT2" /wait "tools\Acro-Reader_702_update.exe" /w /v"/qb"
ECHO Installing Adobe Acrobat 7.0.3 Update
start "ACROBAT3" /wait "tools\Acro-Reader_703_update.exe" /w /v"/qb"
start "ACROBAT0" /wait "tools\AdbeRdr70_enu_full.exe" /w /v"/qb EULA_ACCEPT=YES"
ECHO Installing Adobe Acrobat 7.0.1 Update
start "ACROBAT1" /wait "tools\Acro-Reader_701_update.exe" /w /v"/qb"
ECHO Installing Adobe Acrobat 7.0.2 Update
start "ACROBAT2" /wait "tools\Acro-Reader_702_update.exe" /w /v"/qb"
ECHO Installing Adobe Acrobat 7.0.3 Update
start "ACROBAT3" /wait "tools\Acro-Reader_703_update.exe" /w /v"/qb"
I've included a screenshot.
Thanks!