Need to install Oracle 8i in silent mode,
did like Freshy98 explaint in his answer on this post :
http://www.msfn.org/board/index.php?showto...41543&hl=oracle
made a response file with -record, installd Oracle and de-installd it, and made a MSI with Wise from the thinks Oracle left behind and needs for the OUI to work in silent mode.
The MSI works fine with RunOnceEx.cmd, bud the response file works only when i start the line my self ( start,Run)bud the line doint do nothing when i run it with RunOnceEx.cmd :
REG ADD %KEY%\025 /VE /D "Oracle Files for OUI" /f
REG ADD %KEY%\025 /V 1 /D "%systemdrive%\apps\Oracle_Installer\Oracle_installer.msi /qn" /f
REG ADD %KEY%\030 /VE /D "Oracle 8i Client" /f
REG ADD %KEY%\030 /V 1 /D "C:\apps\Oracle8i\setup.exe -RESPONSEFILE C:\apps\Oracle8i\clientadmin.rsp -SILENT" /f
(already change the %systemdrive%, did not help !!)
Is there something wrong with this line or is there a other reason that OUI wont work ??