Re: JAVA deployment and msi

From: Kim, Bohyun <bkim_at_nyob>
Date: Thu, 26 Mar 2015 18:12:01 +0000
To: CODE4LIB_at_LISTSERV.ND.EDU
Forwarding these two responses. Please see if any of these help. 

Bohyun


________________________________________
From: Code for Libraries [CODE4LIB_at_LISTSERV.ND.EDU] on behalf of Riley Childs [rchilds_at_CUCAWARRIORS.COM]
Sent: Wednesday, March 25, 2015 1:38 PM
To: CODE4LIB_at_LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] JAVA deployment and msi

You have to extract the MSI from the standard package, it is actually quite straight forward.
Here are the steps I followed:
http://www.klaus-hartnegg.de/gpo/msi_java.html

//Riley

--
Riley Childs
Senior
IT Manager
Library Services Administrator
Charlotte United Christian Academy
office: +1 (704) 537-0331 x101
mobile: +1 (704) 497-2086
web: rileychilds.net
twitter: @RowdyChildren
Checkout our new Online Library Catalog: catalog.cucawarriors.com

________________________________________
From: Code for Libraries <CODE4LIB_at_LISTSERV.ND.EDU> on behalf of Scancella, John <jsca_at_LOC.GOV>
Sent: Wednesday, March 25, 2015 1:07 PM
To: CODE4LIB_at_LISTSERV.ND.EDU
Subject: Re: [CODE4LIB] JAVA deployment and msi

Hi Bohyun,

How specifically are you deploying the msi package? I would imagine any organization large enough to have this problem to have Microsoft System Center Configuration Manager or some other kind of central software management.

Msi files are nothing more than a payload with a special script that is run when you double click on it (or deploy it via some management software). So you could roll your own by creating a simple powershell script that installs it for you, or even a super simple batch file.

Looking at http://www.oracle.com/technetwork/java/javase/silent-136552.html you simply need to add the /s for a silent install.
Perhaps you could provide more details as to the problem you are running into? More details is always better than less.

John

-----Original Message-----
From: Code for Libraries [mailto:CODE4LIB_at_LISTSERV.ND.EDU] On Behalf Of Kim, Bohyun
Sent: Wednesday, March 25, 2015 11:52 AM
To: CODE4LIB_at_LISTSERV.ND.EDU
Subject: [CODE4LIB] JAVA deployment and msi

Hi all -

Oracle no longer offers .msi packages for JAVA which we have been using to deploy JAVA to library PCs on the network through Spec Ops. Anyone has a workaround? We have internally discussed download the msi package from Source Forge or pay for the 3rd party msi packaging service.

Any feedback would be appreciated. Thanks!

Bohyun
--
Bohyun Kim, MA, MSLIS
Associate Director for Library Applications and Knowledge Systems University of Maryland, Baltimore Health Sciences and Human Services Library
Received on Thu Mar 26 2015 - 14:12:42 EDT