<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Tech Tips à la Beezelbarb</title>
	<atom:link href="http://beezelbarbtech.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://beezelbarbtech.wordpress.com</link>
	<description>Fun with SharePoint, WordPress, and Design</description>
	<lastBuildDate>Tue, 17 Nov 2009 19:53:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='beezelbarbtech.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Tech Tips à la Beezelbarb</title>
		<link>http://beezelbarbtech.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://beezelbarbtech.wordpress.com/osd.xml" title="Tech Tips à la Beezelbarb" />
	<atom:link rel='hub' href='http://beezelbarbtech.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Adobe PDF iFilter 9 (64bit) with WSS 3.0 on Windows Server 2008</title>
		<link>http://beezelbarbtech.wordpress.com/2009/11/17/adobe-pdf-ifilter-9-64bit-with-wss-3-0-on-windows-server-2008/</link>
		<comments>http://beezelbarbtech.wordpress.com/2009/11/17/adobe-pdf-ifilter-9-64bit-with-wss-3-0-on-windows-server-2008/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 19:52:37 +0000</pubDate>
		<dc:creator>beezelbarb</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://beezelbarbtech.wordpress.com/?p=39</guid>
		<description><![CDATA[I just had the opportunity to install and config the 64 bit Adobe iFilter on two different Server 2008 systems. I have a client with a small WSS installation that we recently migrated to WSS 3.0 SP2 on Windows Server 2008. I had mentioned that we could put in the iFilter, as they manage quite &#8230; <a href="http://beezelbarbtech.wordpress.com/2009/11/17/adobe-pdf-ifilter-9-64bit-with-wss-3-0-on-windows-server-2008/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beezelbarbtech.wordpress.com&amp;blog=9628516&amp;post=39&amp;subd=beezelbarbtech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I just had the opportunity to install and config the 64 bit Adobe iFilter on two different Server 2008 systems.</p>
<p>I have a client with a small WSS installation that we recently migrated to WSS 3.0 SP2 on Windows Server 2008. I had mentioned that we could put in the iFilter, as they manage quite a few PDFs in their organization. At first, he dragged his feet &#8211; he thought that only the icon was going to show up &#8211; and he was a little underwhelmed with the necessity for that. But once I explained to him that not only were the documents going to be indexed (AND the icon would show up in search and in document libraries), but that they would be <em>full text indexed</em>, he was very interested. Now that he&#8217;s actually seen it in action, he&#8217;s thrilled.</p>
<p>The <a href="http://www.jackson-delaney.co.uk/blog.html" target="_blank">best blog</a> that I found to help in this process will help you get most of the way. I also gleaned some supplementary info from <a href="http://blog.techgalaxy.net/archives/831" target="_blank">this blog</a>, even though it is aimed at MOSS. I thought I&#8217;d add a few things that were different in my systems to help anybody else attempting to do this.</p>
<p>The systems I installed on are as follows (by the way, <a href="http://www.sharepointdesignerstepbystep.com/Blog/Articles/How%20To%20find%20the%20SharePoint%20version.aspx" target="_blank">here is a great reference</a> for figuring out what version of SharePoint is installed):</p>
<ul>
<li>SBS (Small Business Server) 2008 (Windows Server Standard FE SP1), 64 bit. WSS 3.0 SP1.</li>
<li>Windows Server 2008, 64 bit. WSS 3.0 SP2.</li>
</ul>
<p>I was able to follow all of <a href="http://www.jackson-delaney.co.uk/blog.html" target="_blank">the directions</a> up to the first registry subkey entry. It took reading the blog comments to realize that I needed to replace the default key with the one in the directions -</p>
<ul>
<li>for this key: <em>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared  			Tools\Web Server Extensions\12.0\Search\Setup\ContentIndexCommon\Filters\Extension\.pdf</em> replace the default registry subkey with <strong>{E8978DA6-047F-4E3D-9C78-CDBE46041603}</strong></li>
</ul>
<p>Next, I needed to locate and download the <a href="http://www.adobe.com/misc/linking.html" target="_blank">image file for the PDF icon</a>.</p>
<p>When editing the docicon.xml file, be sure to add the final slash (missing in <a href="http://www.jackson-delaney.co.uk/blog.html" target="_blank">the Jackson-Delaney blog</a>, but pointed out in <a href="http://blog.techgalaxy.net/archives/831" target="_blank">Alexander&#8217;s blog</a>). The line you&#8217;re adding should look like this:</p>
<ul>
<li>&lt;Mapping  			Key=&#8221;pdf&#8221; Value=&#8221;NameofIconFile&#8221;/&gt;</li>
</ul>
<p>Make sure to IISRESET after making any changes to the docicon.xml file and keep in mind that you may have to reboot the server when you&#8217;re done. I don&#8217;t recall now if the SBS server required a reboot to get this working, but the Windows Server 2008 one definitely did. Restarting the search service was not enough.</p>
<p>All in all, these instructions were pretty easy to follow. On the SBS server, I had to stop and install and configure the Indexing Service, as it seems that indexing is not enabled by default on Server 2008. Also, for some reason, the iFilter didn&#8217;t work the first time with the SBS server, but after I meticulously double checked everything, reviewing both blogs, I was able to get it to work. One of my registry settings hadn&#8217;t taken (adding the new string value 38), and that may have been the only issue. The installation and config worked well on Server 2008 with no issues.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/beezelbarbtech.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/beezelbarbtech.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/beezelbarbtech.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/beezelbarbtech.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/beezelbarbtech.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/beezelbarbtech.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/beezelbarbtech.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/beezelbarbtech.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/beezelbarbtech.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/beezelbarbtech.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/beezelbarbtech.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/beezelbarbtech.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/beezelbarbtech.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/beezelbarbtech.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beezelbarbtech.wordpress.com&amp;blog=9628516&amp;post=39&amp;subd=beezelbarbtech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://beezelbarbtech.wordpress.com/2009/11/17/adobe-pdf-ifilter-9-64bit-with-wss-3-0-on-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/44d227ed5b7a021673c567161c40c186?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">beezelbarbtech</media:title>
		</media:content>
	</item>
		<item>
		<title>Impressions from SharePoint Conference 2009 Part 1</title>
		<link>http://beezelbarbtech.wordpress.com/2009/10/26/impressions-from-sharepoint-conference-2009-part-1/</link>
		<comments>http://beezelbarbtech.wordpress.com/2009/10/26/impressions-from-sharepoint-conference-2009-part-1/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 22:49:19 +0000</pubDate>
		<dc:creator>beezelbarb</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SP2010]]></category>

		<guid isPermaLink="false">http://beezelbarbtech.wordpress.com/?p=14</guid>
		<description><![CDATA[So it&#8217;s Monday, October 26, and I&#8217;m back and rested from SharePoint Conference 2009 (#SPC09) in Las Vegas. (I slept most of the weekend, catching up from all of the fun late nights hanging out with SharePoint folks from around the world, including dancing to Huey Lewis with @jenfloyd08 in my slouchy 80&#8242;s &#8220;I heart &#8230; <a href="http://beezelbarbtech.wordpress.com/2009/10/26/impressions-from-sharepoint-conference-2009-part-1/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beezelbarbtech.wordpress.com&amp;blog=9628516&amp;post=14&amp;subd=beezelbarbtech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So it&#8217;s Monday, October 26, and I&#8217;m back and rested from SharePoint Conference 2009 (#SPC09) in Las Vegas. (I slept most of the weekend, catching up from all of the fun late nights hanging out with SharePoint folks from around the world, including dancing to Huey Lewis with @jenfloyd08 in my slouchy 80&#8242;s &#8220;I heart SP&#8221; t-shirt. You won&#8217;t have to look very hard to find pictures of this).</p>
<p>First of all, I met so many great people at SPC09. Without exception, everybody was friendly and very enthusiastic about SharePoint. In a couple of former lives, I&#8217;ve been involved in other large communities and attended other conferences (for example, animal behavior, marine mammals, forensic science) where the participants often held their cards close to their chests and where there was a sense of proprietary entitlement. This may be due to the types of subject matter communities involved (academic, science, criminal justice) which differ greatly from a technology focused group. Maybe all techie-geeky people are just more open with information &#8211; I know that I&#8217;m grateful to feel little guardedness from the SharePoint tech community.</p>
<p>(The only resistance I did feel was in the months prior to the conference, when I asked about the best way to find out how to participate in the review of the SP2010 Beta. I asked on Twitter once if somebody would point me in the right direction &#8211; and the silence was deafening. I know that this is due to ND agreements &#8211; but I clearly wasn&#8217;t trying to find out secret information about SP2010 &#8211; I was trying to find out what the proper channels were to request participate in the Technical Preview program. A little advice would have been nice, as I&#8217;m clearly not the only one with the question. Thanks to my one Australian colleague who suggested that I speak to my PAM.)</p>
<p>Was there Microsoft bias at a Microsoft SharePoint conference? Sure! But at SPC09 I saw iPhones and Macs openly used, by presenters and attendees alike. I even saw a SharePoint &#8220;branded&#8221; iPhone that belonged to a prominent Microsoft guy. There was open discussion about Silverlight versus Flash, although usually Silverlight features were touted. I heard mention of PDFs, but none of Microsoft&#8217;s XPS format. Social media was a topic of many a session, we beat the heck out of Twitter with the <a href="http://twitter.com/#search?q=spc09" target="_blank">#SPC09 hashtag</a>, creating a trending topic several times(!), and apparently live blogging was going on all week, although I had little time to review anything but #SPC09.</p>
<p>The only things I didn&#8217;t get to do last week: Sleep, Attend the <strong>Deep Dive</strong> sessions on Friday, and Go to the <strong>U2 </strong>concert. Tweets from the Deep Dives made them sound very worthwhile.</p>
<p>Below is my first attempt at compiling and sorting my notes from the voluminous amount of information presented at the conference. Keep in mind that I&#8217;m reviewing things from a SharePoint Architect / Branding point of view (I&#8217;m not a developer). I plan to post notes over the next week or so as I come across interesting tidbits and start to watch the video of some of the sessions that I missed. To start, here are some of the things that caught my eye during the sessions last week &#8211; either from sessions I was in or from Tweets about other sessions.<br />
<strong><br />
Highlights and Hot Topics:</strong> <em>Social Networking, Web Content Management, The Ribbon, STSADM is dead &#8211; replaced by Powershell, Visio Workflows, No more tables in the SharePoint code (except for in the ribbon and web parts) now all DIV based!</em></p>
<p>&#8230;</p>
<p><strong>Branding / Design / WCM</strong></p>
<ul>
<li> I had a chance to go through the Visual Upgrade lab in Hands on Labs. The new SharePoint Designer interface is good &#8211; not always completely intuitive (why do I have to close a file, then click advanced edit, then reopen the file &#8211; just to make a change to the code?), and will take some getting used to, but overall I like it. This lab still had some glitches in the instructions that made it difficult to complete and I heard the same from other SP peeps who had tried out some of the other labs.</li>
<li>One master page now affects all site .aspx layouts pages (includes admin pages)!</li>
<li> Documentation exists today on every component of the new default master page (v4.master) &#8211; no more guessing on why things are in there.</li>
<li> No more tables in SharePoint code! &#8211; now all DIV based (except in ribbon and web parts).</li>
<li> UI of new ribbon can be highly customized.</li>
<li> Site Owners: Themes can be customized within the browser (colors, fonts, etc.)</li>
<li> Designers: Can still create designs from scratch, design themes for existing designs.</li>
<li> IT / Developer: Control over available themes, Public API &#8211; can create Features that add themes.</li>
<li> Metadata with digital assets: thumbnail and hover views.</li>
<li> Digital asset management: preview videos in library with Silverlight media player.</li>
<li> Media not to store in SP: multicasting, DRM, very large files.</li>
<li> &#8216;&#8221;REST &#8211; &#8216;Restful API&#8217; &#8211; go look it up! If you&#8217;re not looking into these technologies then you&#8217;re behind already.&#8221;</li>
<li> Brand and WCM sites today are Agile in nature: 6 months or shorter implementations are typical. Great community behind SP keeps it Agile.</li>
<li> WCM improvements: CSS and Standards Compliancy (WCAG, cross-browser, XHTML support), Implementation of SEO best/common practices, Analytics package integration (new analytics in 2010), Scalability &#8211; we can support the big lists now!</li>
<li> Workflow improvements: Reusable, SPD workflows for Content Type, InfoPath Forms.</li>
<li> Performance: AJAX UI, page folders, content org &amp; general list/query, video streaming.</li>
<li> Snapshots.</li>
<li> Logging improvements.</li>
<li> jQuery included in VS2010 (large community support) &#8211; You can do a lot w/o dev.</li>
<li> AJAX, JSON and RESTful API support &#8211; Widgets and Simple API interfaces.</li>
<li> Rich Client Authoring &#8211; Ribbon and AJAX.</li>
<li> Multilingual Support &#8211; increasingly important.</li>
<li> Variations Improvements.</li>
<li> Time Jobs and Variations (moved to timer service).</li>
<li> Content Query Webpart Enhancements.</li>
<li> More advanced UI properties.</li>
<li> Show related content.</li>
<li> Runtime Content Support: Action or event.</li>
<li> Silverlight and Rich Apps (key features to consider in WCM sites).</li>
<li> Silverlight is a &#8220;Flash killer&#8221; &#8211; so says Tony Jones of Microsoft <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li> SP2010 still same version of .NET.</li>
<li> SP2010 now uses CSS Sprites.</li>
<li> Small improvements: Lot of Accessibility added, Delegate Controls added.</li>
<li> Themes as we know it are gone, but 2003 or 2007 should upgrade fine.</li>
<li> You now have to be a site collection owner to change the design of the public MySites pages.</li>
<li> There are some CSS3 components inside SP2010.</li>
<li> Better Firefox support.</li>
</ul>
<p><strong>Web Parts:</strong></p>
<ul>
<li> New content query web part finally allows choosing columns you want to display.</li>
<li> Apply a style sheet to an individual web part.</li>
</ul>
<p><strong>Admin</strong></p>
<ul>
<li> Claims based authentication: will be very important to implement.</li>
<li> Many more DBs than last time &#8211; 17 DBs for one app!</li>
<li> Farm, Services, Content groups of DBs &#8211; much more modular.</li>
<li> Can now pick and choose services, instead of activating everything at once.</li>
<li> Import/Export Lists.</li>
<li> Backup site collection within Central Admin.</li>
<li> Recover from unattached content DB.</li>
<li> Granular restore options through Central Admin.</li>
<li> 400+ Powershell Commandlets.</li>
<li> Need 8G RAM minimum for production server.</li>
<li> SP2010 logs are now compressed by default.</li>
<li> Server groups &#8211; remove the 2007 limitation (where all servers host all apps): Group servers for serving different types of content.</li>
<li> Improved SP Antivirus API.</li>
<li> Enhanced Forefront integration.</li>
<li>Enhanced analytics and ability to write custom reports.</li>
<li> Taxonomy management tools.</li>
</ul>
<p><strong>Business Intelligence / Business Data / Workflow / InfoPath</strong></p>
<ul>
<li> Business Data Catalog (BDC) is now Business Connectivity Services.</li>
<li> BCS is available in Windows Foundation too.</li>
<li> No datasheet view in BCS external lists.</li>
<li> MS is recommending a new business focused role: &#8220;Content Steward&#8221; to define SharePoint enterprise meta data, policies, etc.</li>
<li> &#8220;At #spc09 SSRS is really going to eat Crystal Reports lunch&#8221;.</li>
<li> VWI &#8211; Visio Workflow Interchange / Visual Services: Visio makes file that can be imported by SPD to build workflow, view workflow status and details.</li>
<li> Great enhancements to SPDesigner Workflows.</li>
<li> All PerformancePoint items are now stored in lists and document libraries.</li>
<li> You can now edit web part pages directly from the PerformacePoint scorecard editor.</li>
<li> Enhancements in PerformancePoint 2010 &#8211; more integration: reporting connected to Lists with Live Preview.</li>
<li> PerformancePoint: Inline editable list views, can update data from within your scorecard page and have all the other KPI&#8217;s update!</li>
<li> Enhancements to Excel Services: Linking different tables interactively on a dashboard.</li>
<li> Data view web parts in SPD2010 have Ajax feature that will allow part to refresh frequently.</li>
<li> Workflow: Tasks are now part of larger approval process, Hierarchical assignments, Automatic data binding, Now easier to build in robust behaviors.</li>
<li> InfoPath Forms Services now supports proper filtering for cascading drop downs!</li>
</ul>
<p><strong>Search</strong></p>
<ul>
<li> Search is much improved and scalable.</li>
<li> SP2010 to keep datasheet view plus support new validation.</li>
<li> Phonetic matching, indexing improvements.</li>
<li> FAST search very powerful, If you can administer a SharePoint farm, you can configure FAST &#8211; much easier in SP2010.</li>
</ul>
<p><strong>Social Media:</strong></p>
<ul>
<li> Tagging, tag clouds may be available OOTB. RSS feeds on tags.</li>
<li> New organizational structure for My Sites: What&#8217;s New, My Content, My Profile, Find People.</li>
<li> Two My Site databases: 1. Social &#8211; tagging, bookmarking, 2. User Profile &#8211; memberships, synced to a directory.</li>
<li> My Site Extensibility &#8211; key concepts: Activity Application, Activity Type, Activity Template, Activity Event.</li>
<li> My Site Profile Pictures: Central picture library, Auto resized for SP, AD, Profile page, etc., Picture picker &#8211; Customizable.</li>
<li> My Site Profiles can now write back to AD.</li>
<li> New feature in Profiles called Subtypes (type of user). Add custom properties by user type.</li>
<li> Wikis now powered by SharePoint platform.</li>
<li> Wikis &#8211; can have as many sites as you want.</li>
<li> Wiki Integration: LOB data, Managed metadata (can share across entire site collection, or limit to Wiki), My Sites, Tags, Notes, Feeds.</li>
<li> Wiki Compliance: Policy, Auditing, e-Discovery.</li>
<li> Wiki Content Management: Wiki &#8211; can turn on Publishing if you want.</li>
<li> Managed metadata group auto created with new Wiki site collection.</li>
<li> Site Settings: Term set: Wiki Categories, Can add terms.</li>
<li> Wiki Branding: Same as in standard pub site &#8211; Master, CSS.</li>
<li> Content Types: Enterprise Wiki Page Content Type: Adds columns for ratings and tracking.</li>
<li> Page layouts: Enterprise Wiki Page Layout [enterprisewiki.aspx].</li>
<li> Wiki: Scale through Output Caching: Enterprise Wiki pages support caching &#8211; Feature leveraged from publishing infrastructure.</li>
<li> Wiki: Uses Visual Studio to push as Feature &#8211; The code added in the metadata.</li>
</ul>
<p><strong>General</strong></p>
<ul>
<li> SP2010 will support internet facing sites in the cloud.</li>
<li> WSS 3.0 will become &#8220;Windows Foundation&#8221; in SP2010.</li>
<li> There will be an internet facing site license for the Standard version that should be about half of the current 40k price tag. Some more details around licensing and pricing for small to midsized customers is dearly needed.</li>
<li> Enhanced Analytics.</li>
<li> &#8220;Stsadm is dead. Powershell is the future of SharePoint administration.&#8221;</li>
<li> Microsoft Workspace replaces Groove to enable offline access to SharePoint server content. Automatic sync between server and client.</li>
<li> AJAX is natively enabled. This means no more waiting for pages to load -  page renders as info is received.</li>
<li> Many metadata enhancements.</li>
<li> sharepoint.microsoft.com is running on beta 2 of SharePoint 2010.</li>
<li> End User Adoption help (will be updated for SP2010): <a href="http://sharepoint.microsoft.com/rampup/sharepoint/Pages/buzzkit.aspx" target="_blank">SharePoint Buzz Kit</a> and <a href="http://blogs.msdn.com/gayanpeiris/archive/2009/09/04/the-productivity-hub-is-now-live.aspx" target="_blank">SharePoint Productivity Hub</a>.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/beezelbarbtech.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/beezelbarbtech.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/beezelbarbtech.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/beezelbarbtech.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/beezelbarbtech.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/beezelbarbtech.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/beezelbarbtech.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/beezelbarbtech.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/beezelbarbtech.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/beezelbarbtech.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/beezelbarbtech.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/beezelbarbtech.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/beezelbarbtech.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/beezelbarbtech.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beezelbarbtech.wordpress.com&amp;blog=9628516&amp;post=14&amp;subd=beezelbarbtech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://beezelbarbtech.wordpress.com/2009/10/26/impressions-from-sharepoint-conference-2009-part-1/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/44d227ed5b7a021673c567161c40c186?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">beezelbarbtech</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Adobe CS4 on Windows 7 &#8211; it should have been a no brainer</title>
		<link>http://beezelbarbtech.wordpress.com/2009/09/23/installing-adobe-cs4-on-windows-7-it-should-have-been-a-no-brainer/</link>
		<comments>http://beezelbarbtech.wordpress.com/2009/09/23/installing-adobe-cs4-on-windows-7-it-should-have-been-a-no-brainer/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 04:05:03 +0000</pubDate>
		<dc:creator>beezelbarb</dc:creator>
				<category><![CDATA[Things that should have been easy]]></category>

		<guid isPermaLink="false">http://beezelbarbtech.wordpress.com/?p=4</guid>
		<description><![CDATA[I recently updated to Windows 7. Figured it was a good time since my laptop was crashing or blue screening in Vista twice a day and often refusing to hook up to a wireless connection, which was, well, not very productive. So, after accidentally installing the 32 bit version and then starting over with the &#8230; <a href="http://beezelbarbtech.wordpress.com/2009/09/23/installing-adobe-cs4-on-windows-7-it-should-have-been-a-no-brainer/">Continue reading <span class="meta-nav">&#187;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beezelbarbtech.wordpress.com&amp;blog=9628516&amp;post=4&amp;subd=beezelbarbtech&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I recently updated to Windows 7. Figured it was a good time since my laptop was crashing or blue screening in Vista twice a day and often refusing to hook up to a wireless connection, which was, well, not very productive.</p>
<p>So, after accidentally installing the 32 bit version and then starting over with the 64 bit version, I successfully installed Windows 7 and got a couple of blue screens anyway. Before I had installed any software. Doesn&#8217;t exactly inspire confidence. (As an aside, I like Win7 so far &#8211; it reboots very fast. Important when your machine crashes a lot.)</p>
<p>But I managed to get that stabilized (so far) and went on to install some of my must have software. First on my list &#8211; Adobe CS4. I use Photoshop, Illustrator, and InDesign on a regular basis, so I wanted to make sure to get those installed right away. This should have been a no brainer.</p>
<p>Unfortunately, the software went through the entire installation process, and then informed me that it had not successfully installed Photoshop 64 bit or Fireworks. The errors it referenced were something along the lines of:</p>
<p>&#8220;Error 1603. Error 1335.The cabinet file &#8216;xxx.cab&#8217; required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from the CD-ROM, or a problem with this package.&#8221; Adobe pointed me to this <a href="http://kb2.adobe.com/cps/403/kb403946.html" target="_blank">TechNote</a>. I was installing from a copy of the original download, so it wasn&#8217;t the CD, and I determined it wasn&#8217;t an antivirus or firewall problem. I searched the error. I found many people with similar problems trying to install CS4 on 64 bit Windows 7, and many suggested fixes, like <a href="http://www.sevenforums.com/software/1156-adobe-photoshop-cs-4-a-4.html" target="_blank">these</a>, and <a href="http://forums.adobe.com/thread/488026" target="_blank">these</a>. I ran Adobe Support Advisor, which itself would never complete properly. I tried running the install again as Administrator. I tried running it and just installing one program at a time. Same errors, every time.</p>
<p>Some of the suggestions included:</p>
<ul>
<li> Cleaning out temp files</li>
<li> Registry fixes</li>
<li> Running as Administrator</li>
<li> Running install package from the desktop</li>
<li> Cleaning any DVD media or drives</li>
<li> Installing without entering the registration number, then entering it AFTER install</li>
<li> Re-downloading the install package</li>
<li> Installing after a fresh reboot, without opening any other programs first</li>
<li> Reverting to a restore point</li>
<li> Giving up, as &#8220;CS4 doesn&#8217;t work in Windows 7&#8243;</li>
</ul>
<p>In the end, here is what worked for me:</p>
<ul>
<li> Downloaded a fresh copy of the install package (mine was from Nov 2008) and unpacked it to the default location on the desktop</li>
<li> Deactivated and removed the registration number from one of the suite products that was installed (which deactivates the entire suite)</li>
<li> Uninstalled the entire CS4 suite</li>
<li> Rebooted</li>
<li> Ran the new install package from the default location (as Administrator)</li>
<li> Chose the default installation options</li>
<li> Did not enter the registration number during install</li>
<li>Did not touch the computer until it was done</li>
</ul>
<p>And it worked. Phew! Of course, now there are two copies of Photoshop installed for some reason (I assume that the one that says Adobe Photoshop CS4 is 32 bit as the other indicates it is 64 bit). That should have been easy. Hopefully this will help save somebody else some time.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/beezelbarbtech.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/beezelbarbtech.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/beezelbarbtech.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/beezelbarbtech.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/beezelbarbtech.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/beezelbarbtech.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/beezelbarbtech.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/beezelbarbtech.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/beezelbarbtech.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/beezelbarbtech.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/beezelbarbtech.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/beezelbarbtech.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/beezelbarbtech.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/beezelbarbtech.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=beezelbarbtech.wordpress.com&amp;blog=9628516&amp;post=4&amp;subd=beezelbarbtech&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://beezelbarbtech.wordpress.com/2009/09/23/installing-adobe-cs4-on-windows-7-it-should-have-been-a-no-brainer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/44d227ed5b7a021673c567161c40c186?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">beezelbarbtech</media:title>
		</media:content>
	</item>
	</channel>
</rss>
