In Oracle, this is how I start
- Start record the default parameters by typing
setup.exe -record -destinationFile C:\OraInst\rec.rsp.
The installation will run normally and a summary page will be presented. You can opt to cancel or continue. - To use a response file during an installation on Windows,
setup.exe [-silent] -responseFile C:\OraInst\custom.rsp.
Use -silent if you want full unattended installation. If you want the system to fill in default values, omit the -silent.
By default, the sys password will not be recorded, you will have to manually entered the values in the text file.
Automating Windows 2000/XP installation
Windows has a setupmgr which allows you to do unattended installation.
- Insert the Windows CD
- Browse /Support/Tools/Deploy.cab, extract the files
- run the setupmgr.exe to answer a list of questions
- After you answer all the required parameters, save the files as winnt.sif. you can view this text file.
- Save these files on a floppy disk. (It is also possible t integrate it with Windows CD)
- During installation, insert the floppy disk and the Windows CD. The windows will look for answer in the floppy disk for the parameters.
- Ext
Unattended Installation links
http://support.microsoft.com/?kbid=308662
http://pubs.logicalexpressions.com/Pub0009/LPMArticle.asp?ID=258
Creating USB thumb drive boot disk
http://www.weethet.nl/english/hardware_bootfromusbstick.php
http://www.bootdisk.com
No comments:
Post a Comment