<?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: Uninstalling Adobe Reader</title>
	<atom:link href="http://blog.stealthpuppy.com/deployment/uninstalling-adobe-reader/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stealthpuppy.com/deployment/uninstalling-adobe-reader/</link>
	<description>on application delivery with application virtualization, server-based computing, desktop virtualization and more</description>
	<lastBuildDate>Thu, 26 Apr 2012 11:12:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Lhensley</title>
		<link>http://blog.stealthpuppy.com/deployment/uninstalling-adobe-reader/#comment-16039</link>
		<dc:creator>Lhensley</dc:creator>
		<pubDate>Tue, 15 Mar 2011 13:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/uninstalling-adobe-reader#comment-16039</guid>
		<description>I seem to have Adobe Reader 9.4.1 &quot;stuck&quot;, can&#039;t open it or uninstall. When trying to uninstall I get message that the feature I&#039;m trying to use is on a network resource that is unavailable. In the browse dropdown it give me this path C:Program FilesAdobeReader 9.0Setup Files{AC76BA86-7AD7-1033-7B44-A94000000001} which doesn&#039;t work either. The message suggests going to an alternate path to a folder containing the installation package &quot;Adberdr940_en_US.msi&quot; but I&#039;m unable to find that. Please help!</description>
		<content:encoded><![CDATA[<p>I seem to have Adobe Reader 9.4.1 &#8220;stuck&#8221;, can&#8217;t open it or uninstall. When trying to uninstall I get message that the feature I&#8217;m trying to use is on a network resource that is unavailable. In the browse dropdown it give me this path C:Program FilesAdobeReader 9.0Setup Files{AC76BA86-7AD7-1033-7B44-A94000000001} which doesn&#8217;t work either. The message suggests going to an alternate path to a folder containing the installation package &#8220;Adberdr940_en_US.msi&#8221; but I&#8217;m unable to find that. Please help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nolme</title>
		<link>http://blog.stealthpuppy.com/deployment/uninstalling-adobe-reader/#comment-15741</link>
		<dc:creator>Nolme</dc:creator>
		<pubDate>Wed, 24 Nov 2010 11:09:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/uninstalling-adobe-reader#comment-15741</guid>
		<description>Here&#039;s our code for French/ English uninstall : 
 
ECHO Adobe Reader 6.0.1 
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1033-7B44-A00000000001} REBOOT=SUPRESS /QB- 
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1036-7B44-A00000000001} REBOOT=SUPRESS /QB- 
 
ECHO Adobe Reader 6.0.2 Update 
MsiExec.exe /UNINSTALL {AC76BA86-0000-0000-0000-6028747ADE01} REBOOT=SUPRESS /QB- 
 
ECHO Adobe Reader 7.0 
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1033-7646-A70000000000} REBOOT=SUPRESS /QB- 
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1036-7646-A70000000000} REBOOT=SUPRESS /QB- 
 
ECHO Adobe Reader 7.0.5 
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1033-7B44-A70500000002} REBOOT=SUPRESS /QB- 
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1036-7B44-A70500000002} REBOOT=SUPRESS /QB- 
 
ECHO Adobe Reader 7.0.7 
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1033-7B44-A70700000002} REBOOT=SUPRESS /QB- 
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1036-7B44-A70700000002} REBOOT=SUPRESS /QB- 
 
ECHO Adobe Reader 7.0.8 
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1033-7B44-A70800000002} REBOOT=SUPRESS /QB- 
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1036-7B44-A70800000002} REBOOT=SUPRESS /QB- 
 
ECHO Adobe Reader 7.0.9 
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1033-7B44-A70900000002} REBOOT=SUPRESS /QB- 
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1036-7B44-A70900000002} REBOOT=SUPRESS /QB- 
 
ECHO Adobe Reader 7.1 
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1033-7B44-A71000000002} REBOOT=SUPRESS /QB- 
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1036-7B44-A71000000002} REBOOT=SUPRESS /QB- 
 
ECHO Adobe Reader 8 
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1033-7B44-A80000000002} REBOOT=SUPRESS /QB- 
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1036-7B44-A80000000002} REBOOT=SUPRESS /QB- 
 
ECHO Adobe Reader 8.1 
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1033-7B44-A81000000003} REBOOT=SUPRESS /QB- 
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1036-7B44-A81000000003} REBOOT=SUPRESS /QB- 
 
ECHO Adobe Reader 8.2 
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1033-7B44-A82000000003} REBOOT=SUPRESS /QB- 
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1036-7B44-A82000000003} REBOOT=SUPRESS /QB- 
 
ECHO Adobe Reader 9.1 
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1033-7B44-A91000000001} REBOOT=SUPRESS /QB- 
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1036-7B44-A91000000001} REBOOT=SUPRESS /QB- 
 
ECHO Adobe Reader 9.2 
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1033-7B44-A92000000001} REBOOT=SUPRESS /QB- 
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1036-7B44-A92000000001} REBOOT=SUPRESS /QB- 
 
ECHO Adobe Reader 9.3 
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1033-7B44-A93000000001} REBOOT=SUPRESS /QB- 
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1036-7B44-A93000000001} REBOOT=SUPRESS /QB- 
 
ECHO Adobe Reader 9.4 
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1033-7B44-A94000000001} REBOOT=SUPRESS /QB- 
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1036-7B44-A94000000001} REBOOT=SUPRESS /QB- 
 
ECHO Adobe Reader 10.0 
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1033-7B44-AA0000000001} REBOOT=SUPRESS /QB- 
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1036-7B44-AA0000000001} REBOOT=SUPRESS /QB- 
 </description>
		<content:encoded><![CDATA[<p>Here&#039;s our code for French/ English uninstall : </p>
<p>ECHO Adobe Reader 6.0.1<br />
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1033-7B44-A00000000001} REBOOT=SUPRESS /QB-<br />
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1036-7B44-A00000000001} REBOOT=SUPRESS /QB- </p>
<p>ECHO Adobe Reader 6.0.2 Update<br />
MsiExec.exe /UNINSTALL {AC76BA86-0000-0000-0000-6028747ADE01} REBOOT=SUPRESS /QB- </p>
<p>ECHO Adobe Reader 7.0<br />
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1033-7646-A70000000000} REBOOT=SUPRESS /QB-<br />
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1036-7646-A70000000000} REBOOT=SUPRESS /QB- </p>
<p>ECHO Adobe Reader 7.0.5<br />
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1033-7B44-A70500000002} REBOOT=SUPRESS /QB-<br />
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1036-7B44-A70500000002} REBOOT=SUPRESS /QB- </p>
<p>ECHO Adobe Reader 7.0.7<br />
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1033-7B44-A70700000002} REBOOT=SUPRESS /QB-<br />
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1036-7B44-A70700000002} REBOOT=SUPRESS /QB- </p>
<p>ECHO Adobe Reader 7.0.8<br />
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1033-7B44-A70800000002} REBOOT=SUPRESS /QB-<br />
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1036-7B44-A70800000002} REBOOT=SUPRESS /QB- </p>
<p>ECHO Adobe Reader 7.0.9<br />
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1033-7B44-A70900000002} REBOOT=SUPRESS /QB-<br />
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1036-7B44-A70900000002} REBOOT=SUPRESS /QB- </p>
<p>ECHO Adobe Reader 7.1<br />
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1033-7B44-A71000000002} REBOOT=SUPRESS /QB-<br />
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1036-7B44-A71000000002} REBOOT=SUPRESS /QB- </p>
<p>ECHO Adobe Reader 8<br />
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1033-7B44-A80000000002} REBOOT=SUPRESS /QB-<br />
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1036-7B44-A80000000002} REBOOT=SUPRESS /QB- </p>
<p>ECHO Adobe Reader 8.1<br />
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1033-7B44-A81000000003} REBOOT=SUPRESS /QB-<br />
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1036-7B44-A81000000003} REBOOT=SUPRESS /QB- </p>
<p>ECHO Adobe Reader 8.2<br />
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1033-7B44-A82000000003} REBOOT=SUPRESS /QB-<br />
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1036-7B44-A82000000003} REBOOT=SUPRESS /QB- </p>
<p>ECHO Adobe Reader 9.1<br />
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1033-7B44-A91000000001} REBOOT=SUPRESS /QB-<br />
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1036-7B44-A91000000001} REBOOT=SUPRESS /QB- </p>
<p>ECHO Adobe Reader 9.2<br />
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1033-7B44-A92000000001} REBOOT=SUPRESS /QB-<br />
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1036-7B44-A92000000001} REBOOT=SUPRESS /QB- </p>
<p>ECHO Adobe Reader 9.3<br />
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1033-7B44-A93000000001} REBOOT=SUPRESS /QB-<br />
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1036-7B44-A93000000001} REBOOT=SUPRESS /QB- </p>
<p>ECHO Adobe Reader 9.4<br />
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1033-7B44-A94000000001} REBOOT=SUPRESS /QB-<br />
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1036-7B44-A94000000001} REBOOT=SUPRESS /QB- </p>
<p>ECHO Adobe Reader 10.0<br />
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1033-7B44-AA0000000001} REBOOT=SUPRESS /QB-<br />
MsiExec.exe /UNINSTALL {AC76BA86-7AD7-1036-7B44-AA0000000001} REBOOT=SUPRESS /QB- </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nlme</title>
		<link>http://blog.stealthpuppy.com/deployment/uninstalling-adobe-reader/#comment-15740</link>
		<dc:creator>Nlme</dc:creator>
		<pubDate>Wed, 24 Nov 2010 10:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/uninstalling-adobe-reader#comment-15740</guid>
		<description>Thank you for informations. Here&#039;s another comments. 
 
GUID depends on Adobe Reader Language. 
So : 
AC76BA86-7AD7-1033-7B44-A70900000002 = US 
AC76BA86-7AD7-1036-7B44-A70900000002 = FR 
 
As you can see, 1033 become 1036. It&#039;s based on PageCode :  &lt;a href=&quot;http://www.science.co.il/language/locale-codes.asp?s=codepage&quot; rel=&quot;nofollow&quot;&gt;http://www.science.co.il/language/locale-codes.as...&lt;/a&gt; 
 
But sometimes, on French computer, the GUID still have 1033 Oo. 
 </description>
		<content:encoded><![CDATA[<p>Thank you for informations. Here&#039;s another comments. </p>
<p>GUID depends on Adobe Reader Language.<br />
So :<br />
AC76BA86-7AD7-1033-7B44-A70900000002 = US<br />
AC76BA86-7AD7-1036-7B44-A70900000002 = FR </p>
<p>As you can see, 1033 become 1036. It&#039;s based on PageCode :  <a href="http://www.science.co.il/language/locale-codes.asp?s=codepage" rel="nofollow"></a><a href="http://www.science.co.il/language/locale-codes.as" rel="nofollow">http://www.science.co.il/language/locale-codes.as</a>&#8230; </p>
<p>But sometimes, on French computer, the GUID still have 1033 Oo. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neels</title>
		<link>http://blog.stealthpuppy.com/deployment/uninstalling-adobe-reader/#comment-15165</link>
		<dc:creator>Neels</dc:creator>
		<pubDate>Thu, 15 Jul 2010 09:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/uninstalling-adobe-reader#comment-15165</guid>
		<description>Thank you so much for sharing this info - it helped a lot in creating a script to remove some old software from lots of computer systems in my organization!!! </description>
		<content:encoded><![CDATA[<p>Thank you so much for sharing this info &#8211; it helped a lot in creating a script to remove some old software from lots of computer systems in my organization!!! </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amy</title>
		<link>http://blog.stealthpuppy.com/deployment/uninstalling-adobe-reader/#comment-5057</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Sat, 06 Oct 2007 17:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/uninstalling-adobe-reader#comment-5057</guid>
		<description>Hi. I am using a Gateway PC running on Windows XP (home) and I recently downloaded Adobe Reader 8.0 (I only needed it for one document) however I CANNOT for the life of me uninstall it. I am able to open &#039;control panel&#039; but when I click the change/remove hardware icon, Adobe opens up and gives me the message &quot;Adobe cannot open &#039;rundll32.exe&#039; because it is either not a supported file type or because the file has been damaged (for example sent as an email attachment and wasn&#039;t correctly coded).&quot; --which i&#039;ve never used adobe or &#039;control panel&#039; options for or in an email --So I DO NOT understand what thats all about. Also I tried typing &#039;rundll32.exe&#039; in the &#039;run&#039; category again, adobe comes up. For some reason Adobe has taken it upon itself to OPEN everything. I can&#039;t open things like my antivirus, yahoo messenger, msn messenger, yahoo, yahoo music, etc etc everything else that seems like a start up file (as they always appear in the lower right hand of my comp. next to the clock) NONE of those open. Even right clicking on a program icon and clicking &#039;open&#039; &#039;run as&#039; nothing opens them, or adobe again pops up! I can losing my mind over this! i cannot get this POS program off my computer! Heres what I don&#039;t understand why is Adobe trying to open files (every thing it seems) that oviously are not PDF files? Help please !!!</description>
		<content:encoded><![CDATA[<p>Hi. I am using a Gateway PC running on Windows XP (home) and I recently downloaded Adobe Reader 8.0 (I only needed it for one document) however I CANNOT for the life of me uninstall it. I am able to open &#8216;control panel&#8217; but when I click the change/remove hardware icon, Adobe opens up and gives me the message &#8220;Adobe cannot open &#8216;rundll32.exe&#8217; because it is either not a supported file type or because the file has been damaged (for example sent as an email attachment and wasn&#8217;t correctly coded).&#8221; &#8211;which i&#8217;ve never used adobe or &#8216;control panel&#8217; options for or in an email &#8211;So I DO NOT understand what thats all about. Also I tried typing &#8216;rundll32.exe&#8217; in the &#8216;run&#8217; category again, adobe comes up. For some reason Adobe has taken it upon itself to OPEN everything. I can&#8217;t open things like my antivirus, yahoo messenger, msn messenger, yahoo, yahoo music, etc etc everything else that seems like a start up file (as they always appear in the lower right hand of my comp. next to the clock) NONE of those open. Even right clicking on a program icon and clicking &#8216;open&#8217; &#8216;run as&#8217; nothing opens them, or adobe again pops up! I can losing my mind over this! i cannot get this POS program off my computer! Heres what I don&#8217;t understand why is Adobe trying to open files (every thing it seems) that oviously are not PDF files? Help please !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lansti</title>
		<link>http://blog.stealthpuppy.com/deployment/uninstalling-adobe-reader/#comment-4852</link>
		<dc:creator>Lansti</dc:creator>
		<pubDate>Fri, 28 Sep 2007 08:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/uninstalling-adobe-reader#comment-4852</guid>
		<description>Hi, I have a problem, i have both 5.0 and 6.0 installed.
I&#039;m now working on uninstalling these applications, before i install 8.0.
But when i run &quot;C:\WINDOWS\ISUNINST.EXE -y -x -f&quot;C:\Program Files\Common Files\Adobe\Acrobat 5.0\NT\Uninst.isu&quot; -c&quot;C:\Program Files\Common Files\Adobe\Acrobat&quot; i get this message:
&quot;UNABLE TO LOCATE THE INSTALLATION LOG FILE. UNINSTALLATION WILL NOT CONTINUE&quot;.

I have looked into the registry, but cant find any folders under ...\uninstall</description>
		<content:encoded><![CDATA[<p>Hi, I have a problem, i have both 5.0 and 6.0 installed.<br />
I&#8217;m now working on uninstalling these applications, before i install 8.0.<br />
But when i run &#8220;C:\WINDOWS\ISUNINST.EXE -y -x -f&#8221;C:\Program Files\Common Files\Adobe\Acrobat 5.0\NT\Uninst.isu&#8221; -c&#8221;C:\Program Files\Common Files\Adobe\Acrobat&#8221; i get this message:<br />
&#8220;UNABLE TO LOCATE THE INSTALLATION LOG FILE. UNINSTALLATION WILL NOT CONTINUE&#8221;.</p>
<p>I have looked into the registry, but cant find any folders under &#8230;\uninstall</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve stevens</title>
		<link>http://blog.stealthpuppy.com/deployment/uninstalling-adobe-reader/#comment-4704</link>
		<dc:creator>steve stevens</dc:creator>
		<pubDate>Mon, 24 Sep 2007 13:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/uninstalling-adobe-reader#comment-4704</guid>
		<description>What is the simplist way to uninstall adobe reader 7.0.9 I&#039;m a navise at this stuff I&#039;m run windows xp I cannot down load the new version, I cannot run the existing 7.0.9. no one seem&#039;s to help. thanks Steve</description>
		<content:encoded><![CDATA[<p>What is the simplist way to uninstall adobe reader 7.0.9 I&#8217;m a navise at this stuff I&#8217;m run windows xp I cannot down load the new version, I cannot run the existing 7.0.9. no one seem&#8217;s to help. thanks Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mat</title>
		<link>http://blog.stealthpuppy.com/deployment/uninstalling-adobe-reader/#comment-4111</link>
		<dc:creator>Mat</dc:creator>
		<pubDate>Mon, 10 Sep 2007 19:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/uninstalling-adobe-reader#comment-4111</guid>
		<description>I used the Adobe Reader 4.0 command to uninstall Adobe Reader Acrobat 4.0 on my computer. I was originally not able to remove it using the Add/Romove in the Command Panel. My question is why is the Adobe Acrobat 4.0 @ .14 mb still visible in Add/Remove after the unistallation?</description>
		<content:encoded><![CDATA[<p>I used the Adobe Reader 4.0 command to uninstall Adobe Reader Acrobat 4.0 on my computer. I was originally not able to remove it using the Add/Romove in the Command Panel. My question is why is the Adobe Acrobat 4.0 @ .14 mb still visible in Add/Remove after the unistallation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Parker</title>
		<link>http://blog.stealthpuppy.com/deployment/uninstalling-adobe-reader/#comment-1775</link>
		<dc:creator>Aaron Parker</dc:creator>
		<pubDate>Sun, 12 Aug 2007 16:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/uninstalling-adobe-reader#comment-1775</guid>
		<description>Hi S. the error in the command you&#039;re seeing is probably due to the quote tags that WordPress changes. Re-copy the command from this page and you should now see the correct quote tags.</description>
		<content:encoded><![CDATA[<p>Hi S. the error in the command you&#8217;re seeing is probably due to the quote tags that WordPress changes. Re-copy the command from this page and you should now see the correct quote tags.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S.</title>
		<link>http://blog.stealthpuppy.com/deployment/uninstalling-adobe-reader/#comment-1731</link>
		<dc:creator>S.</dc:creator>
		<pubDate>Sat, 11 Aug 2007 23:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/uninstalling-adobe-reader#comment-1731</guid>
		<description>I meant to say, &quot;I am not familiar with the un-installation process of the different versions of the Adobe Acrobat software.&quot; typo above</description>
		<content:encoded><![CDATA[<p>I meant to say, &#8220;I am not familiar with the un-installation process of the different versions of the Adobe Acrobat software.&#8221; typo above</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S.</title>
		<link>http://blog.stealthpuppy.com/deployment/uninstalling-adobe-reader/#comment-1730</link>
		<dc:creator>S.</dc:creator>
		<pubDate>Sat, 11 Aug 2007 23:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/uninstalling-adobe-reader#comment-1730</guid>
		<description>Here is the situation.  I see the folder Acrobat 4.0 at this location &quot;C:\Program Files\Adobe\Acrobat 4.0 then typed CMD to prompt the command then typed in what you suggested 
C:\WINDOWS\ISUNINST.EXE -fâ€C:\Program Files\Common Files\Adobe\Acrobat 4.0\NT\Uninst.isuâ€ -câ€C:\Program Files\Common Files\Adobe\Acrobat 4.0\NT\Uninst.dllâ€ 
The UninstallShield appears then a small box pops up saying, &quot;Unable to locate the installation log file &#039;&quot;C:\Program&#039;. uninstallation will not continue. Did I do it correctly?  What should I do to uninstall Acrobat 4.0 when that error message occurs?

I also see the folder &quot;Acrobat 5.0,&quot; &quot;Acrobat 6.0,&quot; and &quot;Adobe Acrobat 7.0&quot; at that location &quot;C:\Program Files\Adobe\&quot; and tried the command you suggested but the folders are still not removed. The Adobe Acrobat 7.0.9 is hindering me to open other programs and just run the computer normally. I am not familiar with the installation process of the different versions of the Adobe Acrobat software. Can you please help?  Thanks.</description>
		<content:encoded><![CDATA[<p>Here is the situation.  I see the folder Acrobat 4.0 at this location &#8220;C:\Program Files\Adobe\Acrobat 4.0 then typed CMD to prompt the command then typed in what you suggested<br />
C:\WINDOWS\ISUNINST.EXE -fâ€C:\Program Files\Common Files\Adobe\Acrobat 4.0\NT\Uninst.isuâ€ -câ€C:\Program Files\Common Files\Adobe\Acrobat 4.0\NT\Uninst.dllâ€<br />
The UninstallShield appears then a small box pops up saying, &#8220;Unable to locate the installation log file &#8216;&#8221;C:\Program&#8217;. uninstallation will not continue. Did I do it correctly?  What should I do to uninstall Acrobat 4.0 when that error message occurs?</p>
<p>I also see the folder &#8220;Acrobat 5.0,&#8221; &#8220;Acrobat 6.0,&#8221; and &#8220;Adobe Acrobat 7.0&#8243; at that location &#8220;C:\Program Files\Adobe\&#8221; and tried the command you suggested but the folders are still not removed. The Adobe Acrobat 7.0.9 is hindering me to open other programs and just run the computer normally. I am not familiar with the installation process of the different versions of the Adobe Acrobat software. Can you please help?  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://blog.stealthpuppy.com/deployment/uninstalling-adobe-reader/#comment-376</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 04 Jul 2007 07:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/uninstalling-adobe-reader#comment-376</guid>
		<description>For Adobe Acrobat Reader 3.0 and 3.01: C:\WINDOWS\uninst.exe -fC:\Acrobat3\Reader\DeIsL1.isu 

For Adobe Acrobat 4.0:
C:\WINDOWS\ISUNINST.EXE -f&quot;C:\Program Files\Common Files\Adobe\Acrobat 4.0\NT\Uninst.isu&quot; -c&quot;C:\Program Files\Common Files\Adobe\Acrobat 4.0\NT\Uninst.dll&quot;</description>
		<content:encoded><![CDATA[<p>For Adobe Acrobat Reader 3.0 and 3.01: C:\WINDOWS\uninst.exe -fC:\Acrobat3\Reader\DeIsL1.isu </p>
<p>For Adobe Acrobat 4.0:<br />
C:\WINDOWS\ISUNINST.EXE -f&#8221;C:\Program Files\Common Files\Adobe\Acrobat 4.0\NT\Uninst.isu&#8221; -c&#8221;C:\Program Files\Common Files\Adobe\Acrobat 4.0\NT\Uninst.dll&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://blog.stealthpuppy.com/deployment/uninstalling-adobe-reader/#comment-368</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 04 Jul 2007 01:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/uninstalling-adobe-reader#comment-368</guid>
		<description>Adobe Technote: Install and remove Acrobat products using the command line (7.0 on Windows)
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=330817</description>
		<content:encoded><![CDATA[<p>Adobe Technote: Install and remove Acrobat products using the command line (7.0 on Windows)<br />
<a href="http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=330817" rel="nofollow">http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=330817</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

