<?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: Deploying Adobe Reader 9 for Windows</title>
	<atom:link href="http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/</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: Aaron Parker</title>
		<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/#comment-15452</link>
		<dc:creator>Aaron Parker</dc:creator>
		<pubDate>Tue, 19 Oct 2010 22:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=596#comment-15452</guid>
		<description>Yes, the ListItems.js will give you the toolbar button names as well as the menu names.</description>
		<content:encoded><![CDATA[<p>Yes, the ListItems.js will give you the toolbar button names as well as the menu names.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: digimon</title>
		<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/#comment-15450</link>
		<dc:creator>digimon</dc:creator>
		<pubDate>Tue, 19 Oct 2010 14:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=596#comment-15450</guid>
		<description>Is it possible to show certain toolbar buttons using javascript? For instance, Save and Email buttons in File Toolbar? 
 </description>
		<content:encoded><![CDATA[<p>Is it possible to show certain toolbar buttons using javascript? For instance, Save and Email buttons in File Toolbar? </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Ulbrich</title>
		<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/#comment-15389</link>
		<dc:creator>Christian Ulbrich</dc:creator>
		<pubDate>Fri, 08 Oct 2010 13:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=596#comment-15389</guid>
		<description>Problem is the customization wizard: -&gt; &lt;a href=&quot;http://trevorsullivan.net/2009/05/26/adobe-reader-9-customization-tool-bug/&quot; rel=&quot;nofollow&quot;&gt;http://trevorsullivan.net/2009/05/26/adobe-reader...&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>Problem is the customization wizard: -&gt; <a href="http://trevorsullivan.net/2009/05/26/adobe-reader-9-customization-tool-bug/" rel="nofollow"></a><a href="http://trevorsullivan.net/2009/05/26/adobe-reader" rel="nofollow">http://trevorsullivan.net/2009/05/26/adobe-reader</a>&#8230; </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linda</title>
		<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/#comment-15331</link>
		<dc:creator>Linda</dc:creator>
		<pubDate>Sat, 25 Sep 2010 01:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=596#comment-15331</guid>
		<description>How in the world canyou edit the PDF file after I installed 9 there is no area to let me edit </description>
		<content:encoded><![CDATA[<p>How in the world canyou edit the PDF file after I installed 9 there is no area to let me edit </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Filippo</title>
		<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/#comment-15245</link>
		<dc:creator>Filippo</dc:creator>
		<pubDate>Mon, 23 Aug 2010 10:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=596#comment-15245</guid>
		<description>Here is an example for the right syntax. 
 
[HKEY_LOCAL_MACHINESOFTWAREAdobeAcrobat Reader9.0InstallerMigrateAdBCustom1] 
@=&quot;SoftwareAdobeAcrobat Reader9.0AVGeneralcToolbarscBasicToolscExternalButtons&quot; 
&quot;name&quot;=&quot;a0&quot; 
&quot;type&quot;=dword:00000001 
&quot;val&quot;=&quot;Select&quot; 
 
When a user launches the reader for the first time these informations will be used to create teh related key  in HKEY_CURRENT_USER. 
 
I hope these notes will save you lots of time in customizing the Reader. 
 </description>
		<content:encoded><![CDATA[<p>Here is an example for the right syntax. </p>
<p>[HKEY_LOCAL_MACHINESOFTWAREAdobeAcrobat Reader9.0InstallerMigrateAdBCustom1]<br />
@=&quot;SoftwareAdobeAcrobat Reader9.0AVGeneralcToolbarscBasicToolscExternalButtons&quot;<br />
&quot;name&quot;=&quot;a0&quot;<br />
&quot;type&quot;=dword:00000001<br />
&quot;val&quot;=&quot;Select&quot; </p>
<p>When a user launches the reader for the first time these informations will be used to create teh related key  in HKEY_CURRENT_USER. </p>
<p>I hope these notes will save you lots of time in customizing the Reader. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Filippo</title>
		<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/#comment-15244</link>
		<dc:creator>Filippo</dc:creator>
		<pubDate>Mon, 23 Aug 2010 10:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=596#comment-15244</guid>
		<description>About setting enterprise toolbar preferences. 
According to me using HKEY_CURRENT_USER to set consistent default reader preferences across an enterprise is not the right way of doing the job. In fact they will be applied only to the user who installs the software: besides they are completely useless if the software is deployed using GPO and it is assigned to computers. 
After long researches in internet I have found a very poor documented way of setting the preferences using registry keys in HKEY_LOCAL_MACHINESOFTWAREAdobeAcrobat ReaderVersionNumberHereInstallerMigrate. 
 
 </description>
		<content:encoded><![CDATA[<p>About setting enterprise toolbar preferences.<br />
According to me using HKEY_CURRENT_USER to set consistent default reader preferences across an enterprise is not the right way of doing the job. In fact they will be applied only to the user who installs the software: besides they are completely useless if the software is deployed using GPO and it is assigned to computers.<br />
After long researches in internet I have found a very poor documented way of setting the preferences using registry keys in HKEY_LOCAL_MACHINESOFTWAREAdobeAcrobat ReaderVersionNumberHereInstallerMigrate. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donna</title>
		<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/#comment-15231</link>
		<dc:creator>Donna</dc:creator>
		<pubDate>Wed, 18 Aug 2010 14:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=596#comment-15231</guid>
		<description>Hey Aaron, 
What&#039;s the easiest way to updrade to 9.3? 
 
Regards, 
DJ 
 
 </description>
		<content:encoded><![CDATA[<p>Hey Aaron,<br />
What&#039;s the easiest way to updrade to 9.3? </p>
<p>Regards,<br />
DJ </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M Obrist</title>
		<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/#comment-15218</link>
		<dc:creator>M Obrist</dc:creator>
		<pubDate>Thu, 12 Aug 2010 11:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=596#comment-15218</guid>
		<description>I will use this in my roll out next month. Thank you for sharing this, </description>
		<content:encoded><![CDATA[<p>I will use this in my roll out next month. Thank you for sharing this, </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cindy</title>
		<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/#comment-13689</link>
		<dc:creator>Cindy</dc:creator>
		<pubDate>Thu, 18 Dec 2008 01:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=596#comment-13689</guid>
		<description>After downloading Adobe Reader 9 (had been using 8) I can no longer save data in a pdf file.  I am told to fill out the form and print.  
I get the message &quot;This document enables Reader capabilities that are no longer enabled in this Reader version.&quot;  How do I enable in order to save?
I am not overly computer literate, so a simple explanation please.  Thank you.</description>
		<content:encoded><![CDATA[<p>After downloading Adobe Reader 9 (had been using <img src='http://blog.stealthpuppy.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> I can no longer save data in a pdf file.  I am told to fill out the form and print.<br />
I get the message &#8220;This document enables Reader capabilities that are no longer enabled in this Reader version.&#8221;  How do I enable in order to save?<br />
I am not overly computer literate, so a simple explanation please.  Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/#comment-13687</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Thu, 11 Dec 2008 04:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=596#comment-13687</guid>
		<description>Hi Guys,

Everytime I deploy the AcrobatReader.mst (created using the Customization Tool 9) I have issues opening up a pdf link. 

The error message says &quot;The Adobe Acrobat/Reader that is running can not be used to view PDF Files in a web browser. Adobe Acrobat/Reader version 8 or 9 is required. Please exit and try again.

Does anyone know how I can fix this issue?

Thanks in Advance,

Simon.</description>
		<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>Everytime I deploy the AcrobatReader.mst (created using the Customization Tool 9) I have issues opening up a pdf link. </p>
<p>The error message says &#8220;The Adobe Acrobat/Reader that is running can not be used to view PDF Files in a web browser. Adobe Acrobat/Reader version 8 or 9 is required. Please exit and try again.</p>
<p>Does anyone know how I can fix this issue?</p>
<p>Thanks in Advance,</p>
<p>Simon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony J</title>
		<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/#comment-13685</link>
		<dc:creator>Tony J</dc:creator>
		<pubDate>Tue, 09 Dec 2008 18:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=596#comment-13685</guid>
		<description>Has any upgraded from reader 6 to 9. If so are there any known gotchas.</description>
		<content:encoded><![CDATA[<p>Has any upgraded from reader 6 to 9. If so are there any known gotchas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark J</title>
		<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/#comment-13683</link>
		<dc:creator>Mark J</dc:creator>
		<pubDate>Fri, 05 Dec 2008 10:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=596#comment-13683</guid>
		<description>Hi there. I wonder if you could help me. I&#039;m at work and want to open some pdf files. When I try to do this I am informed that some components (exactly which components i don&#039;t know!) are missing and I can find them on the adobe webpage. I Installed adobe acrobat reader 9 and am still receiving the same message! Any words of avice? I&#039;m using windows xp if that makes any difference. 

Thanks in advance, 

Mark.</description>
		<content:encoded><![CDATA[<p>Hi there. I wonder if you could help me. I&#8217;m at work and want to open some pdf files. When I try to do this I am informed that some components (exactly which components i don&#8217;t know!) are missing and I can find them on the adobe webpage. I Installed adobe acrobat reader 9 and am still receiving the same message! Any words of avice? I&#8217;m using windows xp if that makes any difference. </p>
<p>Thanks in advance, </p>
<p>Mark.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor Shaines</title>
		<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/#comment-13679</link>
		<dc:creator>Victor Shaines</dc:creator>
		<pubDate>Fri, 28 Nov 2008 15:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=596#comment-13679</guid>
		<description>Just installed Adobe Reader 9.  We are a theater which uses a ticket sales system. This allows us to generate reports.  The PDF reports open in a new window.  After installing Version 9, the new window opens and there is a beep and then closes.  I have disabled the pop-up blockers and it still does not work.  Oh.  This does not work on IE but does work on Mozilla.

I have Mozilla at home but we do not have it at work.  Please help as this will cause a working problem if we cannot get there reports.

Thanks.</description>
		<content:encoded><![CDATA[<p>Just installed Adobe Reader 9.  We are a theater which uses a ticket sales system. This allows us to generate reports.  The PDF reports open in a new window.  After installing Version 9, the new window opens and there is a beep and then closes.  I have disabled the pop-up blockers and it still does not work.  Oh.  This does not work on IE but does work on Mozilla.</p>
<p>I have Mozilla at home but we do not have it at work.  Please help as this will cause a working problem if we cannot get there reports.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/#comment-13678</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Thu, 27 Nov 2008 10:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=596#comment-13678</guid>
		<description>Great Site !


I had the same problem with missing PDF Icons after I distributed the Adobe Reader 9 in an Active Directory via GPO.


Maybe I&#039;ve found the Bug, or just a Workaround to solve it:
(First an Sorry to my quiet bad English *G*)


In my opinion the problem comes from the Registry Key:
[HKEY_CLASSES_ROOT\AcroExch.Document.7\DefaultIcon]
@=&quot;C:\\WINDOWS\\Installer\\{AC76BA86-7AD7-1031-7B44-A90000000001}\\PDFFile_8.ico,0&quot;


This Key is also used by newer Adobe Versions.


If I change this Key by hand to:
&quot;C:\Programme\Adobe\Reader 9.0\Reader\AcroRd32.dll,5&quot;
the Icons where shown after a reboot.


But this is no solution for distributed Software.


So I used ORCA from Microsoft to change all PDFFile_8.ico,0 in the MSI-File to
[READER]AcroRd32.dll,5
and this seems to solve the Problem.

I hope its useful.

Patrick</description>
		<content:encoded><![CDATA[<p>Great Site !</p>
<p>I had the same problem with missing PDF Icons after I distributed the Adobe Reader 9 in an Active Directory via GPO.</p>
<p>Maybe I&#8217;ve found the Bug, or just a Workaround to solve it:<br />
(First an Sorry to my quiet bad English *G*)</p>
<p>In my opinion the problem comes from the Registry Key:<br />
[HKEY_CLASSES_ROOT\AcroExch.Document.7\DefaultIcon]<br />
@=&#8221;C:\\WINDOWS\\Installer\\{AC76BA86-7AD7-1031-7B44-A90000000001}\\PDFFile_8.ico,0&#8243;</p>
<p>This Key is also used by newer Adobe Versions.</p>
<p>If I change this Key by hand to:<br />
&#8220;C:\Programme\Adobe\Reader 9.0\Reader\AcroRd32.dll,5&#8243;<br />
the Icons where shown after a reboot.</p>
<p>But this is no solution for distributed Software.</p>
<p>So I used ORCA from Microsoft to change all PDFFile_8.ico,0 in the MSI-File to<br />
[READER]AcroRd32.dll,5<br />
and this seems to solve the Problem.</p>
<p>I hope its useful.</p>
<p>Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timothy</title>
		<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/#comment-13669</link>
		<dc:creator>Timothy</dc:creator>
		<pubDate>Fri, 14 Nov 2008 19:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=596#comment-13669</guid>
		<description>I withdraw my post. I was not linking to the mst file in the GPO. My Bad!</description>
		<content:encoded><![CDATA[<p>I withdraw my post. I was not linking to the mst file in the GPO. My Bad!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timothy</title>
		<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/#comment-13668</link>
		<dc:creator>Timothy</dc:creator>
		<pubDate>Fri, 14 Nov 2008 18:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=596#comment-13668</guid>
		<description>I tried editing the MSI using the InstEd app and the Adobe Cutomization Wizard 9 and get icons installed and the EULA displaying for the initial run. I tried the ready made AdobeReader9.mst file and I still get no changes, even after having InstEd apply the transform. I am a noob so it must be something I am doing wrong. What is it?</description>
		<content:encoded><![CDATA[<p>I tried editing the MSI using the InstEd app and the Adobe Cutomization Wizard 9 and get icons installed and the EULA displaying for the initial run. I tried the ready made AdobeReader9.mst file and I still get no changes, even after having InstEd apply the transform. I am a noob so it must be something I am doing wrong. What is it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Parker</title>
		<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/#comment-13663</link>
		<dc:creator>Aaron Parker</dc:creator>
		<pubDate>Tue, 11 Nov 2008 17:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=596#comment-13663</guid>
		<description>@Chris, check the syntax in HideItems.js is correct - make sure there are not any extraneous characters around.

Ensure the file lives in:
C:\Program Files\Adobe\Reader 9.0\Reader\Javascripts; or
C:\Program Files (x86)\Adobe\Reader 9.0\Reader\Javascripts

Also check the permissions on the script file are inheriting from the folder.

The menu items and toolbars are only hidden about 2 seconds after Reader has finished launching - the script doesn&#039;t kick in immediately.</description>
		<content:encoded><![CDATA[<p>@Chris, check the syntax in HideItems.js is correct &#8211; make sure there are not any extraneous characters around.</p>
<p>Ensure the file lives in:<br />
C:\Program Files\Adobe\Reader 9.0\Reader\Javascripts; or<br />
C:\Program Files (x86)\Adobe\Reader 9.0\Reader\Javascripts</p>
<p>Also check the permissions on the script file are inheriting from the folder.</p>
<p>The menu items and toolbars are only hidden about 2 seconds after Reader has finished launching &#8211; the script doesn&#8217;t kick in immediately.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Parker</title>
		<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/#comment-13662</link>
		<dc:creator>Aaron Parker</dc:creator>
		<pubDate>Tue, 11 Nov 2008 17:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=596#comment-13662</guid>
		<description>@ben, I&#039;m not sure about the bCommercialPDF entry in the ADM file, I hadn&#039;t got that far yet. I think it disables one of the menu items.

To hide other menu items see the HideItems.js file listed in the post. It will hide those items you are wanting to hide.</description>
		<content:encoded><![CDATA[<p>@ben, I&#8217;m not sure about the bCommercialPDF entry in the ADM file, I hadn&#8217;t got that far yet. I think it disables one of the menu items.</p>
<p>To hide other menu items see the HideItems.js file listed in the post. It will hide those items you are wanting to hide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/#comment-13661</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 11 Nov 2008 16:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=596#comment-13661</guid>
		<description>I cannot seem to get the HideItems.js to work.  I copy the posted script into notepad, and save it as HideItems.js, then I copy that file in the specified location.  It doesn&#039;t seem to affect Reader 9 at all.  All of the menu items are still there.  Any clue what&#039;s going on?</description>
		<content:encoded><![CDATA[<p>I cannot seem to get the HideItems.js to work.  I copy the posted script into notepad, and save it as HideItems.js, then I copy that file in the specified location.  It doesn&#8217;t seem to affect Reader 9 at all.  All of the menu items are still there.  Any clue what&#8217;s going on?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben</title>
		<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/#comment-13659</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Sat, 08 Nov 2008 01:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=596#comment-13659</guid>
		<description>What does bCommercialPDF do in your .adm file.
Is there a way to get rid of the online support option in the help menu?

Thanks</description>
		<content:encoded><![CDATA[<p>What does bCommercialPDF do in your .adm file.<br />
Is there a way to get rid of the online support option in the help menu?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Parker</title>
		<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/#comment-13656</link>
		<dc:creator>Aaron Parker</dc:creator>
		<pubDate>Sun, 02 Nov 2008 23:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=596#comment-13656</guid>
		<description>@Mike, I&#039;d have thought those changes would be carried through. They may not be created for new profiles perhaps.

Have you looked at using Group Policy Preferences instead?</description>
		<content:encoded><![CDATA[<p>@Mike, I&#8217;d have thought those changes would be carried through. They may not be created for new profiles perhaps.</p>
<p>Have you looked at using Group Policy Preferences instead?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/#comment-13655</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sun, 02 Nov 2008 16:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=596#comment-13655</guid>
		<description>(corrected email address)

Thanks for this great article - newbies have to start somewhere, and this helps a lot!

One question, if you happen to know the answer - the Customization Wizard for 9 has a Registry section which suggests you can a) make the changes to a local copy of Reader 9, then b) drag this changed registry data from the top section of the Wizard to the bottom area - and then c) this means that the MST file will simply change the install so that your local preferences (e.g. Spelling language) get rolled out when you use GPO install.
However, when I drag these various settings from the HKCU section above, to the HKCU section below - they don&#039;t 
appear on the destination machines.

Any idea? would be a great time saver if it worked!</description>
		<content:encoded><![CDATA[<p>(corrected email address)</p>
<p>Thanks for this great article &#8211; newbies have to start somewhere, and this helps a lot!</p>
<p>One question, if you happen to know the answer &#8211; the Customization Wizard for 9 has a Registry section which suggests you can a) make the changes to a local copy of Reader 9, then b) drag this changed registry data from the top section of the Wizard to the bottom area &#8211; and then c) this means that the MST file will simply change the install so that your local preferences (e.g. Spelling language) get rolled out when you use GPO install.<br />
However, when I drag these various settings from the HKCU section above, to the HKCU section below &#8211; they don&#8217;t<br />
appear on the destination machines.</p>
<p>Any idea? would be a great time saver if it worked!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/#comment-13654</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sun, 02 Nov 2008 16:47:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=596#comment-13654</guid>
		<description>Thanks for this great article - newbies have to start somewhere, and this helps a lot!

One question, if you happen to know the answer - the Customization Wizard for 9 has a Registry section which suggests you can a) make the changes to a local copy of Reader 9, then b) drag this changed registry data from the top section of the Wizard to the bottom area - and then c) this means that the MST file will simply change the install so that your local preferences (e.g. Spelling language) get rolled out when you use GPO install.
However, when I drag these various settings from the HKCU section above, to the HKCU section below - they don&#039;t 
appear on the destination machines.

Any idea? would be a great time saver if it worked!</description>
		<content:encoded><![CDATA[<p>Thanks for this great article &#8211; newbies have to start somewhere, and this helps a lot!</p>
<p>One question, if you happen to know the answer &#8211; the Customization Wizard for 9 has a Registry section which suggests you can a) make the changes to a local copy of Reader 9, then b) drag this changed registry data from the top section of the Wizard to the bottom area &#8211; and then c) this means that the MST file will simply change the install so that your local preferences (e.g. Spelling language) get rolled out when you use GPO install.<br />
However, when I drag these various settings from the HKCU section above, to the HKCU section below &#8211; they don&#8217;t<br />
appear on the destination machines.</p>
<p>Any idea? would be a great time saver if it worked!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AA</title>
		<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/#comment-13640</link>
		<dc:creator>AA</dc:creator>
		<pubDate>Thu, 23 Oct 2008 12:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=596#comment-13640</guid>
		<description>If set with transform file &quot;Display PFDF in browser -&gt; disable&quot; and user change display in browser settings to enabled in Acrobat, we get error: &quot;The Adobe Acrobat/Reader that is running can not be used to view PDF files in a Web Browser. Adobe Acrobat/Reader version 8 or 9 is required. Please exit and try again.&quot; Setting Disable/Lock is OK, also all enabled cases.</description>
		<content:encoded><![CDATA[<p>If set with transform file &#8220;Display PFDF in browser -&gt; disable&#8221; and user change display in browser settings to enabled in Acrobat, we get error: &#8220;The Adobe Acrobat/Reader that is running can not be used to view PDF files in a Web Browser. Adobe Acrobat/Reader version 8 or 9 is required. Please exit and try again.&#8221; Setting Disable/Lock is OK, also all enabled cases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike F</title>
		<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/#comment-13636</link>
		<dc:creator>Mike F</dc:creator>
		<pubDate>Mon, 20 Oct 2008 20:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=596#comment-13636</guid>
		<description>Anyone run into any issues deploying AR9 on a workstation slower then the required 1.3Ghz?  I have a dozen machines slower but would still like to deploy it.  They have 256MB of RAM.</description>
		<content:encoded><![CDATA[<p>Anyone run into any issues deploying AR9 on a workstation slower then the required 1.3Ghz?  I have a dozen machines slower but would still like to deploy it.  They have 256MB of RAM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Mössler</title>
		<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/#comment-13635</link>
		<dc:creator>Michael Mössler</dc:creator>
		<pubDate>Mon, 20 Oct 2008 14:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=596#comment-13635</guid>
		<description>be careful with upgrading to Adobe Reader 8,  check your 
applications and printers we had big Problems with printing on Kyocera printers using KPDL-2 drivers, KX driver seem to work.
especially KYO-1010 KYO-1030.

Problem:
Some PDFs causing undefined Errors.
third or fourth site
ERROR: undefined
OFFENDING COMMAND: file</description>
		<content:encoded><![CDATA[<p>be careful with upgrading to Adobe Reader 8,  check your<br />
applications and printers we had big Problems with printing on Kyocera printers using KPDL-2 drivers, KX driver seem to work.<br />
especially KYO-1010 KYO-1030.</p>
<p>Problem:<br />
Some PDFs causing undefined Errors.<br />
third or fourth site<br />
ERROR: undefined<br />
OFFENDING COMMAND: file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/#comment-13626</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Thu, 25 Sep 2008 18:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=596#comment-13626</guid>
		<description>Found it - use /quiet instead of /qb that works.</description>
		<content:encoded><![CDATA[<p>Found it &#8211; use /quiet instead of /qb that works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/#comment-13625</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Thu, 25 Sep 2008 18:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=596#comment-13625</guid>
		<description>We are trying to install Reader 9.0 silent without any user&#039;s interaction - how can we do that?</description>
		<content:encoded><![CDATA[<p>We are trying to install Reader 9.0 silent without any user&#8217;s interaction &#8211; how can we do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Parker</title>
		<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/#comment-13623</link>
		<dc:creator>Aaron Parker</dc:creator>
		<pubDate>Wed, 24 Sep 2008 15:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=596#comment-13623</guid>
		<description>@aweheckman, the code listing for HideItems.js should be under the text &quot;JavaScript to Hide UI Elements&quot; which you may have to clikc to show it.

If you still can&#039;t see the listing I can e-mail it to you.</description>
		<content:encoded><![CDATA[<p>@aweheckman, the code listing for HideItems.js should be under the text &#8220;JavaScript to Hide UI Elements&#8221; which you may have to clikc to show it.</p>
<p>If you still can&#8217;t see the listing I can e-mail it to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aweheckman</title>
		<link>http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows/#comment-13621</link>
		<dc:creator>aweheckman</dc:creator>
		<pubDate>Wed, 24 Sep 2008 15:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stealthpuppy.com/?p=596#comment-13621</guid>
		<description>Hi Aaron,
When you wrote
 &quot;Under Files and Folders:
Add HideMenuItems.js, listed below, to ProgramFilesFolder / Adobe / Reader 9.0 / Reader / JavaScripts&quot;  is this the script HideItems.js?  or where to I get the HideItems.js script from?</description>
		<content:encoded><![CDATA[<p>Hi Aaron,<br />
When you wrote<br />
 &#8220;Under Files and Folders:<br />
Add HideMenuItems.js, listed below, to ProgramFilesFolder / Adobe / Reader 9.0 / Reader / JavaScripts&#8221;  is this the script HideItems.js?  or where to I get the HideItems.js script from?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

