Jump to content

7zip Adobe Acrobat Reader Version 7.0.3 25MB


Nilfred

Recommended Posts


For the version 7.0.3,  test the it_ybd for French version.

But the version  on "about" is 7.0.2

use the new AcrobatReader7.reg

Windows Registry Editor Version 5.00

;Updates version in about box:
[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\7.0\Installer]
"VersionMin"=dword:00000003

;Add updates to already updated list
[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\7.0\Installer\Updates]
"1"=dword:000002bd
@="{AC76BA86-0000-7EC8-7489-000000000704}"
"2"="702"
"3"="703"

[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\7.0\Installer\Updates\701]
@="{AC76BA86-0000-7EC8-7489-000000000701}"
"Feature"="RDR_Update"
"VersionMin"=dword:00000001
"VersionMax"=dword:00000007

[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\7.0\Installer\Updates\702]
@="{AC76BA86-0000-7EC8-7489-000000000703}"
"Feature"="RDR_Update"
"VersionMin"=dword:00000002
"VersionMax"=dword:00000007
"Suffix"=".701.bak"
"1"="{4AE0D15C-17B8-4CB5-A1EC-FD33E8519B4E}"
"2"="{DF43C8F8-CB59-40A2-8072-B8DCBE9B9DF0}"
"3"="{DD400CAC-14AB-40A2-9EB5-C799620CD61C}"
"{4AE0D15C-17B8-4CB5-A1EC-FD33E8519B4E}"="Rdr700_702.rtp"
"{DF43C8F8-CB59-40A2-8072-B8DCBE9B9DF0}"=""
"{DD400CAC-14AB-40A2-9EB5-C799620CD61C}"="patchw32.dll"

[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\7.0\Installer\Updates\702\Restore]

[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\7.0\Installer\Updates\703]
"{7B6F789A-0407-4985-8D49-DE19DC05D1DB}"=""
"{C4B939CE-61BA-447B-8E2A-E2572C62CDCD}"="patchw32.dll"
"VersionMin"=dword:00000003
"Feature"="RDR_Update"
@="{AC76BA86-0000-7EC8-7489-000000000704}"
"Suffix"=".702.bak"
"1"="{20082671-27E4-45AE-B9B0-58C5C064C8BC}"
"VersionMax"=dword:00000007
"2"="{DF43C8F8-CB59-40A2-8072-B8DCBE9B9DF0}"
"{4AE0D15C-17B8-4CB5-A1EC-FD33E8519B4E}"="Rdr702_703.rtp"
"3"="{C4B939CE-61BA-447B-8E2A-E2572C62CDCD}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\7.0\Installer\Updates\703\Restore]


;Disable some unneeded features
[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\7.0\FeatureLockdown]
"bEFIPrintMe"=dword:00000000
"bShowAdsAllow"=dword:00000000

[HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\7.0\AVGeneral\cToolbars\cWebSearchView\cPositions\cInternal]
"bHidden"=dword:00000001

[HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\7.0\Originals]
"bDisplayedSplash"=dword:00000001
"bDisplayAboutDialog"=dword:00000000

;Remove the EULA at first run
[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\7.0\AdobeViewer]
"EULA"=dword:00000001

[HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\7.0\AdobeViewer]
"EULA"=dword:00000001

Link to comment
Share on other sites

after installing the regtweaks the version in the "about" box is 7.0.3 but the adobe update thing says that there are no updates installed. i want the reader to try to pass as version 7.0.3 while checking for new updates. is that possible? maybe with some regtweaks?

Link to comment
Share on other sites

  • 3 weeks later...
Why doesn't anyone use the Adobe Acrobat install Tuner 7?

I use it to make the default to open .pdf files in reader stand-alone instead of in the browser. I hate my browser being "hung" until the .pdf is downloaded even partially before being able to open a new tab/window.

Unfortunately with Tuner, the side effect of this is that "Open .pdf in browser" is no longer selectable to turn it back on :realmad: . So as off topic as it might be, I've tried (somewhat) to to regsnap type utils to decypher what Adobe Reader 7 changes when that check box is toggled. (sometimes wants a reboot if I do it within the program).

I can't make any sense of registry changes it does...

Does anyone know how to make "Open .pdf in browser" unchecked but selectable by default?

I prefer this since I install it for people and I have encounterred (a rare few) who preferr it on.

:edit @MeanGene--- Sorry, I didn't answer your question, I just reread it and it asked why doesn't anyone use it.... and I just rambled about why I do use it... :P

Edited by JoeMSFN
Link to comment
Share on other sites

  • 2 weeks later...

I am going to jump from a cliff! :realmad:

I have an almost perfect cd, but can't solve this.

As I want to choose the installation directory and we have an .msi file, I use this line

ECHO RunProgram="StartX.exe /WAIT \"msiexec /i %MsiName% /qb INSTALLDIR=c:\Programas\Util\AcrobatReader\"">>config.txt
and everything goes fine.

The other day I tried to install Windows on a different partition, v.g., D:\, and that line of code had to be fixed.

So I thought that replacing that C:\ for %systemdrive%, like this

ECHO RunProgram="StartX.exe /WAIT \"msiexec /i %MsiName% /qb INSTALLDIR=%systemdrive%\Programas\Util\AcrobatReader\"">>config.txt
would work.

But no, it does not work.

No matter what you put there, %systemdrive%, %programfiles%, etc, it always install on C: partition, even if the homepath is D:, E:, F:.

Why does it work with C: and not with a%shortform%?

Please, can someone help?

PS. I have already posted the same question in another topic, but it was in vain.

Link to comment
Share on other sites

Short answer: RTFM!

Long answer: Every time you ask a silly question, already properly documented you'll have no answer. If you go off-topic you get ignored. Only in few cases where the balance between mood and time allow maybe you get an answer:

StartX also supports four replaceable parameters in the all string commands sent to it. These are: @EXEDRV@ which gets replaced with the drive letter path where StartX is run from. The other variable is @EXEDIR@ which is the fully qualified folder where StartX is run from, @QUOTE@ which puts a Quote character i.e. " into the string when the program is called.
Link to comment
Share on other sites

Just to clear a few things up.

For all those getting the following error while trying to update their installtion of Acrobat Reader:

"Setup cannot find required product. Setup will now treminate"

Firstly make sure you have the main Adobe Reader 7.0.0 package installed.

To do this open Adobe Reader and click [help] then [about Adobe Reader 7.0]:

If it says 7.0.0 (you only have the main package installed without any updates)

If it says 7.0.1 (you have the main package installed with the 7.0.1 update)

If it says 7.0.2 (you have the main package installed with both 7.0.1 and 7.02 updates)

If it says 7.0.3 (you have the main package installed with the 7.0.1, 7.02 and 7.0.3 updates)

Note: the service packs have to be installed in order.

Trying to install the 7.0.3 update withiout installing the previous 2 updates will give the error.

I hope some people may find this post useful.

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