donald7777 Posted August 6, 2009 Posted August 6, 2009 hello I am back. I am trying to install adobe reader with the runince quitetly. It still doesnt work. I have added the "/ to the runonce like in the guide but that still didn't work do i need 3 quotations? here is my code.REG ADD %KEY%\002 /VE /D "Adobe Reader" /fREG ADD %KEY%\002 /V 1 /D "%CDROM%\Software\Adobe\Reader\AcroRead.msi" transforms="%CDROM%\Software\Adobe\Reader\AcroRead.mst" /qn /fI have tryedREG ADD %KEY%\002 /VE /D "Adobe Reader" /fREG ADD %KEY%\002 /V 1 /D "\"%CDROM%\Software\Adobe\Reader\AcroRead.msi" transforms="%CDROM%\Software\Adobe\Reader\AcroRead.mst" /qn\" /fand that didnt work either, Maybe i am missing something.
HØLLØW Posted August 6, 2009 Posted August 6, 2009 (edited) Hello donald,I'm using the following code:REG ADD %KEY%\007 /VE /D "Adobe Reader [9.1.0]" /fREG ADD %KEY%\007 /V 1 /D "%CDROM%\Software\Adobe_Reader\AcroRead.msi TRANSFORMS=AcroRead.mst /qn" /fThe problem in your code are the quotation marks.Just use my code and it's working fine. I'm also installing the following Hotfixes:REG ADD %KEY%\008 /VE /D "Adobe Reader - Update [9.1.2]" /fREG ADD %KEY%\008 /V 1 /D "msiexec.exe /qn /update %CDROM%\Software\Adobe_Reader\Updates\9.1.2\AdbeRdrUpd912_all_incr.msp" /fREG ADD %KEY%\009 /VE /D "Adobe Reader - Update [9.1.3]" /fREG ADD %KEY%\009 /V 1 /D "msiexec.exe /qn /update %CDROM%\Software\Adobe_Reader\Updates\9.1.3\AdbeRdrUpd913_all_incr.msp" /f Edited August 6, 2009 by HØLLØW
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now