Jump to content

Recommended Posts

Posted

Since yesterday or sth there's a beta file out, called "AdbeRdr70_enu_full.exe".

i tried the -p"-s /v\"/qn\"" command, like for 6.01, But it didn't work. Can anybody tell me the right? You should finde the file on www.9down.com


Posted

gimme about 2 mins & ill let ya know :P

EDIT: will be closer 2 10 mins... the mirror they have listed on the site u posted has crappy speeds

Posted

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 :)

Posted

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"

Posted

I perfer this btw. ;)

ECHO Installing Adobe Reader 7.0
start /wait %systemdrive%\install\Applications\AdobeReader7\AdobeReader7.msi /quiet /qn /norestart
ECHO.

Posted
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

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