Jump to content

unatended install of adobe reader


Recommended Posts

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" /f
REG ADD %KEY%\002 /V 1 /D "%CDROM%\Software\Adobe\Reader\AcroRead.msi" transforms="%CDROM%\Software\Adobe\Reader\AcroRead.mst" /qn /f

I have tryed

REG ADD %KEY%\002 /VE /D "Adobe Reader" /f
REG ADD %KEY%\002 /V 1 /D "\"%CDROM%\Software\Adobe\Reader\AcroRead.msi" transforms="%CDROM%\Software\Adobe\Reader\AcroRead.mst" /qn\" /f

and that didnt work either, Maybe i am missing something.

Link to comment
Share on other sites


Hello donald,

I'm using the following code:

REG ADD %KEY%\007 /VE /D "Adobe Reader [9.1.0]" /f
REG ADD %KEY%\007 /V 1 /D "%CDROM%\Software\Adobe_Reader\AcroRead.msi TRANSFORMS=AcroRead.mst /qn" /f

The 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]" /f
REG ADD %KEY%\008 /V 1 /D "msiexec.exe /qn /update %CDROM%\Software\Adobe_Reader\Updates\9.1.2\AdbeRdrUpd912_all_incr.msp" /f
REG ADD %KEY%\009 /VE /D "Adobe Reader - Update [9.1.3]" /f
REG ADD %KEY%\009 /V 1 /D "msiexec.exe /qn /update %CDROM%\Software\Adobe_Reader\Updates\9.1.3\AdbeRdrUpd913_all_incr.msp" /f

Edited by HØLLØW
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...