I am having problem with 2 of the applications I am trying to install.
When I run the unattended installation they are the only ones that does not run (the install just skips them):
The CD structure:
D:\$OEM$\$1\Install\Applications\
My RunOceEx:
For Office 2003 I used the MSFN instructions:
http://unattended.msfn.org/xp/office2003_advanced.htm
REG ADD %KEY%\040 /VE /D "Office 2003 Professional" /f
REG ADD %KEY%\040 /V 1 /D "%systemdrive%\Install\Applications\Office2003\PRO11.MSI TRANSFORMS=Unattended.MST" /qb-
For Acrobat Writer 6.0 I used this other instruction:
http://www.msfn.org/board/index.php?showtopic=20924
REG ADD %KEY%\050 /VE /D "Adobe Acrobat 6.0.1 Professional" /f
REG ADD %KEY%\050 /V 1 /D "%systemdrive%\Install\Applications\Adobe\Acrobat\6.0\AcroPro.msi TRANSFORMS=AcroPro.mst" /qb /norestart
Everything goes fine except these 2.
TIA