zorg2000k Posted October 21, 2005 Posted October 21, 2005 Hi,Have been trying to silent install Oracle 9 from DVD using an MSI and MST package. The package fails when running from DVD but if I copy all files to a temp dir and run MSI from there everything installs fine.Any help in getting it to run from DVD would be great CheersZorgScript used at present :@echo offMKDIR C:\tempMKDIR C:\temp\oraclexcopy %cdrom%\Apps\Oracle9i C:\temp\oracleSTART /WAIT msiexec /i C:\temp\oracle\Oracle-Oracle9i_Client-v9.2-0001.msi transforms=C:\temp\oracle\Oracle-Oracle9i_Client-9.2-v001-Global-NA-NA.mstSTART /WAIT regedit /s %cdrom%\Apps\TuuelReg\Tuuel.regSTART /WAIT regedit /s %cdrom%\Apps\TuuelReg\tuuel1.reg
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now