<?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: 32bit Printer Drivers on an x64 Windows 2008 Print Server</title>
	<atom:link href="http://www.msserveradmin.com/32bit-printer-drivers-on-an-x64-windows-2008-print-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.msserveradmin.com/32bit-printer-drivers-on-an-x64-windows-2008-print-server/</link>
	<description>Server Administration Articles and Tips for Network Admins</description>
	<lastBuildDate>Mon, 08 Mar 2010 20:00:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Barclay</title>
		<link>http://www.msserveradmin.com/32bit-printer-drivers-on-an-x64-windows-2008-print-server/comment-page-1/#comment-352</link>
		<dc:creator>Barclay</dc:creator>
		<pubDate>Thu, 18 Feb 2010 16:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.msserveradmin.com/?p=244#comment-352</guid>
		<description>Thanks, easier than the way I had found.</description>
		<content:encoded><![CDATA[<p>Thanks, easier than the way I had found.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://www.msserveradmin.com/32bit-printer-drivers-on-an-x64-windows-2008-print-server/comment-page-1/#comment-336</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Wed, 10 Feb 2010 13:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.msserveradmin.com/?p=244#comment-336</guid>
		<description>Why are Microsoft tools so lame that they require this cockamamie solution?</description>
		<content:encoded><![CDATA[<p>Why are Microsoft tools so lame that they require this cockamamie solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 2K8R2 - Printserver - MCSEboard.de MCSE Forum</title>
		<link>http://www.msserveradmin.com/32bit-printer-drivers-on-an-x64-windows-2008-print-server/comment-page-1/#comment-292</link>
		<dc:creator>2K8R2 - Printserver - MCSEboard.de MCSE Forum</dc:creator>
		<pubDate>Mon, 28 Dec 2009 14:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.msserveradmin.com/?p=244#comment-292</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul W.</title>
		<link>http://www.msserveradmin.com/32bit-printer-drivers-on-an-x64-windows-2008-print-server/comment-page-1/#comment-231</link>
		<dc:creator>Paul W.</dc:creator>
		<pubDate>Mon, 06 Jul 2009 17:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.msserveradmin.com/?p=244#comment-231</guid>
		<description>OMG this is driving me nucking futs!!!!!!!!  Why can&#039;t manufacturers name the drivers with the same name???  Or why can&#039;t Microsoft change this wonderful &#039;feature&#039;? 

When ever I try to rename the driver name in the INF file and then try to install it on the Print Server it blows up and doesn&#039;t complete the install.</description>
		<content:encoded><![CDATA[<p>OMG this is driving me nucking futs!!!!!!!!  Why can&#8217;t manufacturers name the drivers with the same name???  Or why can&#8217;t Microsoft change this wonderful &#8216;feature&#8217;? </p>
<p>When ever I try to rename the driver name in the INF file and then try to install it on the Print Server it blows up and doesn&#8217;t complete the install.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mel</title>
		<link>http://www.msserveradmin.com/32bit-printer-drivers-on-an-x64-windows-2008-print-server/comment-page-1/#comment-212</link>
		<dc:creator>Mel</dc:creator>
		<pubDate>Thu, 30 Apr 2009 17:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.msserveradmin.com/?p=244#comment-212</guid>
		<description>I ran into this issue to, was a real hassle. Clearly some-one at Microsoft was not thinking about some of the routiene things that Admins need in order to support a LAN.

The real killer is that the 32-bit and 64-bit driver names have to match EXACTLY. Not surprising that many manufacturers are not 100% consistant about the names they give for 32-bit and 64-bit drivers for thier devices.

For instance you may run into an issue where the 64-bit driver is called &quot;Dell 3100cn PCL6&quot; and the 32-bit version is named &quot;Dell Color Laser 3100cn PCL6&quot;, clearly drivers for the exact same device, and Server 2008 will still balk at associating it with the printer.

I was actualy able to make this work by going in and physicaly editing the .inf files for the drivers with notepad and making the text for the names of the drivers match EXACTLY. Surprisingly, that actualy worked.</description>
		<content:encoded><![CDATA[<p>I ran into this issue to, was a real hassle. Clearly some-one at Microsoft was not thinking about some of the routiene things that Admins need in order to support a LAN.</p>
<p>The real killer is that the 32-bit and 64-bit driver names have to match EXACTLY. Not surprising that many manufacturers are not 100% consistant about the names they give for 32-bit and 64-bit drivers for thier devices.</p>
<p>For instance you may run into an issue where the 64-bit driver is called &#8220;Dell 3100cn PCL6&#8243; and the 32-bit version is named &#8220;Dell Color Laser 3100cn PCL6&#8243;, clearly drivers for the exact same device, and Server 2008 will still balk at associating it with the printer.</p>
<p>I was actualy able to make this work by going in and physicaly editing the .inf files for the drivers with notepad and making the text for the names of the drivers match EXACTLY. Surprisingly, that actualy worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.msserveradmin.com/32bit-printer-drivers-on-an-x64-windows-2008-print-server/comment-page-1/#comment-208</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 23 Apr 2009 15:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.msserveradmin.com/?p=244#comment-208</guid>
		<description>Great method, i&#039;ve been looking for a way of getting this working with 2008 64-bit and XP clients.

many thanks!</description>
		<content:encoded><![CDATA[<p>Great method, i&#8217;ve been looking for a way of getting this working with 2008 64-bit and XP clients.</p>
<p>many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: printerguy</title>
		<link>http://www.msserveradmin.com/32bit-printer-drivers-on-an-x64-windows-2008-print-server/comment-page-1/#comment-76</link>
		<dc:creator>printerguy</dc:creator>
		<pubDate>Fri, 12 Dec 2008 00:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.msserveradmin.com/?p=244#comment-76</guid>
		<description>i already tried that and got &quot;operation not supported&quot;.
i ended up finding an article about using vista sp1 and the command printbrui.exe to export and import the printer drivers. seems to have work. cheers</description>
		<content:encoded><![CDATA[<p>i already tried that and got &#8220;operation not supported&#8221;.<br />
i ended up finding an article about using vista sp1 and the command printbrui.exe to export and import the printer drivers. seems to have work. cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Anderson</title>
		<link>http://www.msserveradmin.com/32bit-printer-drivers-on-an-x64-windows-2008-print-server/comment-page-1/#comment-68</link>
		<dc:creator>Daniel Anderson</dc:creator>
		<pubDate>Thu, 11 Dec 2008 04:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.msserveradmin.com/?p=244#comment-68</guid>
		<description>printerguy
From the Client machine go to your printer and faxes share on your Print Server, then File &gt; Server Properties &gt; Drivers Tab then browse for your 32bit Driver files</description>
		<content:encoded><![CDATA[<p>printerguy<br />
From the Client machine go to your printer and faxes share on your Print Server, then File > Server Properties > Drivers Tab then browse for your 32bit Driver files</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: printerguy</title>
		<link>http://www.msserveradmin.com/32bit-printer-drivers-on-an-x64-windows-2008-print-server/comment-page-1/#comment-67</link>
		<dc:creator>printerguy</dc:creator>
		<pubDate>Thu, 11 Dec 2008 04:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.msserveradmin.com/?p=244#comment-67</guid>
		<description>when i try to add it from the server itself it asks for ntprint.ini from a x86 media. 
when i do it from the client, it says operation not supported.

How did you get it working?</description>
		<content:encoded><![CDATA[<p>when i try to add it from the server itself it asks for ntprint.ini from a x86 media.<br />
when i do it from the client, it says operation not supported.</p>
<p>How did you get it working?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
