<?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>X86 &#8211; Henry Poon&#039;s Blog</title>
	<atom:link href="https://blog.henrypoon.com/blog/tag/x86/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.henrypoon.com</link>
	<description></description>
	<lastBuildDate>Wed, 05 Oct 2022 02:48:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">83044199</site>	<item>
		<title>Installing RXTX for Serial Communication with Java</title>
		<link>https://blog.henrypoon.com/blog/2010/12/25/installing-rxtx-for-serial-communication-with-java/</link>
					<comments>https://blog.henrypoon.com/blog/2010/12/25/installing-rxtx-for-serial-communication-with-java/#comments</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Sun, 26 Dec 2010 05:41:03 +0000</pubDate>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[64-bit computers]]></category>
		<category><![CDATA[64-bit computing]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Comment]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Computing platforms]]></category>
		<category><![CDATA[Cross-platform software]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Digital technology]]></category>
		<category><![CDATA[Directory]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[ise]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java platform]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MATLAB]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Operating systems]]></category>
		<category><![CDATA[Page]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[Program Files]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Programming languages]]></category>
		<category><![CDATA[RAR]]></category>
		<category><![CDATA[Serial]]></category>
		<category><![CDATA[Serial communication]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[STR]]></category>
		<category><![CDATA[Struct]]></category>
		<category><![CDATA[Thou]]></category>
		<category><![CDATA[tuna]]></category>
		<category><![CDATA[UNIX System V]]></category>
		<category><![CDATA[Wiki]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[X86]]></category>
		<category><![CDATA[Z]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/installing-rxtx-for-serial-communication-with-java</guid>

					<description><![CDATA[Java supports communication to serial ports, but not with its default installation.&#160; It requires an installation of an external library.&#160; Currently, two options exist for achieving serial communication: RXTX JavaComm Unfortunately, the current version of JavaComm does not support Windows, and only supports Solaris SPARC, Solaris x86, and Linux x86.&#160; Since I use none of [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Java supports communication to serial ports, but not with its default installation.&nbsp; It requires an installation of an external library.&nbsp; Currently, two options exist for achieving serial communication:</p>



<ul class="wp-block-list"><li><a href="http://rxtx.qbang.org/wiki/index.php/Main_Page" target="_blank" rel="noreferrer noopener">RXTX</a></li><li><a rel="noopener noreferrer" href="http://www.oracle.com/technetwork/java/index-jsp-141752.html" target="_blank">JavaComm</a></li></ul>



<p class="wp-block-paragraph">Unfortunately, the current version of JavaComm does not support Windows, and only supports Solaris SPARC, Solaris x86, and Linux x86.&nbsp; Since I use none of those operating systems, this article will only discuss how to install RXTX in Windows.</p>



<p class="wp-block-paragraph">UPDATE: 12 Sept 2011 – Thanks to a comment from Kurt Zoglmann, there are instructions on how to do this with a Mac!  I never tried this myself because I don’t have a Mac, but the procedures stated there look good to me (see <a href="#comments">comments</a>).</p>



<p class="wp-block-paragraph">A 32 and 64 bit version of the library exists. &nbsp; I&#8217;ve updated this article from when it was first published to include the new locations for where to download the libraries, but I have not gone through the installation of the libraries again, so I&#8217;m not surprised if the rest of the content on this page is outdated too.</p>



<p class="wp-block-paragraph">32-bit version: <a rel="noopener noreferrer" href="http://rxtx.qbang.org/wiki/index.php/Download" target="_blank">http://rxtx.qbang.org/wiki/index.php/Download</a><br>64-bit version: <a rel="noopener noreferrer" href="http://fizzed.com/oss/rxtx-for-java" target="_blank">http://fizzed.com/oss/rxtx-for-java</a></p>



<p class="wp-block-paragraph">To install the libraries (instructions from <a href="http://www.jcontrol.org/download/readme_rxtx_en.html" target="_blank" rel="noopener noreferrer">JControl</a>):</p>



<ol class="wp-block-list"><li>Copy rxtxSerial.dll to %JAVA_HOME%\bin, (%JAVA_HOME% is the folder where JRE is installed on your system; e.g. c:\Program Files\Java\j2re1.4.1_01)</li><li>Copy RXTXcomm.jar to %JAVA_HOME%\lib\ext</li></ol>



<p class="wp-block-paragraph">Once installed, the IDE will need to know where to look for these installed files.&nbsp; Even though the files exist in the JRE directory, each project needs to know about these files.&nbsp; More information on <a href="http://rxtx.qbang.org/wiki/index.php/Using_RXTX" target="_blank" rel="noopener noreferrer">this website</a>.</p>



<p class="wp-block-paragraph">In order to start coding with this library, import gnu.io.*.  For more information about Java Serial Programming, look <a href="http://henrypoon.wordpress.com/2010/10/11/java-serial-programming/" target="_blank" rel="noreferrer noopener">here</a>.</p>



<p class="wp-block-paragraph">Happy coding!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2010/12/25/installing-rxtx-for-serial-communication-with-java/feed/</wfw:commentRss>
			<slash:comments>18</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">543</post-id>	</item>
		<item>
		<title>Snow Leopard on a Dell Inspiron 1520</title>
		<link>https://blog.henrypoon.com/blog/2010/06/11/snow-leopard-on-a-dell-inspiron-1520/</link>
					<comments>https://blog.henrypoon.com/blog/2010/06/11/snow-leopard-on-a-dell-inspiron-1520/#comments</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Fri, 11 Jun 2010 09:57:32 +0000</pubDate>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[9]]></category>
		<category><![CDATA[APT]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Click]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Computer architecture]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Darwin]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[Dia]]></category>
		<category><![CDATA[Drive]]></category>
		<category><![CDATA[EAR]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Final]]></category>
		<category><![CDATA[Find]]></category>
		<category><![CDATA[Flag]]></category>
		<category><![CDATA[Force]]></category>
		<category><![CDATA[GeForce 8 series]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Graphics hardware]]></category>
		<category><![CDATA[Graphics processing unit]]></category>
		<category><![CDATA[Hackintosh]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[IME]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[KPA]]></category>
		<category><![CDATA[Lag]]></category>
		<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Lie]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Lost]]></category>
		<category><![CDATA[Mac OS X Leopard]]></category>
		<category><![CDATA[Mac OS X Snow Leopard]]></category>
		<category><![CDATA[MacOS]]></category>
		<category><![CDATA[Management]]></category>
		<category><![CDATA[Net]]></category>
		<category><![CDATA[NVIDIA]]></category>
		<category><![CDATA[Operating systems]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Run]]></category>
		<category><![CDATA[Snow]]></category>
		<category><![CDATA[Snow leopard]]></category>
		<category><![CDATA[STR]]></category>
		<category><![CDATA[String]]></category>
		<category><![CDATA[Time]]></category>
		<category><![CDATA[Trac]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[Video cards]]></category>
		<category><![CDATA[Wireless]]></category>
		<category><![CDATA[X86]]></category>
		<category><![CDATA[Z]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/snow-leopard-on-a-dell-inspiron-1520</guid>

					<description><![CDATA[After a lot of reinstalling and kext testing I&#8217;ve finally managed to get my Inspiron 1520 to run Snow Leopard with the latest updates and things working. &#160;I tried my best to list the sources of info that I found, but I Googled so much useful and not so useful links that I don&#8217;t remember [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>After a lot of reinstalling and kext testing I&#8217;ve finally managed to get my Inspiron 1520 to run Snow Leopard with the latest updates and things working. &nbsp;I tried my best to list the sources of info that I found, but I Googled so much useful and not so useful links that I don&#8217;t remember which are which anymore.</p>
<p>Computer Specs:</p>
<p>Intel Core 2 Duo T5250 Processor<br />
2 GB RAM @ 667 Ghz<br />
Intel GM965 Chipset<br />
nVidia GeForce 8600M GT<br />
Dell Wireless 1390 802.11g</p>
<h1>Installation</h1>
<p>I was lucky enough to only need the Retail Snow Leopard Disc (10A432) and the <a href="http://osx86.sojugarden.com/2010/06/myhack-installer-1-1-released/" target="_blank" rel="noopener noreferrer">myHack Installer 1.0.1</a>. &nbsp;I pretty much followed METHOD 2 in this guide (method 1 didn&#8217;t really work out for me, but it might have had something to do with the disc restoration part of the guide):</p>
<p><a href="http://prasys.co.cc/2009/08/installing-snow-leopard-for-osx86/" target="_blank" rel="noopener noreferrer">http://prasys.co.cc/2009/08/installing-snow-leopard-for-osx86/</a></p>
<p>For the myHack installer, check the box for the kext that says something about PS2 in it. &nbsp;It will enable the laptop touchpad and keyboard. &nbsp;Also, read the description for each kext to see if you need it or not.</p>
<p>When I used method 1 in the guide, I had some trouble with an installation error that said &#8220;Could not verify BaseSystem.pkg&#8221; or something along those lines. &nbsp;That error appeared at about 10-15% installation progress. &nbsp;It went away then I used method 2. &nbsp;I did read somewhere that it may have had to do with the restoration in Disk Utility. &nbsp;Either way, it worked the second time around.</p>
<p>Once SL was installed, I ran the myHack Installer on my drive to get the Chameleon Bootloader on there so I wouldn&#8217;t have to use my USB to boot all the time. &nbsp;Also, be sure not to install GraphicsEnabler as it will prevent your computer from shutting down completely (more on that later).</p>
<h1>Graphics</h1>
<p>Since my laptop uses an nVidia card, there is an issue that prevents the computer from shutting down completely if the &#8220;GraphicsEnabler&#8221; option is used in the myHack Installer. &nbsp;I believe NVInject, NVKush, and NVDarwin all suffer from this same problem. &nbsp;What happens is that when the shut down command is invoked, the computer&#8217;s screen will turn off, the HD will turn off, but the power stays on. &nbsp;When the nVidia graphics kexts aren&#8217;t used, this problem goes away.</p>
<p>I&#8217;ve tried generating an EFI String and loading that with EFI Studio, but it didn&#8217;t do the job. &nbsp;The resolution is still 1024&#215;768 and I have no QE, CI or OpenGL support. &nbsp;What I did later on was install PC EFI to see if that would fix things (I didn&#8217;t really know what I was doing here at this point). &nbsp;That didn&#8217;t really work, but I did later find out that EFI Studio allows me to add boot flags. &nbsp;I added &#8220;Graphics Mode&#8221;=&#8221;1280x800x32&#8221; to the boot flag so now it boots with the proper resolution. &nbsp;It gives the proper resolution, but still no QE/CI or OpenGL. &nbsp;This guide has information on how to test for QE (Quartz Extreme) and CI (Core Image):&nbsp;<a href="http://prasys.co.cc/tag/enable-qeci/" target="_blank" rel="noopener noreferrer">http://prasys.co.cc/tag/enable-qeci/</a></p>
<p>Another thing I tried was to modify my DSDT to get my graphics card working using this link: <a href="http://tonymacx86.blogspot.com/2010/01/advanced-dsdt-fixes-nvidia-graphics.html" target="_blank" rel="noopener noreferrer">http://tonymacx86.blogspot.com/2010/01/advanced-dsdt-fixes-nvidia-graphics.html</a>. &nbsp;I managed to get the card recognized using the DSDT code, but when I got rid of the graphics kexts, and the boot.plist options as specified in the guide, I lost my graphics acceleration. &nbsp;I know my DSDT code is working here still since System Profiler tells me what card I have with the exact same names that I gave in the DSDT. &nbsp;It seems that having graphics acceleration and shutdown/restart working properly just isn&#8217;t meant to be.</p>
<p>The tradeoff:</p>
<p>I either could have proper graphics acceleration and no shutdown, OR I could have shut down and no graphics acceleration. &nbsp;Graphics is the clear winner here, but I still hate having no shutdown. &nbsp;I have not found a fix for this.</p>
<h1>Power Management</h1>
<p>There was a problem with high CPU temperatures with the laptop. &nbsp;I installed the VoodooPowerMini kext located here (<a href="http://forum.voodooprojects.org/index.php/topic,1095.0.html" target="_blank" rel="noopener noreferrer">http://forum.voodooprojects.org/index.php/topic,1095.0.html</a>)</p>
<h1>Audio</h1>
<p>After looking for various kexts, I found that VoodooHDA worked for me. &nbsp;It can be found here (<a href="http://www.kexts.com/view/70-voodoohda_(32--_64-bit,_recompiled_by_prasys).html" target="_blank" rel="noopener noreferrer">http://www.kexts.com/view/70-voodoohda_(32&#8211;_64-bit,_recompiled_by_prasys).html</a>).</p>
<h1>Wireless</h1>
<p>Works after installation.</p>
<h1>USB Ports</h1>
<p>They work since it can recognize my mouse and USB drive.</p>
<h1>Battery Indicator</h1>
<p>I used the VoodooBattery kext located here (<a href="http://forum.voodooprojects.org/index.php/topic,1092.0.html" target="_blank" rel="noopener noreferrer">http://forum.voodooprojects.org/index.php/topic,1092.0.html</a>)</p>
<h1>Card Reader</h1>
<p>I don&#8217;t use this so I didn&#8217;t install the kext for it. &nbsp;It can be found here: <a href="http://www.dailyblogged.com/retail-snow-leopard-installation-guide/" target="_blank" rel="noopener noreferrer">http://www.dailyblogged.com/retail-snow-leopard-installation-guide/</a> or <a href="http://www.dailyblogged.com/wp-content/uploads/2009/09/VoodooSDHC.kext.zip">SD Card Fix</a> (more direct).</p>
<h1>Touchpad</h1>
<p>I had an issue where I couldn&#8217;t tap the touchpad in order for it to &#8220;click&#8221;. &nbsp;I fixed this issue by installing the VoodooPS2Controller kext (check the Trackpad option during the installation) (<a href="http://forum.voodooprojects.org/index.php/topic,235.0.html" target="_blank" rel="noopener noreferrer">http://forum.voodooprojects.org/index.php/topic,235.0.html</a>). &nbsp;Then I installed the preference pane (this allows configuring the Trackpad through System Prefs) here <a href="http://www.dailyblogged.com/retail-snow-leopard-installation-guide/" target="_blank" rel="noopener noreferrer">http://www.dailyblogged.com/retail-snow-leopard-installation-guide/</a> (command -f to find it). &nbsp;I opened System Preferences and pressed the Show All button, and I saw a &#8220;Trackpad&#8221; option, so I opened it and the option was there.</p>
<h1>Webcam</h1>
<p>Works after installation.</p>
<h1>Conclusion</h1>
<p>Everything I listed here works except for video and the card reader. &nbsp;There are other things like Ethernet, but I don&#8217;t really use it.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2010/06/11/snow-leopard-on-a-dell-inspiron-1520/feed/</wfw:commentRss>
			<slash:comments>22</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">378</post-id>	</item>
		<item>
		<title>How to manually uninstall the 2007 Office system if you cannot uninstall it by using the &#8220;Add or Remove Programs&#8221; feature</title>
		<link>https://blog.henrypoon.com/blog/2009/12/03/how-to-manually-uninstall-the-2007-office-system-if-you-cannot-uninstall-it-by-using-the-add-or-remove-programs-feature/</link>
					<comments>https://blog.henrypoon.com/blog/2009/12/03/how-to-manually-uninstall-the-2007-office-system-if-you-cannot-uninstall-it-by-using-the-add-or-remove-programs-feature/#respond</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Thu, 03 Dec 2009 04:00:00 +0000</pubDate>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[.exe]]></category>
		<category><![CDATA[9]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[Chan]]></category>
		<category><![CDATA[Click]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Control Panel]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Dia]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Drive]]></category>
		<category><![CDATA[EAR]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Features new to Windows XP]]></category>
		<category><![CDATA[File Explorer]]></category>
		<category><![CDATA[Find]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Icon]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[ise]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[Lie]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Net]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Operating systems]]></category>
		<category><![CDATA[PATH]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Run]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[STR]]></category>
		<category><![CDATA[String]]></category>
		<category><![CDATA[Struct]]></category>
		<category><![CDATA[System software]]></category>
		<category><![CDATA[Template]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[User Account Control]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Installer]]></category>
		<category><![CDATA[Windows key]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[WoW64]]></category>
		<category><![CDATA[X86]]></category>
		<category><![CDATA[Z]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/how-to-manually-uninstall-the-2007-office-system-if-you-cannot-uninstall-it-by-using-the-add-or-remove-programs-feature</guid>

					<description><![CDATA[This article describes how to uninstall the existing 2007 Microsoft Office system if you cannot uninstall it by using the Add or Remove Programs feature (or Programs and Features in Windows Vista) in Control Panel. We recommend that you verify that you cannot uninstall by using Add or Remove Programs first. UPDATE: This set of [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">This article describes how to uninstall the existing 2007 Microsoft Office system if you cannot uninstall it by using the <strong>Add or Remove Programs</strong> feature (or <strong>Programs and Features</strong> in Windows Vista) in Control Panel. We recommend that you verify that you cannot uninstall by using <strong>Add or Remove Programs</strong> first.</p>



<p class="wp-block-paragraph">UPDATE: This set of instructions works for the Office 2010 Technical Preview as well.</p>



<p class="wp-block-paragraph"><strong>Based on: <a rel="noreferrer noopener" href="https://answers.microsoft.com/en-us/msoffice/forum/all/trying-to-install-office-2010-but-getting-error/4a5e022f-13f1-42bb-ad66-f6dccfd44d40" target="_blank">https://answers.microsoft.com/en-us/msoffice/forum/all/trying-to-install-office-2010-but-getting-error/4a5e022f-13f1-42bb-ad66-f6dccfd44d4</a></strong><a rel="noreferrer noopener" href="https://answers.microsoft.com/en-us/msoffice/forum/all/trying-to-install-office-2010-but-getting-error/4a5e022f-13f1-42bb-ad66-f6dccfd44d40" target="_blank">0</a></p>



<p class="wp-block-paragraph">To automatically uninstall the 2007 Microsoft Office suite, follow the steps in the following Microsoft Knowledge Base article: <a rel="noreferrer noopener" href="http://support.microsoft.com/kb/971179/" target="_blank">http://support.microsoft.com/kb/971179/</a></p>



<p class="wp-block-paragraph">How do I uninstall the 2007 Office suites if I cannot uninstall it by using the “Add or Remove Programs” feature?</p>



<p class="wp-block-paragraph">The steps provided in the &#8216;More Information&#8217; section of this article provide the details of the removal performed by the solution in 971179.</p>



<p class="wp-block-paragraph">You may find it easier to follow the steps if you print this article first.</p>



<p class="wp-block-paragraph"><strong>First, verify that you cannot uninstall the 2007 Microsoft Office system by using Add or Remove Programs (or Programs and Features)</strong></p>



<p class="wp-block-paragraph">To verify that you cannot uninstall the 2007 Microsoft Office system by using <strong>Add or Remove Programs</strong> (or <strong>Programs and Features</strong> in Windows Vista), follow these steps.</p>



<p class="wp-block-paragraph">For Windows XP or Windows Server 2003:</p>



<ol class="wp-block-list"><li>Click <strong class="uiterm">Start</strong>, click <strong class="uiterm">Run</strong>, type control appwiz.cpl in the <strong class="uiterm">Open</strong> box, and then press ENTER.</li><li>Click to select the 2007 Office system product from the application list, and then click <strong class="uiterm">Remove</strong>.</li></ol>



<p class="wp-block-paragraph">For Windows Vista:</p>



<ol class="wp-block-list"><li>Click <strong class="uiterm">Start</strong>, type prgrams and features in the <strong class="uiterm">Search</strong> box, and then press ENTER.</li><li>Click to select the product to be uninstalled from the listing of installed products, and then click <strong class="uiterm">Uninstall/Change</strong> from the bar that displays the available tasks.</li></ol>



<p class="wp-block-paragraph">If you were able to uninstall the 2007 Microsoft Office system by using <strong class="uiterm">Add or Remove Programs</strong>, you are finished. If you were unable to uninstall the 2007 Microsoft Office system, you may have issues with the <strong class="uiterm">Add or Remove Programs</strong> dialog box, or some 2007 Microsoft Office components may not be uninstalled. In these cases, you may be unable to reinstall the 2007 Microsoft Office system. Go to the next section to uninstall the 2007 Microsoft Office system by using an alternative method.<br><strong><br>If Add or Remove Programs does not uninstall the 2007 Microsoft Office system, use this alternative method to uninstall</strong></p>



<p class="wp-block-paragraph">Use this method only if the <strong class="uiterm">Add or Remove Programs</strong> method did not work for you. Using this method does not completely uninstall the 2007 Microsoft Office system. After you use this method, you can reinstall the 2007 Microsoft Office system.</p>



<p class="wp-block-paragraph"><strong>Note</strong> You must be logged on to Windows with a user account that is a computer administrator to complete this method. If this is your personal computer, you are likely already logged on with an administrator account. If this is a computer that is part of a network, you might have to ask the system administrator for help.</p>



<p class="wp-block-paragraph">To uninstall the existing 2007 Microsoft Office system if you cannot uninstall it by using the <strong class="uiterm">Add or Remove Programs</strong> feature, follow these steps:<br>Step 1: Remove any remaining Windows Installer packages of the 2007 Microsoft Office system:</p>



<ol class="wp-block-list"><li>Click <strong class="uiterm">Start</strong>, click <strong class="uiterm">Run</strong>, type installer, and then click <strong class="uiterm">OK</strong>.<br>This process opens the %windir%Installer folder.</li><li>On the <strong class="uiterm">View</strong> menu, click <strong class="uiterm">Details</strong>.<br><strong>Important</strong> To use the <strong class="uiterm">View</strong> menu in Windows Vista, you must press the ALT key first to display the menu bar, and then click the <strong class="uiterm">View</strong> menu.</li><li>On the <strong class="uiterm">View</strong> menu, click <strong class="uiterm">Choose Details</strong>.</li><li>Click to select the <strong class="uiterm">Subject</strong> check box, type 340 in the <strong class="uiterm">Width of selected column (in pixels)</strong> box, and then click <strong class="uiterm">OK</strong>.<br><strong>Note</strong> It may take several minutes for the subjects to appear next to each .msi file.</li><li>For Windows XP or Windows Server 2003, on the <strong class="uiterm">View</strong> menu, point to <strong class="uiterm">Arrange icons by</strong>, and then click <strong class="uiterm">Subject</strong>.<br>For Windows Vista, on the <strong class="uiterm">View</strong> menu, point to <strong class="uiterm">Sort By</strong>, and then click <strong class="uiterm">Subject</strong>. In Windows Vista, a <strong class="uiterm">User Account Control</strong> dialog box may be displayed with the following warning: <div class="kb_errormsgbody"><div class="kb_errorcontent"> <div class="errormsg">An unidentified program wants access to your computer</div></div></div><p>Click <strong class="uiterm">Allow</strong> when you see this warning message.</p></li><li>For each .msi file where the subject is &#8220;Microsoft Office <var>Product_Name</var> 2007,&#8221; right-click the .msi file, and then click <strong class="uiterm">Uninstall</strong>.<br><strong>Note </strong><var>Product_Name</var> is a placeholder for the name of the 2007 Microsoft Office product.</li></ol>



<h4 class="wp-block-heading" id="tocHeadRef">Step 2: Stop the Office Source Engine service:</h4>



<ol class="wp-block-list"><li>For Windows XP and Windows Server 2003, click <strong class="uiterm">Start</strong>, click <strong class="uiterm">Run</strong>, type services.msc in the <strong class="uiterm">Open</strong> box, and then click <strong class="uiterm">OK</strong>.<br>For Windows Vista, click <strong class="uiterm">Start</strong>, click <strong class="uiterm">Start Search</strong>, type services.msc, and then press ENTER.</li><li>In the <strong class="uiterm">Services</strong> window, determine whether the Office Source Engine service is running. If this service is running, right-click <strong class="uiterm">Office Source Engine</strong>, and then click <strong class="uiterm">Stop</strong>.</li><li>Close the <strong class="uiterm">Services</strong> window.</li></ol>



<h4 class="wp-block-heading" id="tocHeadRef">Step 3: Remove any remaining 2007 Microsoft Office installation folders</h4>



<ol class="wp-block-list"><li>For Windows XP and Windows Server 2003, click <strong class="uiterm">Start</strong>, click <strong class="uiterm">Run</strong>, type %CommonProgramFiles%\Microsoft Shared in the <strong class="uiterm">Open</strong> box, and then click <strong class="uiterm">OK</strong>.<br>For Windows Vista, click <strong class="uiterm">Start</strong>, click <strong class="uiterm">Start Search</strong>, type %CommonProgramFiles%\Microsoft Shared, and then press ENTER. <div class="indent"><strong>Note </strong>On a computer that is running a 64-bit version of Windows Vista, type %CommonProgramFiles(x86)%\Microsoft Shared, and then press ENTER.</div> </li><li>If the following folders are present, delete them: <ul><li>Office12</li><li>Source Engine </li></ul></li><li>For Windows XP and Windows Server 2003, click <strong class="uiterm">Start</strong>, click <strong class="uiterm">Run</strong>, type %ProgramFiles%\Microsoft Office, and then click <strong class="uiterm">OK</strong>.<br><strong>Note</strong> On a computer that is running a 64-bit version of Windows XP, type %ProgramFiles(x86)%\Microsoft Office, and then press ENTER.<br>For Windows Vista, click <strong class="uiterm">Start</strong>, click <strong class="uiterm">Start Search</strong>, type %ProgramFiles%\Microsoft Office, and then press ENTER. <div class="indent"><strong>Note</strong> On a computer that is running a 64-bit version of Windows Vista, type %ProgramFiles(x86)%\Microsoft Office, and then press ENTER.</div> </li><li>On the root folder of each hard disk drive, locate and then open the MSOCache folder. If you cannot see the MSOCache folder, follow these steps: <ol><li>Open Windows Explorer, and then on the <strong class="uiterm">Tools</strong> menu click <strong class="uiterm">Folder Options</strong>.</li><li>Click the <strong class="uiterm">View</strong> tab.</li><li>In the Advanced settings pane under <strong class="uiterm">Hidden files and folders</strong>, click <strong class="uiterm">Show hidden files and folders</strong>.</li><li>Click to clear the <strong class="uiterm">Hide protected operating system files</strong> check box, and then click <strong class="uiterm">OK</strong>. </li></ol></li><li>Open the <var>drive_letter</var>:\MSOCache\All Users folder, and then delete every folder that has the following text in the folder name: 0FF1CE<p><strong>Note</strong> This text contains a zero and a one for the letters &#8220;O&#8221; and &#8220;I.&#8221;</p></li></ol>



<h4 class="wp-block-heading" id="tocHeadRef">Step 4: Remove any remaining 2007 Microsoft Office installation files</h4>



<ol class="wp-block-list"><li>For Windows XP and Windows Server 2003, click <strong class="uiterm">Start</strong>, click Run, type %appdata%\microsoft\templates, and then click <strong class="uiterm">OK</strong>.<br>For Windows Vista, click <strong class="uiterm">Start</strong>, click <strong class="uiterm">Start Search</strong>, type %appdata%\microsoft\templates, and then press ENTER.</li><li>Delete the following files: <ul><li>Normal.dotm</li><li>Normalemail.dotm </li></ul></li><li>For Windows XP and Windows Server 2003, click <strong class="uiterm">Start</strong>, click <strong class="uiterm">Run</strong>, type %appdata%\microsoft\document building blocks\<var>Language_ID</var>, and then click <strong class="uiterm">OK</strong>.<br>For Windows Vista, click <strong class="uiterm">Start</strong>, click <strong class="uiterm">Start Search</strong>, type <strong class="uiterm">%appdata%\microsoft\document building blocks<var>\Language ID</var></strong>, and then press ENTER.  <div class="kb_nowrapper"><strong>Notes</strong></div> <ul><li>If you cannot open this folder because the folder does not exist, go to step 6.</li><li><var>Language_ID</var> is a placeholder for the four-digit number that represents the language of the 2007 Microsoft Office system. For example, if you use the English version of the 2007 Microsoft Office system, the Language_ID value is 1033. If the Language_ID is not known, type %appdata%microsoftdocument building blocks, and then open the subfolder in that location. </li></ul></li><li>Delete the Building blocks.dotx file.</li><li>For Windows XP and Windows Server 2003, click <strong class="uiterm">Start</strong>, click <strong class="uiterm">Run</strong>, type %temp%, and then click <strong class="uiterm">OK</strong>.<br>For Windows Vista, click <strong class="uiterm">Start</strong>, click <strong class="uiterm">Start Search</strong>, type %temp%, and then press ENTER.</li><li>On the <strong class="uiterm">Edit</strong> menu, click <strong class="uiterm">Select All</strong>.</li><li>On the <strong class="uiterm">File</strong> menu, click <strong class="uiterm">Delete</strong>.</li><li>For Windows XP and Windows Server 2003, click <strong class="uiterm">Start</strong>, click <strong class="uiterm">Run</strong>, type %AllUsersprofile%\Application Data\MicrosoftOfficeData, and then click <strong class="uiterm">OK</strong>.<br>For Windows Vista, click <strong class="uiterm">Start</strong>, click <strong class="uiterm">Start Search</strong>, type %AllUsersprofile%\Application DataMicrosoftOfficeData, and then press ENTER.</li><li>Delete only the Opa12.dat file.</li></ol>



<h4 class="wp-block-heading" id="tocHeadRef">Step 5: Remove the registry subkeys of the 2007 Microsoft Office system</h4>



<p class="wp-block-paragraph"><strong>Important:</strong> This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base: <a href="http://support.microsoft.com/kb/322756/" target="_blank" rel="noreferrer noopener">http://support.microsoft.com/kb/322756/</a></p>



<ol class="wp-block-list"><li>Locate and then delete the registry subkeys of the 2007 Microsoft Office system if they are present. To do this, follow these steps: <ol><li>For Windows XP and Windows Server 2003, click <strong class="uiterm">Start</strong>, click <strong class="uiterm">Run</strong>, type regedit, and then click <strong class="uiterm">OK</strong>.<br>For Windows Vista, click <strong class="uiterm">Start</strong>, click <strong class="uiterm">Start Search</strong>, type regedit, and then click <strong class="uiterm">OK</strong>.</li><li>Click the following subkey: <div class="indent">HKEY_CURRENT_USER\Software\Microsoft\Office\12.0</div> </li><li>On the <strong class="uiterm">File</strong> menu, click <strong class="uiterm">Export</strong>, type DeletedKey01, and then click <strong class="uiterm">Save</strong>.</li><li>On the <strong class="uiterm">Edit</strong> menu, click <strong class="uiterm">Delete</strong>, and then click <strong class="uiterm">Yes</strong> to confirm the deletion.</li><li>For each registry subkey in the following list, repeat steps 1a through 1d. Change the name of the exported key by one for each subkey.<br>For example, type DeletedKey02 for the second key, type DeletedKey03 for the third key, and so on.<br><strong>Note</strong> In the following registry keys, the asterisk character (*) represents one or more characters in the subkey name.<br><strong>32-bit versions of Microsoft Windows:</strong>  <ul><li>HKEY_CURRENT_USER\Software\Microsoft\Office\12.0</li><li>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\12.0</li><li>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Delivery\SourceEngine\Downloads\*0FF1CE}-*</li><li>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*0FF1CE*</li><li>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes\*F01FEC</li><li>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\*F01FEC</li><li>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ose</li><li>HKEY_CLASSES_ROOT\Installer\Features\*F01FEC</li><li>HKEY_CLASSES_ROOT\Installer\Products\*F01FEC</li><li>HKEY_CLASSES_ROOT\Installer\UpgradeCodes\*F01FEC</li><li>HKEY_CLASSES_ROOT\Installer\Win32Assemblies\*Office12* <p><strong>64-bit versions of Microsoft Windows: </strong></p></li></ul><ul><li>HKEY_CURRENT_USER\Software\Microsoft\Office\12.0</li><li>HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\12.0</li><li>HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\DeliverySourceEngineDownloads\*0FF1CE}-*</li><li>HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*0FF1CE*</li><li>HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes\*F01FEC</li><li>HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\*F01FEC</li><li>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ose</li><li>HKEY_CLASSES_ROOT\Installer\Features\*F01FEC</li><li>HKEY_CLASSES_ROOT\Installer\Products\*F01FEC</li><li>HKEY_CLASSES_ROOT\Installer\UpgradeCodes\*F01FEC</li><li>HKEY_CLASSES_ROOT\Installer\Win32Assemblies\*Office12*  </li></ul></li></ol></li><li>Locate the following registry subkey: <div class="indent">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall</div><p><strong>Note</strong> On a computer that is running a 64-bit version of Windows, locate the following registry subkey instead:</p><div class="indent">HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall</div> </li><li>On the <strong class="uiterm">File</strong> menu, click <strong class="uiterm">Export</strong>, type UninstallKey01, and then click <strong class="uiterm">Save</strong>.</li><li>Under the Uninstall subkey that you located in step 2, click each subkey, and then determine whether the subkey has the following value assigned to it: <ul><li><strong>Name</strong>: UninstallString</li><li><strong>Data</strong>: <var>file_name path</var>\Office Setup Controller\Setup.exe path<br><strong>Note</strong> In this example, <var>file_name</var> is a placeholder for the name of an installation program, and path is a placeholder for the file path. </li></ul></li><li>If the subkey contains the name and the data that are described in step 4, click <strong class="uiterm">Delete</strong> on the <strong class="uiterm">Edit</strong> menu. Otherwise, go to step 4.</li><li>Repeat steps 4 and 5 until you locate and then delete every subkey that matches the name and the data that are described in step 4.</li><li>Close Registry Editor.</li></ol>



<h4 class="wp-block-heading" id="tocHeadRef">Step 6: Restart the computer</h4>



<p class="wp-block-paragraph">Restart the computer. If the uninstall was successful, you are finished and can now reinstall the 2007 Microsoft Office system if you want. If the uninstall was not successful, go to the &#8220;Next Steps&#8221; section.</p>



<p class="wp-block-paragraph"><strong>Additional registry information</strong></p>



<p class="wp-block-paragraph">HKEY_CURRENT_USER\Software\Microsoft\Office\Common\UserInfo</p>



<p class="wp-block-paragraph">Shadow subkeys for Windows Server 2003 and for earlier versions of Windows Server:</p>



<p class="wp-block-paragraph">HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Terminal Server\Install\Software\Microsoft\Office\12.0</p>



<p class="wp-block-paragraph">Shadow subkeys for Windows Server 2008:</p>



<p class="wp-block-paragraph">HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Terminal Server\Install\Software</p>



<p class="wp-block-paragraph">Source: <a href="http://support.microsoft.com/default.aspx/kb/928218" target="_blank" rel="noreferrer noopener">http://support.microsoft.com/default.aspx/kb/928218</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2009/12/03/how-to-manually-uninstall-the-2007-office-system-if-you-cannot-uninstall-it-by-using-the-add-or-remove-programs-feature/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">30</post-id>	</item>
		<item>
		<title>Remembrance Day + Solidworks Hacks</title>
		<link>https://blog.henrypoon.com/blog/2009/11/12/remembrance-day-solidworks-hacks/</link>
					<comments>https://blog.henrypoon.com/blog/2009/11/12/remembrance-day-solidworks-hacks/#respond</comments>
		
		<dc:creator><![CDATA[hp]]></dc:creator>
		<pubDate>Thu, 12 Nov 2009 07:00:00 +0000</pubDate>
				<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[engineering]]></category>
		<category><![CDATA[64-bit computers]]></category>
		<category><![CDATA[64-bit computing]]></category>
		<category><![CDATA[Bitdefender]]></category>
		<category><![CDATA[Chan]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[Computer]]></category>
		<category><![CDATA[Computer architecture]]></category>
		<category><![CDATA[D]]></category>
		<category><![CDATA[Dia]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Drive]]></category>
		<category><![CDATA[EAR]]></category>
		<category><![CDATA[Find]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[IME]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[It]]></category>
		<category><![CDATA[Net]]></category>
		<category><![CDATA[Port]]></category>
		<category><![CDATA[Program Files]]></category>
		<category><![CDATA[RAR]]></category>
		<category><![CDATA[Run]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[SolidWorks]]></category>
		<category><![CDATA[Special folder]]></category>
		<category><![CDATA[STR]]></category>
		<category><![CDATA[Struct]]></category>
		<category><![CDATA[Thou]]></category>
		<category><![CDATA[Time]]></category>
		<category><![CDATA[Urge]]></category>
		<category><![CDATA[Week]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows NT architecture]]></category>
		<category><![CDATA[Windows Registry]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[World War I]]></category>
		<category><![CDATA[World War II]]></category>
		<category><![CDATA[WoW64]]></category>
		<category><![CDATA[X86]]></category>
		<category><![CDATA[Z]]></category>
		<guid isPermaLink="false">http://henrypoon.mooo.com/blog/remembrance-day-solidworks-hacks</guid>

					<description><![CDATA[Although today is Rememberance Day, I did not go through my yearly tradition of playing World War II themed computer games.&#160; Yes, the idea of doing that might be stange or create a bad image, but I mean no disrespect. Today was supposed to be the day for me to catch up on homework since [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Although today is Rememberance Day, I did not go through my yearly tradition of playing World War II themed computer games.&nbsp; Yes, the idea of doing that might be stange or create a bad image, but I mean no disrespect.</p>
<p>Today was supposed to be the day for me to catch up on homework since I had missed a week of class due to my Class 5 road test and my gum graft surgery.&nbsp; Ivan was nice enough to lend me his notes.&nbsp; Rather than doing homework today, I decided that I was fed up with Solidworks 2008 not running properly on my Windows 7 x64.</p>
<p>I had previous downloaded the SP4.0 for Solidworks 2008 in hopes that it will allow me to run it on my computer.&nbsp; To try to get that update to work I would have to install Solidworks 2008 SP0.0.&nbsp; Due to an unknown reason it would not install on my computer.&nbsp; Despite the fact that Solidworks would say &#8216;this program does not support Vista x64&#8217;, I had gotten it to install by setting the compatibility mode.&nbsp; This time around, the installer simply got stuck.</p>
<p>I then thought of alternate methods of getting the program on my computer.&nbsp; I looked to my virtual machine, which was my temporary solution.&nbsp; It ran Windows XP and could barely run SW08.&nbsp; I tried to send the files through the network.&nbsp; I couldn&#8217;t send the files through with a hard drive since it was being used to install the program (yes, the installer was stuck, but I left it running to see if it would respond).&nbsp; I had trouble sending the files through the network since I had disabled all the network services on the virtual machine to save memory.</p>
<p>A few hours later I still did not have Internet back, but I did however have access to the LAN.&nbsp; That was all I needed.&nbsp; While doing the network transfer, an idea hit me.&nbsp; I turned off Bitdefender and the Solidworks install worked.</p>
<p>After the install, I immediately updated the installation to SP4.0.&nbsp; I cracked the program as was instructed by the readme.&nbsp; The program still didn&#8217;t work.&nbsp; I was not shocked.&nbsp; It told me that it could not find license information.&nbsp; I figured that it was a side effect of the 64 bit OS.&nbsp; I took another look at my patch files and saw that it was a 32 bit patch (the title never said).&nbsp; I looked for x64 versions of SW08 on eMule, but could not find any fast downloads.</p>
<p>Later on an idea for a fix hit me.&nbsp; I realized that the 32 bit programs were stored in &#8216;Program Files (x86), which meant I put the license file in the wrong place.&nbsp; It was supposed to go into &#8216;C:Program FilesSolidWorks&#8217;. I missed the x86 part.&nbsp; I changed that and ran the program again.&nbsp; Still no good.&nbsp; I looked in the registry to see if my registry keys were correct and I stumbled upon the folder where 32 bit software registry entries were stored.&nbsp; I then realized that my registry info had to go in there instead.&nbsp; I fixed that and tried it one more time.&nbsp; It was still no good.&nbsp; Then i thought, &#8216;if there was a place for 32 bit registry keys, would that apply for system32 as well?&#8217;&nbsp; Turns out I was correct.&nbsp; I put the dll file in &#8216;c:WindowsWow6432&#8217;.&nbsp; I ran SW again and it works.&nbsp; I felt like a total genius.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.henrypoon.com/blog/2009/11/12/remembrance-day-solidworks-hacks/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10</post-id>	</item>
	</channel>
</rss>
