<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Andrew Morgan &#187; MSI</title>
	<atom:link href="http://andrewmorgan.ie/tag/msi/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewmorgan.ie</link>
	<description>Grumpy ramblings</description>
	<lastBuildDate>Fri, 30 Jun 2017 09:24:25 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0</generator>
	<item>
		<title>Java IE add in missing when installed from MSI.</title>
		<link>http://andrewmorgan.ie/2009/01/java-ie-add-in-missing-when-installed-from-msi/</link>
		<comments>http://andrewmorgan.ie/2009/01/java-ie-add-in-missing-when-installed-from-msi/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 16:28:49 +0000</pubDate>
		<dc:creator><![CDATA[andyjmorgan]]></dc:creator>
				<category><![CDATA[Batch Scripting]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[MSI]]></category>

		<guid isPermaLink="false">http://andymorgan.wordpress.com/?p=230</guid>
		<description><![CDATA[I ran into this problem recently on our Citrix environment and it really perplexed me. We install Java via Enteo, We use the msi version of the java installation and we noticed that the java console was missing from internet explorer! At first i thought it was due to installing ie7 later in the script but it turns out the MSI does not install the IE addon by default! If you are wondering how to get an msi for java [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-231" title="java-image" src="/wp-content/uploads/2009/01/java-image.jpg" alt="java-image" width="115" height="115" /></p>
<p>I ran into this problem recently on our Citrix environment and it really perplexed me. We install Java via Enteo, We use the msi version of the java installation and we noticed that the java console was missing from internet explorer! At first i thought it was due to installing ie7 later in the script but it turns out the MSI does not install the IE addon by default!</p>
<p>If you are wondering how to get an msi for java (Suns website only provides an .exe) look here: <a href="http://social.msdn.microsoft.com/Forums/en-US/winformssetup/thread/4f381d11-6bad-421d-b979-0cb13b793385/" target="_blank">Link</a></p>
<p>The command neccessary to install java and include the IE addon is below:</p>
<p>java.msi  IEXPLORER=1</p>
<p>The full command we use is:</p>
<p>msiexec /i java.msi /LV C:JAVA.LOG /QB REBOOT=supress IEXPLORER=1</p>
<p>This will install Java write a log to c:java.log and repress a reboot if neccessary.</p>
<p>Below are the rest of the undocumented switches, might save you some time <img src="http://andrewmorgan.ie/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
<p><span class="bodytext"><br />
<strong>IEXPLORER=1</strong> indicates that the JRE should be registered with the Internet Explorer browser<br />
<strong>NETSCAPE6=1</strong> indicates that the JRE should be registered with Netscape 6 or later browsers<br />
<strong>MOZILLA=1</strong> indicates that the JRE should be registered with Mozilla 1.1 and later browsers<br />
<strong>INSTALLDIR</strong> specifies the drive and path of the installation<br />
<strong>REBOOT=Suppress</strong> indicates that if locked files are encountered the computer should not be rebooted<br />
<strong>JAVAUPDATE=1</strong> indicates that Java Update feature is enabled<strong><br />
</strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://andrewmorgan.ie/2009/01/java-ie-add-in-missing-when-installed-from-msi/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
