<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: Remove old versions of Java &#038; Install the latest with no auto update!</title>
	<atom:link href="http://incomservice.net/icsblog/2008/08/remove-old-versions-of-java-install-the-latest-with-no-auto-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://incomservice.net/icsblog/2008/08/remove-old-versions-of-java-install-the-latest-with-no-auto-update/</link>
	<description>Integrity Computer Service Support Blog</description>
	<pubDate>Wed,  7 Jan 2009 02:25:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Yan Herndon</title>
		<link>http://incomservice.net/icsblog/2008/08/remove-old-versions-of-java-install-the-latest-with-no-auto-update/comment-page-1/#comment-132</link>
		<dc:creator>Yan Herndon</dc:creator>
		<pubDate>Sun, 09 Nov 2008 00:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://incomservice.net/icsblog/?p=40#comment-132</guid>
		<description>From here on you need to kill jqs before removeing or it throws up a warning.  Here's my Kaseya script. (using your bat file)  Thanks!!

Script Name: Remove Java
Script Description: Removes all Versions of Java from a machine.  You must install an updated version after this for Java to work.

IF Test File 
   Parameter 1 : C:\jtl_admin\uninstall-java.bat
   Exists :
THEN
   Close Application - (Continue on Fail)
     Parameter 1 : jqs.exe
         OS Type : 13
   Close Application - (Continue on Fail)
     Parameter 1 : jusched.exe
         OS Type : 13
   Close Application - (Continue on Fail)
     Parameter 1 : iexplore.exe
         OS Type : 13
   Execute Shell Command
     Parameter 1 : C:\jtl_admin\uninstall-java.bat&#62;&#62;C:\jtl_admin\remove_java.log
     Parameter 2 : 1
         OS Type : 13
   Write Script Log Entry
     Parameter 1 : All versions of Java removed.
         OS Type : 13
ELSE
   Close Application - (Continue on Fail)
     Parameter 1 : jusched.exe
         OS Type : 13
   Close Application - (Continue on Fail)
     Parameter 1 : jqs.exe
         OS Type : 13
   Close Application - (Continue on Fail)
     Parameter 1 : iexplore.exe
         OS Type : 13
   Write File
     Parameter 1 : C:\jtl_admin\uninstall-java.bat
     Parameter 2 : VSASharedFiles\uninstall-java.bat
         OS Type : 13
   Execute Shell Command
     Parameter 1 : C:\jtl_admin\uninstall-java.bat&#62;&#62;C:\jtl_admin\remove_java.log
     Parameter 2 : 1
         OS Type : 13
   Write Script Log Entry
     Parameter 1 : All versions of Java removed.
         OS Type : 13</description>
		<content:encoded><![CDATA[<p>From here on you need to kill jqs before removeing or it throws up a warning.  Here&#8217;s my Kaseya script. (using your bat file)  Thanks!!</p>
<p>Script Name: Remove Java<br />
Script Description: Removes all Versions of Java from a machine.  You must install an updated version after this for Java to work.</p>
<p>IF Test File<br />
   Parameter 1 : C:\jtl_admin\uninstall-java.bat<br />
   Exists :<br />
THEN<br />
   Close Application - (Continue on Fail)<br />
     Parameter 1 : jqs.exe<br />
         OS Type : 13<br />
   Close Application - (Continue on Fail)<br />
     Parameter 1 : jusched.exe<br />
         OS Type : 13<br />
   Close Application - (Continue on Fail)<br />
     Parameter 1 : iexplore.exe<br />
         OS Type : 13<br />
   Execute Shell Command<br />
     Parameter 1 : C:\jtl_admin\uninstall-java.bat&gt;&gt;C:\jtl_admin\remove_java.log<br />
     Parameter 2 : 1<br />
         OS Type : 13<br />
   Write Script Log Entry<br />
     Parameter 1 : All versions of Java removed.<br />
         OS Type : 13<br />
ELSE<br />
   Close Application - (Continue on Fail)<br />
     Parameter 1 : jusched.exe<br />
         OS Type : 13<br />
   Close Application - (Continue on Fail)<br />
     Parameter 1 : jqs.exe<br />
         OS Type : 13<br />
   Close Application - (Continue on Fail)<br />
     Parameter 1 : iexplore.exe<br />
         OS Type : 13<br />
   Write File<br />
     Parameter 1 : C:\jtl_admin\uninstall-java.bat<br />
     Parameter 2 : VSASharedFiles\uninstall-java.bat<br />
         OS Type : 13<br />
   Execute Shell Command<br />
     Parameter 1 : C:\jtl_admin\uninstall-java.bat&gt;&gt;C:\jtl_admin\remove_java.log<br />
     Parameter 2 : 1<br />
         OS Type : 13<br />
   Write Script Log Entry<br />
     Parameter 1 : All versions of Java removed.<br />
         OS Type : 13</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lpopejoy</title>
		<link>http://incomservice.net/icsblog/2008/08/remove-old-versions-of-java-install-the-latest-with-no-auto-update/comment-page-1/#comment-127</link>
		<dc:creator>lpopejoy</dc:creator>
		<pubDate>Fri, 12 Sep 2008 14:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://incomservice.net/icsblog/?p=40#comment-127</guid>
		<description>Ray, thanks for pointing that out.  The script is not perfect!  Hopefully it will be a start for guys to get going in the right direction!

Luke</description>
		<content:encoded><![CDATA[<p>Ray, thanks for pointing that out.  The script is not perfect!  Hopefully it will be a start for guys to get going in the right direction!</p>
<p>Luke</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://incomservice.net/icsblog/2008/08/remove-old-versions-of-java-install-the-latest-with-no-auto-update/comment-page-1/#comment-126</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Fri, 12 Sep 2008 14:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://incomservice.net/icsblog/?p=40#comment-126</guid>
		<description>This is a great script but it will not un-install versions of Java before 1.4 as they do not include the value Publisher in the registry.</description>
		<content:encoded><![CDATA[<p>This is a great script but it will not un-install versions of Java before 1.4 as they do not include the value Publisher in the registry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://incomservice.net/icsblog/2008/08/remove-old-versions-of-java-install-the-latest-with-no-auto-update/comment-page-1/#comment-11</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 13 Aug 2008 13:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://incomservice.net/icsblog/?p=40#comment-11</guid>
		<description>That batch file is a life saver. Reminds me why I need to improve my scripting skills! Thanks for that!</description>
		<content:encoded><![CDATA[<p>That batch file is a life saver. Reminds me why I need to improve my scripting skills! Thanks for that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Supporting Technology &#187; Blog Archive &#187; Remove old versions of Java &#38; Install the latest with no auto update! &#124; wehuberconsultingllc.com</title>
		<link>http://incomservice.net/icsblog/2008/08/remove-old-versions-of-java-install-the-latest-with-no-auto-update/comment-page-1/#comment-10</link>
		<dc:creator>Supporting Technology &#187; Blog Archive &#187; Remove old versions of Java &#38; Install the latest with no auto update! &#124; wehuberconsultingllc.com</dc:creator>
		<pubDate>Sat, 09 Aug 2008 12:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://incomservice.net/icsblog/?p=40#comment-10</guid>
		<description>[...] my PC and I lamented the fact that I needed to use “Add/Remove Programs” to remove them. This script came in handy although my copy and paste of the code needed several fixups before it would work. [...]</description>
		<content:encoded><![CDATA[<p>[...] my PC and I lamented the fact that I needed to use “Add/Remove Programs” to remove them. This script came in handy although my copy and paste of the code needed several fixups before it would work. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
