Incroyable HULK Posted December 24, 2004 Posted December 24, 2004 Thanks! I didn't noticed this one before...
Incroyable HULK Posted December 27, 2004 Posted December 27, 2004 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...
maaaa Posted January 7, 2005 Posted January 7, 2005 With the new FEAD Optimizer you can can just give the parameters for the installer to the unpacker:AdbeRdr70_enu_full.exe /v/qnTested with german version for Windows 2000/XP
ICANIT Posted January 8, 2005 Posted January 8, 2005 the /v/qn switch is also tested on the english version, works very fine.Thanks Maaaa
nightmeare Posted January 10, 2005 Posted January 10, 2005 its worked for me i disasbleed that app and edied it first
ripclaw Posted January 10, 2005 Posted January 10, 2005 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?
Astalavista Posted January 13, 2005 Posted January 13, 2005 guys here is a couple of things i picked up todayAdbeRdr70_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
Niktareum Posted January 16, 2005 Posted January 16, 2005 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 !!
twrizzo Posted January 18, 2005 Posted January 18, 2005 guys here is a couple of things i picked up todayAdbeRdr70_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:00000000What 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
Incroyable HULK Posted January 18, 2005 Posted January 18, 2005 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...
RyanVM Posted January 18, 2005 Posted January 18, 2005 7zip's SFX module stays resident in memory, so setup will wait until the setup file contained within finishes.
Niktareum Posted January 18, 2005 Posted January 18, 2005 + 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...
Mr.J!M Posted January 21, 2005 Posted January 21, 2005 You confirm that This one don't interfering with other programs?AdbeRdr70_enu_full.exe /v/qnBecause when i useREG ADD %KEY%\015 /VE /D "Acrobat Reader 7.0" /fREG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\Acrobat\AdbeRdr70_enu_full.exe -q /s /v/qn" /fMy antivirus do not install anymore ;'(
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now