Jump to content

Adobe Acrobat Reader 7.0 Beta


lieblingsbesuch

Recommended Posts


run the setup file.. wait til it uncompresses all files, goto

C:\Program Files\Adobe\Acrobat 7.0\Setup Files\RdrBig\ENU

& get the msi & the data1.cab

put them in the same folder & run the msi with the /qn or /qb switch :)

Link to comment
Share on other sites

i just tried running the msi & everything installs ok :D so maybe this will be helpful 2 someone else :D

just case anyone is wondering too.. the speedup thing still works..

@ECHO OFF
Title Adobe Reader Speedup!
IF EXIST "%programfiles%\Adobe\Acrobat 7.0\Reader" set AdobeReader=%programfiles%\Adobe\Acrobat 7.0\Reader

MD "%AdobeReader%\plug_insBAK"
MOVE "%AdobeReader%\plug_ins\*.*" "%AdobeReader%\plug_insBAK"
MOVE "%AdobeReader%\plug_ins\Annotations" "%AdobeReader%\plug_insBAK"
MOVE "%AdobeReader%\plug_ins\PictureTasks" "%AdobeReader%\plug_insBAK"
MOVE "%AdobeReader%\plug_ins\Printme" "%AdobeReader%\plug_insBAK"
RD "%AdobeReader%\Plug_ins"
MD "%AdobeReader%\Plug_ins"
MOVE "%AdobeReader%\plug_insBAK\Search.api" "%AdobeReader%\plug_ins"
MOVE "%AdobeReader%\plug_insBAK\EWH32.api" "%AdobeReader%\plug_ins"

Link to comment
Share on other sites

how do /quiet & /qn  differ from each other?

They dont. Being extra carefull. hehe

/quiet

Quiet mode, no user interaction

/q[n|b|r|f]

Sets user interface level

n - No UI

b - Basic UI

r - Reduced UI

f - Full UI (default)

/norestart

Do not restart after the installation is complete

And for those with no clue. :P

Download the attachment!!

Adobe7TweakedOut.ZIP

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