Jump to content

Recommended Posts

Posted

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.


Posted (edited)

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...