jrhessey Posted August 17, 2004 Posted August 17, 2004 For some reason the code to install reader 6 silently isn't working...Taken straight from my runonceex.cmd fileREG ADD %KEY%\015 /VE /D "Installing Adobe Reader 6.0" /fREG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\applications\adobereader6\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\"" /fAnyone see anything wrong??I'm using a slipstreamed sp2 xp pro cd.Thanks!
eth0 Posted August 17, 2004 Posted August 17, 2004 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 :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" /fREG ADD %KEY%\000 /V 1 /D "%systemdrive%\install\apps\adobe\AR6.msi /qn" /fThat worked perfectly.
eran2004 Posted August 27, 2004 Posted August 27, 2004 REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\applications\adobereader6\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\"" /fThis 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)
mazin Posted August 27, 2004 Posted August 27, 2004 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...=0entry146233Yeah...this one is correct.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now