<?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>Albertech.net &#187; office 2007</title>
	<atom:link href="http://albertech.net/tag/office-2007/feed/" rel="self" type="application/rss+xml" />
	<link>http://albertech.net</link>
	<description>Tips, Tricks, and Reviews in Linux, Apache, MySQL, PHP</description>
	<lastBuildDate>Wed, 28 Jul 2010 16:09:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fix: Unable to install Office 2007</title>
		<link>http://albertech.net/2009/09/fix-unable-to-install-office-2007/</link>
		<comments>http://albertech.net/2009/09/fix-unable-to-install-office-2007/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 06:21:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[can't install]]></category>
		<category><![CDATA[error during install]]></category>
		<category><![CDATA[office 2007]]></category>
		<category><![CDATA[uninstall]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=260</guid>
		<description><![CDATA[Did you recently have a trial version of Office 2007 on your computer and decided to uninstall it? Often, the uninstaller in the trial version of Office will break. This leaves Office 2007 permanently on your computer, in an unusable state. I had this happen to a client's computer today and had to run some tools in order to get Office 2007 reinstalled. 

When I tried to install Office 2007 "over" the trial edition, the installer would get a vague error saying "Office 2007 encountered an error during setup."  Read more for the solution.]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Falbertech.net%252F2009%252F09%252Ffix-unable-to-install-office-2007%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Fix%3A%20Unable%20to%20install%20Office%202007%22%20%7D);"></div>
<p>Did you recently have a trial version of Office 2007 on your computer and decided to uninstall it? Often, the uninstaller in the trial version of Office will break. This leaves Office 2007 permanently on your computer, in an unusable state. I had this happen to a client&#8217;s computer today and had to run some tools in order to get Office 2007 reinstalled.</p>
<p>When I tried to install Office 2007 &#8220;over&#8221; the trial edition, the installer would get a vague error saying &#8220;Office <em>2007</em> encountered an <em>error during</em> setup.&#8221;</p>
<p><strong>The fix:</strong></p>
<p><span style="color: #ff0000;">The following instructions are at your own risk. We take no responsibility if it leaves your computer is a damaged state.</span></p>
<p><strong>1. Manually uninstall as many components of Office 2007 as possible:</strong><br />
<a href="http://support.microsoft.com/kb/928218/" target="_blank">http://support.microsoft.com/kb/928218/</a></p>
<p><strong>2. To forcefully uninstall a program on your computer, download the Windows Installer CleanUp Utility at:</strong></p>
<p><a href="http://support.microsoft.com/kb/290301" target="_blank">http://support.microsoft.com/kb/290301</a></p>
<p>Once installed, it should appear in the &#8220;All programs&#8221; section of the Start Menu. Run the program. Remove all instances of Office 2007 (trial, student and home edition, etc.) Reboot the machine. Run the installer for the  full version of the Office 2007 product you purchased. It should now install.</p>

]]></content:encoded>
			<wfw:commentRss>http://albertech.net/2009/09/fix-unable-to-install-office-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache configuration for Microsoft Office 2007 files</title>
		<link>http://albertech.net/2008/11/apache-configuration-for-microsoft-office-2007-files/</link>
		<comments>http://albertech.net/2008/11/apache-configuration-for-microsoft-office-2007-files/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 19:33:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[apach2]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[apache2.conf]]></category>
		<category><![CDATA[docx]]></category>
		<category><![CDATA[httpd.conf]]></category>
		<category><![CDATA[MIME]]></category>
		<category><![CDATA[office 2007]]></category>
		<category><![CDATA[ppsx]]></category>
		<category><![CDATA[xlsx]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=24</guid>
		<description><![CDATA[If you uploaded some Microsoft Office 2007 files onto your Apache server, you will notice that the files will open up as a zip file from your browser. To fix this, you will need to add the new file extensions to the Apache configuration file so that it will know how to set the correct file type. At first, I tried editing the /etc/mime.types file, but that did not work for me. So, I added the file types into the Apache configuration file and voila -- it worked.

In Apache, edit the httpd.conf file. Or, in Apache2 edit the apache2.conf file. Search ... ]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Falbertech.net%252F2008%252F11%252Fapache-configuration-for-microsoft-office-2007-files%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Apache%20configuration%20for%20Microsoft%20Office%202007%20files%22%20%7D);"></div>
<p>If you uploaded some Microsoft Office 2007 files onto your Apache server, you will notice that the files will open up as a zip file from your browser. To fix this, you will need to add the new file extensions to the Apache configuration file so that it will know how to set the correct file type. At first, I tried editing the /etc/mime.types file, but that did not work for me. So, I added the file types into the Apache configuration file and voila &#8212; it worked.</p>
<p>In Apache, edit the httpd.conf file. Or, in Apache2 edit the apache2.conf file. Search for the section with the AddType keywords. Make sure you backup the configuration file before making any changes. Add the following lines:</p>
<p><code># MIME type fix<br />
AddType application/vnd.openxmlformats-officedocument.spreadsheetml.sheet .xlsx<br />
AddType application/vnd.openxmlformats-officedocument.wordprocessingml.document .docx<br />
AddType application/vnd.openxmlformats-officedocument.presentationml.slideshow .pptx<br />
</code></p>
<p>Make sure to test the syntax of the configuration file using apache2ctl configtest or apachectl configtest. Then restart the Apache service via apache2ctl restart or apachectl restart.</p>
<p>If you need to support all Microsoft Office 2007 file extensions, please check out this <a href="http://www.webmasterworld.com/apache/3539138.htm">webmasterworld post</a>.</p>

]]></content:encoded>
			<wfw:commentRss>http://albertech.net/2008/11/apache-configuration-for-microsoft-office-2007-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
