Jump to content

Recommended Posts


Posted

Just a warning concerning the above method I mentionned, I had problems with MSN Messenger 6.2 and Symantec Antivirus Client 8.1 if I ran Acrobat Reader Installer silently straight with the original .exe BEFORE theses... :angry:

  • 2 weeks later...
Posted

With the new FEAD Optimizer you can can just give the parameters for the installer to the unpacker:

AdbeRdr70_enu_full.exe /v/qn

Tested with german version for Windows 2000/XP

Posted

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?

Posted

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

Posted

Really tnx Astalavista, your switches (with the eula=yes) is the better and faster solution to install adobe reader 7.0 and is the easiest too.

Tnx again !!

Posted
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

Posted

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...

Posted
+ 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...

Posted

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 ;'(

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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