hi
im trying to move all my installs from h.d.($oem$) to cdrom based
on h.d. i run this :
REG ADD %KEY%\013 /VE /D "Acrobat 6.0 Pro+Updates" /f
REG ADD %KEY%\013 /V 1 /D "TASKKILL /F /IM msiexec.exe" /f
REG ADD %KEY%\013 /V 2 /D "%systemdrive%\install\Applications\Acrobatpro\AcroPro.msi /QR" /f
REG ADD %KEY%\013 /V 3 /D "REGEDIT /S %systemdrive%\install\Applications\acrobatpro\acro.reg" /f
REG ADD %KEY%\013 /V 4 /D "REGEDIT /S %systemdrive%\install\Applications\acrobatpro\dis.reg" /f
REG ADD %KEY%\013 /V 5 /D "%systemdrive%\install\Applications\Acrobatpro\601.msp /QR REINSTALLMODE=omus REINSTALL=ALL REBOOT=REALLYSUPPRESS" /f
REG ADD %KEY%\013 /V 6 /D "%systemdrive%\install\Applications\Acrobatpro\update\update.msi /qb" /f
and it runs wonderfull and i get fully updated acrobat
from cd rom i ran the same thing just with %cdrom% and the extra "\ \" in the right places
but i get "insert cd 1" on the second update
any idea?
has anybody even tried to do this:)?