Jump to content

Adobe Acrobat Reader 7 Lite - 5 MB Only!


[deXter]

Recommended Posts


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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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