Jump to content

Adobe Acrobat Reader 7 Lite - 5 MB Only!


Recommended Posts


Posted
:( I just finished another test unattended install with the AR703.exe and AR703a.exe and niether worked.... Are these just updates?

:blink:

try downloading mine acrobat reader 7.0.3 it upper in this topic

Posted

Ok will give it a shot,

can you tell me if this is right.

REG ADD %KEY%\005 /VE /D "Adobe Reader 7.0.3" /f

REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Application\Adobe\reader703.exe" /f

am i missing switches or should this work as it is....

thanks

Posted

maniaq i did try yours as well and what happened is, it only installs on the local user which logs in. When I join the domain i have to reinstall. any ideas on this???

Thanks,

Express

Posted
maniaq i did try yours as well and what happened is, it only installs on the local user which logs in. When I join the domain i have to reinstall. any ideas on this???

Thanks,

Express

hmmm i think i know and i think i can do some changes but only until tomorrow.....

Posted (edited)

That is fine I can wait, while I am waiting though :whistle: can you tell me if this is correct for RunOnceEx.cmd?

REG ADD %KEY%\005 /VE /D "Adobe Reader 7.0.3" /f

REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Application\Adobe\reader703.exe" /f

Thanks for your quick response.... :thumbup

Edited by Express
Posted
That is fine I can wait, while I am waiting though  :whistle: can you tell me if this is correct for RunOnceEx.cmd?

REG ADD %KEY%\005 /VE /D "Adobe Reader 7.0.3" /f

REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Application\Adobe\reader703.exe" /f

Thanks for your quick response....  :thumbup

yes i think it it fine...

if the Arcobat reader even starts to install it means that is it working

Posted
REG ADD %KEY%\005 /VE /D "Adobe Reader 7.0.3" /f

REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Application\Adobe\reader703.exe" /f

I run installer from CD, not from HDD on unattended install like this:

@ECHO OFF

CMDOW @ /HID

FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\OEM SET CDROM=%%i:

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\003 /VE /D "FAR 1.70 alpha 6 (build 1999)" /f

REG ADD %KEY%\003 /V 1 /D "%CDROM%\VALUEADD\Far17a6.exe" /f

REG ADD %KEY%\003 /V 2 /D "%CDROM%\VALUEADD\far_lnk.vbs" /f

REG ADD %KEY%\004 /VE /D "Acrobat Reader 7.0.3" /f

REG ADD %KEY%\004 /V 1 /D "%CDROM%\VALUEADD\AR703.exe" /f

REG ADD %KEY%\005 /VE /D "K-Lite Mega Codec Pack 1.37" /f

REG ADD %KEY%\005 /V 1 /D "%CDROM%\VALUEADD\klmc137.exe /VerySilent /LoadInf=%CDROM%\VALUEADD\klmcp.ini" /f

REG ADD %KEY%\005 /V 2 /D "\"%ProgramFiles%\K-Lite Codec Pack\Media Player Classic\mplayerc.exe\" /regvid" /f

REG ADD %KEY%\011 /VE /D "FinePrint 5.43 && pdfFactory 2.43" /f

REG ADD %KEY%\011 /V 1 /D "%CDROM%\VALUEADD\f543p243.exe" /f

REG ADD %KEY%\012 /VE /D "Symantec AntiVirus CE 10.0.1.1000" /f

REG ADD %KEY%\012 /V 1 /D "msiexec /i %CDROM%\VALUEADD\SAV10\sav10.msi /qb RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESS" /f

REG ADD %KEY%\013 /VE /D "CCleaner 1.23.160" /f

REG ADD %KEY%\013 /V 1 /D "%CDROM%\VALUEADD\ccset123.exe /S" /f

REG ADD %KEY%\013 /V 2 /D "\"%ProgramFiles%\CCleaner\ccleaner.exe\" /AUTO" /f

REG ADD %KEY%\998 /VE /D "Cleaning Up and Rebooting" /f

REG ADD %KEY%\998 /V 1 /D "%SystemDrive%\D\BTS_DPs_finish.cmd" /f

REG ADD %KEY%\998 /V 2 /D "%CDROM%\VALUEADD\Cleanup.cmd" /f

Posted

Thanks Vid0,

Did that "%CDROM%\VALUEADD\AR703.exe" /f work for you. I mean not so much the syntax but the AR703.exe? I tried about three different onces posted here and they did not work.

If you have a working AR703.exe where did you get it from?

Another question I am putting all this stuff on DVD then it copies to HDD do you guys think its not a good idea to do that?

Let me know.

Thanks.

Posted (edited)
here and they did not work.
How that is possible? Are we talking about Windows XP SP2? Acrobat Reader 7.0 is not working on Windows'98/ME.
If you have a working AR703.exe where did you get it from?
Made by myself.
Another question I am putting all this stuff on DVD then it copies to HDD do you guys think its not a good idea to do that?
Is there any reason to read installers twice? I mean:

1. Read from DVD

2. write to HDD

3. then again read from HDD and extract to the same HDD's temp folder

4. and only then install from temp folder?

Waste of time...

Edited by Vid0
Posted

Yes XP SP2,

-------------------------------------------------------------

I got the AR703.exe file from one of the post above.

-------------------------------------------------------------

Is there any reason to read installers twice? I mean:

1. Read from DVD

2. write to HDD

3. then again read from HDD and extract to the same HDD's temp folder

4. and only then install from temp folder?

Waste of time...

---------------------------------------------------------------

Gotcha, will revise my method. Thanks.

But for some reason that AR703.exe doesn't work it shows it starting to extract and install then it abruptly stops. Can you post yours so I can download or pm me where I can get it from.

Thanks for all your help. :thumbup

Posted (edited)

Ar703.exe is missing msvcr71.dll, if you place that file into system32 it should be ok.

Alternatively, add it into the ar703.exe file (with 7zip, put it into the system32 folder inside the archive)

Edited by nakira
Posted
Ar703.exe is missing msvcr71.dll, if you place that file into system32 it should be ok.

Alternatively, add it into the ar703.exe file (with 7zip, put it into the system32 folder inside the archive)

btw. mine version has this dll

Posted (edited)

ok, yu can try this version of ar703, i have just updated it.........

Edited by maniaq

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