Help - Search - Members - Calendar
Full Version: Acrobat Reader 7.0 problems...
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
mapoupier
Hey guys

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"



I've included a screenshot.

Thanks!
Kelsenellenelvian
Go here http://ryanvm.msfn.org/ and grab the Adobe Reader 7.0.3 package it is a fully updated, silent install package.

No need for switches and works in the Windows install process.
mapoupier
Is there anyway to stick with the original installer?

I'm always concerned about not beign able to update application that have been re-packaged later...
Express
Trust kelsenellenelvian I have mine working with that one as well and it works. thumbup.gif
mapoupier
seems like changing my /qb to /qn fixed the problem.




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.