Skip to content

Instantly share code, notes, and snippets.

@rtrouton
Created March 4, 2015 12:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtrouton/b5b301c32d24743ebae7 to your computer and use it in GitHub Desktop.
Save rtrouton/b5b301c32d24743ebae7 to your computer and use it in GitHub Desktop.
Java 8 Update 40 install.app --silent output
Last login: Wed Mar 4 07:12:46 on ttys000
computername:~ username$ sudo /Volumes/Java\ 8\ Update\ 40/Java\ 8\ Update\ 40.app/Contents/MacOS/MacJREInstaller --silent
2015-03-04 07:14:06.810 MacJREInstaller[406:4104] path: /var/root/Library/Application Support/JREInstaller
2015-03-04 07:14:06.812 MacJREInstaller[406:4104] ---- INSTALL RUN |||| 03-04-2015 07:14:06 -0500
2015-03-04 07:14:06.812 MacJREInstaller[406:4104] Install Log: Type:Network Severity:Debug Message:Download Staged XML from :https://javadl-esd-secure.oracle.com/update/1.8.0/mac-1.8.0_40-b25.xml
2015-03-04 07:14:07.002 MacJREInstaller[406:4104] Install Log: Type:Other Severity:Debug Message:Application support directory:/var/root/Library/Application Support
2015-03-04 07:14:07.007 MacJREInstaller[406:4104] Install Log: Type:Network Severity:Debug Message:Arguments:(
"/Volumes/Java 8 Update 40/Java 8 Update 40.app/Contents/MacOS/MacJREInstaller",
"--silent",
""
)
2015-03-04 07:14:07.008 MacJREInstaller[406:4104] Install Log: Type:Other Severity:Debug Message:Dictionary:{
"INSTALL_SILENT" = 0;
}
2015-03-04 07:14:07.008 MacJREInstaller[406:4104] Install Log: Type:Network Severity:Debug Message:installed version: 1.8.31.15
2015-03-04 07:14:07.009 MacJREInstaller[406:4104] Install Log: Type:Network Severity:Debug Message:Silent Install: installed jre version 1.8.31.15
2015-03-04 07:14:07.009 MacJREInstaller[406:4104] Install Log: Type:Network Severity:Debug Message:File path:/usr/sbin/installer -pkg "/Volumes/Java 8 Update 40/Java 8 Update 40.app/Contents/Resources/JavaAppletPlugin.pkg" -target /
installer: Package name is Java 8 Update 40
installer: Upgrading at base path /
installer: The upgrade was successful.
2015-03-04 07:14:13.018 MacJREInstaller[406:4104] Install Log: Type:Network Severity:Debug Message:Silent Install: installer return 0
2015-03-04 07:14:13.018 MacJREInstaller[406:4104] Install Log: Type:Ping Severity:Debug Message:Init MacPingEngine.
2015-03-04 07:14:13.020 MacJREInstaller[406:4104] Install Log: Type:Ping Severity:Debug Message:platformOS in NSString: 10.10.2
2015-03-04 07:14:13.050 MacJREInstaller[406:4104] Install Log: Type:Ping Severity:Debug Message:Incoming response: <NSHTTPURLResponse: 0x7fc4b3d7cbf0> { URL: http://rps-svcs.sun.com/services/countrylookup } { status code: 200, headers {
Connection = "keep-alive";
"Content-Length" = 269;
"Content-Type" = "text/html";
Country = US;
Date = "Wed, 04 Mar 2015 12:14:13 GMT";
Expires = "Wed, 04 Mar 2015 12:14:13 GMT";
"Mime-Version" = "1.0";
Server = AkamaiGHost;
} }
2015-03-04 07:14:13.050 MacJREInstaller[406:4104] Install Log: Type:Ping Severity:Debug Message:country in NSString: US
2015-03-04 07:14:13.051 MacJREInstaller[406:4104] Install Log: Type:Ping Severity:Debug Message:XMLDocument
<?xml version="1.0" encoding="UTF-8" standalone="no"?><request><sc_xml_ver>1.0</sc_xml_ver><reportsuiteid>suninstallstat</reportsuiteid><visitorid>00000000000010008000000C29C27050</visitorid><prop21>00000000000010008000000C29C27050</prop21><prop20>******</prop20><pagename>ic</pagename><evar2>1.8.40.25</evar2><evar3>1.8.31.15</evar3><evar6>10.10.2</evar6><evar7>joff</evar7><evar8>US</evar8><evar24>0</evar24><evar25>0</evar25><events>event6,event7</events><products>jre|0,;XSP300|-145;;;;event7=1</products></request>
2015-03-04 07:14:13.052 MacJREInstaller[406:4104] Install Log: Type:Ping Severity:Debug Message:Ping return 1
2015-03-04 07:14:13.052 MacJREInstaller[406:4104] Install Log: Type:Network Severity:Debug Message:Silent Install: Ping Sent = 1
computername:~ username$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment