<?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: Adobe Reader 9.3.3 Deployment</title>
	<atom:link href="http://www.the-d-spot.org/wordpress/2010/07/07/adobe-reader-9-3-3-deployment/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.the-d-spot.org/wordpress/2010/07/07/adobe-reader-9-3-3-deployment/</link>
	<description>Tickle your Deployment needs.</description>
	<lastBuildDate>Mon, 30 Jan 2012 13:31:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: The D-Spot (The Deployment Spot) &#187; Adobe Reader X Deployment (specific language)</title>
		<link>http://www.the-d-spot.org/wordpress/2010/07/07/adobe-reader-9-3-3-deployment/comment-page-1/#comment-1645</link>
		<dc:creator>The D-Spot (The Deployment Spot) &#187; Adobe Reader X Deployment (specific language)</dc:creator>
		<pubDate>Tue, 04 Jan 2011 15:15:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/?p=590#comment-1645</guid>
		<description>[...] Create two extra registry keys in the Registry-tab. The same keys as we created for Reader 9. [...]</description>
		<content:encoded><![CDATA[<p>[...] Create two extra registry keys in the Registry-tab. The same keys as we created for Reader 9. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The D-Spot (The Deployment Spot) &#187; Adobe Reader X Deployment</title>
		<link>http://www.the-d-spot.org/wordpress/2010/07/07/adobe-reader-9-3-3-deployment/comment-page-1/#comment-1526</link>
		<dc:creator>The D-Spot (The Deployment Spot) &#187; Adobe Reader X Deployment</dc:creator>
		<pubDate>Thu, 23 Dec 2010 13:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/?p=590#comment-1526</guid>
		<description>[...] the new Reader! Here at the D-spot we blogged about deploying and slipstreaming Adobe Reader in previous posts. Time to update to version [...]</description>
		<content:encoded><![CDATA[<p>[...] the new Reader! Here at the D-spot we blogged about deploying and slipstreaming Adobe Reader in previous posts. Time to update to version [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: demo</title>
		<link>http://www.the-d-spot.org/wordpress/2010/07/07/adobe-reader-9-3-3-deployment/comment-page-1/#comment-1492</link>
		<dc:creator>demo</dc:creator>
		<pubDate>Thu, 16 Dec 2010 13:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/?p=590#comment-1492</guid>
		<description>I wonder if there is no way to upgrade the production Adobe.Reader.X</description>
		<content:encoded><![CDATA[<p>I wonder if there is no way to upgrade the production Adobe.Reader.X</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.the-d-spot.org/wordpress/2010/07/07/adobe-reader-9-3-3-deployment/comment-page-1/#comment-1023</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 08 Oct 2010 01:28:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/?p=590#comment-1023</guid>
		<description>Just an update.  The transform was being applied.  I&#039;m no sure what happened but it took a reboot after the initial log in to Windows.  I went to check the registry settings after a reboot and sure enough.  I already knew that it takes a reboot for registry changes to apply thus the necessary reboot after installing a new program.   BUT I swear to God that I had done that and it hadn&#039;t worked yet the EULA was being suppressed.  So, in the case anyone else encounters this, just let them know to NOT run the Adobe Reader initially otherwise you will NOT get the wanted registry settings applied.  So make sure you reboot at least once after the workbench has deployed your new Windows install.</description>
		<content:encoded><![CDATA[<p>Just an update.  The transform was being applied.  I&#8217;m no sure what happened but it took a reboot after the initial log in to Windows.  I went to check the registry settings after a reboot and sure enough.  I already knew that it takes a reboot for registry changes to apply thus the necessary reboot after installing a new program.   BUT I swear to God that I had done that and it hadn&#8217;t worked yet the EULA was being suppressed.  So, in the case anyone else encounters this, just let them know to NOT run the Adobe Reader initially otherwise you will NOT get the wanted registry settings applied.  So make sure you reboot at least once after the workbench has deployed your new Windows install.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben De Vriese</title>
		<link>http://www.the-d-spot.org/wordpress/2010/07/07/adobe-reader-9-3-3-deployment/comment-page-1/#comment-1022</link>
		<dc:creator>Ben De Vriese</dc:creator>
		<pubDate>Thu, 07 Oct 2010 07:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/?p=590#comment-1022</guid>
		<description>Ryan, maybe the transform file isn&#039;t applied using SCCM? A colleague has had a similar issue (with another package). His transform file couldn&#039;t be found. 

You can try using a batch file (in SCCM Console; Programs &gt; command line box), and put the &quot;msiexec /i ...&quot;-command inside the batch file. Or use %~dp0 to specify the current path. Google your way out :-)

Maybe your path to the transform file contains spaces or is to long? Try to use dubble quotes (TRANSFORMS=&quot;path\acroread.mst&quot;).

You could generate a log file to investigate where it goes wrong. Here is the msiexec syntax for verbose logging: /l*v c:\acroread.log

Keep us posted!</description>
		<content:encoded><![CDATA[<p>Ryan, maybe the transform file isn&#8217;t applied using SCCM? A colleague has had a similar issue (with another package). His transform file couldn&#8217;t be found. </p>
<p>You can try using a batch file (in SCCM Console; Programs > command line box), and put the &#8220;msiexec /i &#8230;&#8221;-command inside the batch file. Or use %~dp0 to specify the current path. Google your way out <img src='http://www.the-d-spot.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Maybe your path to the transform file contains spaces or is to long? Try to use dubble quotes (TRANSFORMS=&#8221;path\acroread.mst&#8221;).</p>
<p>You could generate a log file to investigate where it goes wrong. Here is the msiexec syntax for verbose logging: /l*v c:\acroread.log</p>
<p>Keep us posted!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.the-d-spot.org/wordpress/2010/07/07/adobe-reader-9-3-3-deployment/comment-page-1/#comment-1018</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 06 Oct 2010 23:59:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/?p=590#comment-1018</guid>
		<description>What if I can get suppress EULA to work but not disable auto updates?  Every single setting I&#039;ve tried will not disable updates.  The thing is if I manually run the installation via the command line on a new PC -- it works.  If I use a deployment tool like SCCM + WDT, it does not work.  Any ideas?</description>
		<content:encoded><![CDATA[<p>What if I can get suppress EULA to work but not disable auto updates?  Every single setting I&#8217;ve tried will not disable updates.  The thing is if I manually run the installation via the command line on a new PC &#8212; it works.  If I use a deployment tool like SCCM + WDT, it does not work.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben De Vriese</title>
		<link>http://www.the-d-spot.org/wordpress/2010/07/07/adobe-reader-9-3-3-deployment/comment-page-1/#comment-816</link>
		<dc:creator>Ben De Vriese</dc:creator>
		<pubDate>Wed, 01 Sep 2010 10:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/?p=590#comment-816</guid>
		<description>Back from vacation :-)

Thanks for your comment Scott, I updated the post with your suggestions.</description>
		<content:encoded><![CDATA[<p>Back from vacation <img src='http://www.the-d-spot.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Thanks for your comment Scott, I updated the post with your suggestions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.the-d-spot.org/wordpress/2010/07/07/adobe-reader-9-3-3-deployment/comment-page-1/#comment-696</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Wed, 04 Aug 2010 18:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/?p=590#comment-696</guid>
		<description>Thank you so much for documenting this. If I might make a suggestion, the instructions would really be idiot-proof if you made the path names and file names match between steps 1 &amp; 2 and steps 4 &amp; 5. At the beginning you use C:\temp\reader933\..., but then reference C:\temp\adobereader\... in the later steps.

Plus, when I used the customization wizard, the filename of the transform it made by default was &quot;AdbeRdr930_en_US.mst&quot;, not &quot;AcroRead.mst&quot; as you have listed. Therefore I had to alter the command in the Deployment to fit my situation.</description>
		<content:encoded><![CDATA[<p>Thank you so much for documenting this. If I might make a suggestion, the instructions would really be idiot-proof if you made the path names and file names match between steps 1 &amp; 2 and steps 4 &amp; 5. At the beginning you use C:\temp\reader933\&#8230;, but then reference C:\temp\adobereader\&#8230; in the later steps.</p>
<p>Plus, when I used the customization wizard, the filename of the transform it made by default was &#8220;AdbeRdr930_en_US.mst&#8221;, not &#8220;AcroRead.mst&#8221; as you have listed. Therefore I had to alter the command in the Deployment to fit my situation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben De Vriese</title>
		<link>http://www.the-d-spot.org/wordpress/2010/07/07/adobe-reader-9-3-3-deployment/comment-page-1/#comment-596</link>
		<dc:creator>Ben De Vriese</dc:creator>
		<pubDate>Thu, 15 Jul 2010 06:47:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/?p=590#comment-596</guid>
		<description>It seams you don&#039;t applied the 9.3.2 and 9.3.3 patches (.msp) to the 9.3.0 sources.

Can you try one more time, using another admin point?

It&#039;s a three step process:
1. Extract the 9.3 MSI using the /a parameter (create an admin point)
2. Apply 9.3.2 MSP (patch) to the admin point using the /p parameter (then you have slipstreamed the 9.3.2 sources into 9.3.0)
3. Apply 9.3.3 MSP to the admin point, same way as step 2.

Let me know.</description>
		<content:encoded><![CDATA[<p>It seams you don&#8217;t applied the 9.3.2 and 9.3.3 patches (.msp) to the 9.3.0 sources.</p>
<p>Can you try one more time, using another admin point?</p>
<p>It&#8217;s a three step process:<br />
1. Extract the 9.3 MSI using the /a parameter (create an admin point)<br />
2. Apply 9.3.2 MSP (patch) to the admin point using the /p parameter (then you have slipstreamed the 9.3.2 sources into 9.3.0)<br />
3. Apply 9.3.3 MSP to the admin point, same way as step 2.</p>
<p>Let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hector</title>
		<link>http://www.the-d-spot.org/wordpress/2010/07/07/adobe-reader-9-3-3-deployment/comment-page-1/#comment-595</link>
		<dc:creator>Hector</dc:creator>
		<pubDate>Wed, 14 Jul 2010 18:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-d-spot.org/wordpress/?p=590#comment-595</guid>
		<description>Ben,

I have followed all your steps and then run the command to test before creating the SCCM package, and it tries to install 9.3 and not 9.3.3.  I went and ran the MSI itself and same thing.  How does the MSI know it has to install 9.3.3 and not 9.3.0?  I see multiple folders created during the slipstream, but did not find an msi in there.  I am thinking the msi was updated with the commands above, but I guess not. Any suggestions?</description>
		<content:encoded><![CDATA[<p>Ben,</p>
<p>I have followed all your steps and then run the command to test before creating the SCCM package, and it tries to install 9.3 and not 9.3.3.  I went and ran the MSI itself and same thing.  How does the MSI know it has to install 9.3.3 and not 9.3.0?  I see multiple folders created during the slipstream, but did not find an msi in there.  I am thinking the msi was updated with the commands above, but I guess not. Any suggestions?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

