<?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>..::\\ www.christiano.ch //::.. &#187; Adobe</title>
	<atom:link href="http://www.christiano.ch/wordpress/category/adobe/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christiano.ch/wordpress</link>
	<description>christiano.ch blog - personal knowledge base, news, memoires et cetera</description>
	<lastBuildDate>Fri, 06 Jan 2012 15:28:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>Create an Adobe Acrobat Reader Package including Updates (MSP)MSI to deploy</title>
		<link>http://www.christiano.ch/wordpress/2010/08/01/create-an-adobe-acrobat-reader-package-including-updates-mspmsi-to-deploy/</link>
		<comments>http://www.christiano.ch/wordpress/2010/08/01/create-an-adobe-acrobat-reader-package-including-updates-mspmsi-to-deploy/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 09:17:21 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Administrative Installation]]></category>
		<category><![CDATA[AIP]]></category>
		<category><![CDATA[Packaging]]></category>
		<category><![CDATA[Software Deployment]]></category>

		<guid isPermaLink="false">http://www.christiano.ch/wordpress/2010/08/01/create-an-adobe-acrobat-reader-package-including-updates-mspmsi-to-deploy/</guid>
		<description><![CDATA[This post will show you how to create an Adobe Acrobat Reader MSI Package to deploy using a software deployment tool like LANDesk, Microsoft System Center Configuration Manager, Altiris or a similar tool. First we create an administrative install, then &#8230; <a href="http://www.christiano.ch/wordpress/2010/08/01/create-an-adobe-acrobat-reader-package-including-updates-mspmsi-to-deploy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<table border="0" cellspacing="0" cellpadding="2" width="675">
<tbody>
<tr>
<td valign="top" width="623">This post will show you how to create an Adobe Acrobat Reader MSI Package to deploy using a software deployment tool like LANDesk, Microsoft System Center Configuration Manager, Altiris or a similar tool.          <br />First we create an administrative install, then we patch the administrative install with the MSPs (patches)..</td>
<td valign="top" width="51"><a href="http://www.christiano.ch/wordpress/wp-content/uploads/2010/08/Logo_AdobeReader.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Logo_AdobeReader" border="0" alt="Logo_AdobeReader" src="http://www.christiano.ch/wordpress/wp-content/uploads/2010/08/Logo_AdobeReader_thumb.png" width="165" height="88" /></a> </td>
</tr>
</tbody>
</table>
<p> <span id="more-1072"></span>
<ol>
<li>Download the Adobe Acrobat Reader Setup files. You can either go to <a title="http://get.adobe.com/de/reader/" href="http://get.adobe.com/de/reader/" target="_blank">http://get.adobe.com/de/reader/</a> or use FTP to download the MSI / setup.exe from <a href="ftp://ftp.adobe.com" target="_blank">ftp.adobe.com</a> – i prefer the latter. <a title="ftp://ftp.adobe.com/pub/adobe/reader/win/" href="ftp://ftp.adobe.com/pub/adobe/reader/win/" target="_blank">ftp://ftp.adobe.com/pub/adobe/reader/win/</a>      <br />When using the FTP site, you can usually grab the MSI directly. If so, steps 2 to 5 are not necessary and you can proceed with step 6.      <br />Save it to the Desktop</li>
<li>Choose Start &gt; Run.</li>
<li>In the Open text box type: <em>&quot;%UserProfile%\Desktop\AdbeRdr9x_en_US.exe&quot; -nos_ne       <br /></em>change the filename to meet the name of the downloaded setup.exe .. </li>
<li>Click OK to start decompressing the file.</li>
<li>When the Adobe Reader 9.x Setup screen clears, browse to the following location      <br /><em>%UserProfile%\Local Settings\Application Data\Adobe\Reader 9.0\Setup Files</em></li>
<li>Create a new Directory called AdminInstallPoint</li>
<li>Open a CMD</li>
<li>Type: <em>MSIExec /A &quot;&lt;pathToMsi&gt;\9.3\AdbeRdr930_de_DE.msi&quot; TARGETDIR=c:\temp\AdminInstallPoint       <br /></em>The Windows Installer will create an Administrative Installation of the Adobe Acrobat Reader. This Admin Install can then be patched with MSP (Microsoft Installer Patches)..</li>
<li>Download the latest patches from <a title="ftp://ftp.adobe.com/pub/adobe/reader/win/" href="ftp://ftp.adobe.com/pub/adobe/reader/win/" target="_blank">ftp://ftp.adobe.com/pub/adobe/reader/win/</a></li>
<li>To apply these Patches, type: <kbd>msiexec /a AcroRead.msi /p AdbeRdrUpd932_all_incr.msp;AdbeRdrUpd933_all_incr.msp</kbd></li>
</ol>
<p><strong>Links</strong></p>
<p><a title="Adobe FTP Host" href="ftp://ftp.adobe.com/pub/adobe/reader/win/" target="_blank">Adobe FTP Host</a></p>
<p><a title="http://www.mcbsys.com/techblog/2009/08/patching-adobe-reader/" href="http://www.mcbsys.com/techblog/2009/08/patching-adobe-reader/" target="_blank">Patching Adobe Reader</a></p>
<p><a title="http://forums.adobe.com/message/2032567" href="http://forums.adobe.com/message/2032567" target="_blank">Adobe Forum Post about applying 9.1.2 to Admin Install Point</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Create+an+Adobe+Acrobat+Reader+Package+including+Updates+%28MSP%29MSI+to+deploy+http%3A%2F%2Fchristiano.ch%2Fwordpress%2F%3Fp%3D1072" title="Post to Twitter"><img class="nothumb" src="http://www.christiano.ch/wordpress/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Create+an+Adobe+Acrobat+Reader+Package+including+Updates+%28MSP%29MSI+to+deploy+http%3A%2F%2Fchristiano.ch%2Fwordpress%2F%3Fp%3D1072" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.christiano.ch/wordpress/2010/08/01/create-an-adobe-acrobat-reader-package-including-updates-mspmsi-to-deploy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe PDF preview handler 64-bit fix</title>
		<link>http://www.christiano.ch/wordpress/2009/10/23/adobe-pdf-preview-handler-64-bit-fix/</link>
		<comments>http://www.christiano.ch/wordpress/2009/10/23/adobe-pdf-preview-handler-64-bit-fix/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 06:02:06 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[Adobe]]></category>

		<guid isPermaLink="false">http://www.christiano.ch/wordpress/2009/10/23/adobe-pdf-preview-handler-64-bit-fix/</guid>
		<description><![CDATA[Preview handlers are lightweight components which let you view various file types within programs like Windows Explorer (in Windows Vista and Windows 7) and Outlook 2007. Adobe Reader comes with Adobe&#8217;s PDF preview handler but the installer has a mistake &#8230; <a href="http://www.christiano.ch/wordpress/2009/10/23/adobe-pdf-preview-handler-64-bit-fix/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<table border="0" cellspacing="0" cellpadding="2" width="675">
<tbody>
<tr>
<td valign="top" width="669">Preview handlers are lightweight components which let you view various file types within programs like Windows Explorer (in Windows Vista and Windows 7) and Outlook 2007.          <br />Adobe Reader comes with Adobe&#8217;s PDF preview handler but the installer has a mistake which means the preview handler does not work on 64-bit systems.           <br />It turns out the problem can be fixed via a simple registry change.</td>
<td valign="top" width="10"><a href="http://www.christiano.ch/wordpress/wp-content/uploads/2009/10/Logo_AdobeReader1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Logo_AdobeReader" border="0" alt="Logo_AdobeReader" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/10/Logo_AdobeReader_thumb1.png" width="240" height="128" /></a> </td>
</tr>
</tbody>
</table>
<p> <span id="more-637"></span><br />
<h1>About the issue respectively about the fix</h1>
<p>&#160;</p>
<ul>
<li><b>The fix should only be applied to 64-bit versions of Windows that have Adobe Reader installed.</b> Don&#8217;t apply the fix to 32-bit versions of Windows. If you&#8217;re not sure what you have use <b>Start -&gt; Control Panel -&gt; System and Security -&gt; System</b> and look at the reported <b>system type</b>. </li>
<li>You will need <b>Administrator</b> access to apply the fix. </li>
<li>You may need to re-apply the fix if you update/re-install Adobe Reader, unless Adobe get around to fixing their installer. </li>
<li>What the fix does is explicitly documented in Microsoft&#8217;s guidelines on <a title="Registering preview handlers" href="http://msdn.microsoft.com/en-us/library/cc144144%28VS.85%29.aspx" target="_blank">Registering preview handlers</a> so it shouldn&#8217;t cause any problems. </li>
</ul>
<p>&#160;</p>
<h1>Installing the fix</h1>
<p>&#160;</p>
<p>Create a file called AdobePreviewHandler_x64Fix.reg</p>
<blockquote><p>Windows Registry Editor Version 5.00 </p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Classes\CLSID\{DC6EFB56-9CFA-464D-8880-44885D7DC193}]      <br />&quot;AppID&quot;=&quot;{534A1E02-D58F-44f0-B58B-36CBED287C7C}&quot; </p>
</blockquote>
<p>Copy/Paste the above lines into the .reg file and double-click it afterwards. This will correct the necessary values in the Windows registry. Please consider, a reboot is required for the changes to take effect.</p>
<p>&#160;</p>
<h1>Apply the fix using Regedit</h1>
<p>&#160;</p>
<ul>
<li>Open RegEdit.exe </li>
<li>Navigate to: </li>
<li><b>HKEY_LOCAL_MACHINE\SOFTWARE\<u>Wow6432Node</u>\Classes\CLSID\{DC6EFB56-9CFA-464D-8880-44885D7DC193}</b> </li>
<li>There should be an existing <b>AppID</b> value, incorrectly set to {6d2b5079-2f0b-48dd-ab7f-97cec514d30b} </li>
<li>Change the AppID value to <b>{534A1E02-D58F-44f0-B58B-36CBED287C7C}</b> </li>
</ul>
<p><a href="http://www.christiano.ch/wordpress/wp-content/uploads/2009/10/Adobe_Preview_Handler_fix_for_x64_systems_appId1.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Adobe_Preview_Handler_fix_for_x64_systems_appId" border="0" alt="Adobe_Preview_Handler_fix_for_x64_systems_appId" src="http://www.christiano.ch/wordpress/wp-content/uploads/2009/10/Adobe_Preview_Handler_fix_for_x64_systems_appId_thumb1.png" width="672" height="219" /></a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Adobe+PDF+preview+handler+64-bit+fix+http%3A%2F%2Fchristiano.ch%2Fwordpress%2F%3Fp%3D637" title="Post to Twitter"><img class="nothumb" src="http://www.christiano.ch/wordpress/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Adobe+PDF+preview+handler+64-bit+fix+http%3A%2F%2Fchristiano.ch%2Fwordpress%2F%3Fp%3D637" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.christiano.ch/wordpress/2009/10/23/adobe-pdf-preview-handler-64-bit-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

