Jump to content

adobe reader 6.0 switches not working...


jrhessey

Recommended Posts

For some reason the code to install reader 6 silently isn't working...

Taken straight from my runonceex.cmd file

REG ADD %KEY%\015 /VE /D "Installing Adobe Reader 6.0" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\applications\adobereader6\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\"" /f

Anyone see anything wrong??

I'm using a slipstreamed sp2 xp pro cd.

Thanks!

Link to comment
Share on other sites


Did RunOnceEx complain about "too many setup parameters" ?

I noticed that error flashing by very fast in a command prompt.

I got around it by using a full install on another PC, then grabbing the files from \windows\Cache\Adobe Reader 6.0.1\ENUBIG :

arinstall.jpg

Renamed the MSI to AR6.msi, dropped 'em into \install\apps\adobe dir and used the following:

REG ADD %KEY%\000 /VE /D "Acrobat Reader 6.0" /f
REG ADD %KEY%\000 /V 1 /D "%systemdrive%\install\apps\adobe\AR6.msi /qn" /f

That worked perfectly.

Link to comment
Share on other sites

  • 2 weeks later...
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\applications\adobereader6\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\"" /f

This is an unbalanced command: there are 5 " which means one is either missing or extra.

I think it should be this:

REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\applications\adobereader6\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\"\"" /f

(it's from a post by Alanoll http://www.msfn.org/board/index.php?showto...=0entry146233 - I haven't tried it myself)

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