omnifred Posted March 4, 2006 Posted March 4, 2006 (edited) 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=oraclemade 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" /fREG ADD %KEY%\025 /V 1 /D "%systemdrive%\apps\Oracle_Installer\Oracle_installer.msi /qn" /fREG ADD %KEY%\030 /VE /D "Oracle 8i Client" /fREG 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 ?? Edited March 4, 2006 by omnifred
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now