fly Posted September 8, 2005 Posted September 8, 2005 Would I create an unattended install for this? Sheesh I hate java.
fly Posted September 8, 2005 Author Posted September 8, 2005 What type of installer does it use?<{POST_SNAPBACK}>A java one.
mpl Posted September 8, 2005 Posted September 8, 2005 The Oracle Universal Installer (OUI) has built in support for noninteractive installs. To do an unattended install, you need to create or customize a response file and use it with the OUI. There are example response files in the RESPONSE folder on the Oracle Client installation CD. You need to configure stuff like the path of the installation source and the location of the Oracle home in the response file.setup.exe -RESPONSEFILE filename -SILENT -NOWELCOMEOUI Documentation
freshy98 Posted November 23, 2005 Posted November 23, 2005 (edited) mpl, How did you work out the NET8 configuration part?There is a netca.rsp which should handle everything, but it either isn't used or I got things wrong.The first thing to configure is the port (defaults to 2030) but I don't see a value of 2030 in netca.rsp.How have you done you silent installation?Did you use a custom .rsp with the individual packages defined for the client, excludig NET8 for example?Please let me know![edit]I found out a nice other option to parse to setup.exe:setup.exe -record -destinationfile <path-to-filename.rsp>Seem to work quite nice, but has it's odds. Like you need to set everything to false on things that are shown.[/edit] Edited November 24, 2005 by freshy98
freshy98 Posted November 24, 2005 Posted November 24, 2005 I don't get this...I recorded a nice installation with all the requirements for the normal runtime client, and also the Windows Interfaces for the ODBC stuff we need here.When I check the recorded .rsp file it's shows all the stuff I wanted in, including the port needed somewhere during the installation (default is 2030).But when I run the setup.exe with the recorded .rsp file, it shows the summary screen where it shows what it will install, and that's completly empty except for the Oracle client (installed per default).Anyone got any tips on this?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now