Jump to content

Adobe Acrobat Reader V6.0.2 Help Req


DLF

Recommended Posts

I've just made a new unattended install cd with the latest full version download of AdobeReader V6.0.2 and used the switch suggested in many places in the forum etc that worked perfectly for me with V6, but although it installs, three boxes pop-up during the install and you have to click "Next" etc. Can someone cleverer than me please explain why this is - using the usual popular syntax - or better still supply a modified syntax for a fully silent install for the very latest version?

P.S. I've not edited the regular syntax, all I've done is substitute the new executable into my $OEM$\$1\install\applications\adobe directory. Renamed it to match the syntax in the batch and hey presto it aint silently installing.

TIA

Link to comment
Share on other sites


Thanks for the help Crahak, I will extract the files from the .exe and use the .msi instead. I've had no problems with this app whatsoever, any version, since the start of the Unattended Disks! Problems with everything else mind - but this has been one of my 100% successes till now. I looked under the "Sticky: My Application Switches" at the top of the forum under AdobeReader and it said ok for V6 and V6.02, so I did look B4 posting - but methinks the author either aint tried V6.02 and is ASSUMING it will work or he has a different version to mine that suddenly rears-up with the time-honoured syntax.

Link to comment
Share on other sites

Can NE one assist me further. I'm nearly there! I've extracted all the files, renamed the .msi file cos its got gaps in it, edited the .ini file to match the re-naming of the .msi and now I'm getting a splashscreen with all the switch options on (which is too complicated for me to understand although I spose the answers are all there for someone cleverer than me) - which asks me to click OK. And then it goes in. So if anyone can help me with a new syntax to just disable this ONE screen I would be grateful. TIA

Syn is batch file =

ECHO.

ECHO Installing Adobe Acrobat Reader V6.0.2

ECHO Please wait...

start /wait %systemdrive%\install\Applications\AdobeReader6\Adobe_Reader_6_0_2.msi -p"-s /v\"/qn\""

Link to comment
Share on other sites

It's a msi file, no need for all these fancy switches

ECHO.
ECHO Installing Adobe Acrobat Reader V6.0.2
ECHO Please wait...
start /wait "%systemdrive%\install\Applications\AdobeReader6\Adobe_Reader_6_0_2.msi" /qb

will do the trick just fine.

Link to comment
Share on other sites

crakak, tried your suggestion, extracted all the files from the wrapper using Winrar, altered my batch file to your syntax and am now getting "ERROR 1316. A network error has occurred".

Link to comment
Share on other sites

Thanks Mythosaz! You are the only one that has solved it successfully. Everyone else was just guessing without testing (wrongly all the way too). Just successfully tested your suggestion with the following syntax in my batch file:

ECHO.

ECHO Installing Adobe Acrobat Reader V6.0.2

ECHO Please wait...

start /wait %systemdrive%\install\Applications\AdobeReader6\Adobe_Reader_601.msi /qb TRANSFORMS=rdr602.mst

So to recap for anyone interested, extraction is needed first and the only other thing to do is to rename the .msi file so it doesnt have gaps and use the above syntax. Thanks again Mythosaz - top man.

Link to comment
Share on other sites

crakak, tried your suggestion, extracted all the files from the wrapper using Winrar, altered my batch file to your syntax and am now getting "ERROR 1316. A network error has occurred".

I didn't say it would work like that. I have no idea wher eyou got your msi file or anything. My point was, for a msi installer, you use a switch like /qb or /qn, not switches like -p"-s /v\"/qn\"" (and what a mess that is :lol: )

I install the v6.01 installer, then the 6.02 upgrade installer. It's 2 msi files, and using /qb on both (6.01 first) works perfectly every time. That's about as easy as it gets. But you're using some transforms that came from somewhere else, so of course your command line will be different. Calling /qb on a "real" v6.02 installer (versus an update or transforms) would have worked too (not like we can guess what kind of files you got)

Hard to give you proper switches when we don't know what msi files you're using. I only gave you the generic switches, that's all...

Otherwise there are pre-made packs like RyanVM's that seem to work and it's pretty simple to use too (haven't tried it)

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