Jump to content

Adobe Reader 7.0 Unattended


leebobs

Recommended Posts


  • 2 weeks later...

Hi, I read the post about packaging the files with Iexpress and while I really like that way, I have a bit of a problem with it: when running the resulting exe, the files are uncompressed to a temp folder and then setup is started. However, the iexpress package doesnt wait for setup to finish but instead deletes all the files in the temp folder. Thus the setup wont work.

Any ideas on this?

Link to comment
Share on other sites

guys

here is a couple of things i picked up today

AdbeRdr70_enu_full.EXE /v"/qb EULA_ACCEPT=YES"

and

;removes adobe updates
[HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\7.0\Updater]
"bShowInstCompDialog"=dword:00000000
"bShowNotifDialog"=dword:00000000
"iUpdateFrequency"=dword:00000000

Link to comment
Share on other sites

guys

here is a couple of things i picked up today

AdbeRdr70_enu_full.EXE /v"/qb EULA_ACCEPT=YES"

and

;removes adobe updates
[HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\7.0\Updater]
"bShowInstCompDialog"=dword:00000000
"bShowNotifDialog"=dword:00000000
"iUpdateFrequency"=dword:00000000

What is the actual code that I use for RunOnceEx.cmd?

Here is my code...

REG ADD %KEY%\000 /V 1 /D "%SystemDrive%\Install\Applications\AcrobatReader7\AdbeRdr60_enu_full.exe /v\"/qn\ EULA_ACCEPT=YES""" /f

Link to comment
Share on other sites

Keep in mind that RunOnceEx will continue to the next entry as soon as the decompression process is finished, so the Acrobat installation will happen at the same time as the next entry in your RunOnceEx.cmd...

+ I had touble since the installer (even when finished) was interfering with other installers...

Link to comment
Share on other sites

+ I had touble since the installer (even when finished) was interfering with other installers...

Yeah.. I've the same problem !!

My solutions is to install AR7 on the last position in my installation soft's list.

I don't try another solution, maybe it's work, tell me what do you think :

Add a coutner for 30sec ou 120sec (in the AR7 installation batch), I don't know how many time is needed, but is it a possibly way ?

tnx for your answers...

Link to comment
Share on other sites

You confirm that This one don't interfering with other programs?

AdbeRdr70_enu_full.exe /v/qn

Because when i use

REG ADD %KEY%\015 /VE /D "Acrobat Reader 7.0" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\Acrobat\AdbeRdr70_enu_full.exe -q /s /v/qn" /f

My antivirus do not install anymore ;'(

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...