<?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>XtraSimplicity &#187; Check</title>
	<atom:link href="http://www.xtrasimplicity.info/archives/tag/check/feed" rel="self" type="application/rss+xml" />
	<link>http://www.xtrasimplicity.info</link>
	<description>Mastering the world of computing, one byte at a time!</description>
	<lastBuildDate>Mon, 14 Nov 2011 12:49:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Remove OS Check from MSI Installers</title>
		<link>http://www.xtrasimplicity.info/archives/54</link>
		<comments>http://www.xtrasimplicity.info/archives/54#comments</comments>
		<pubDate>Sat, 15 Nov 2008 10:48:04 +0000</pubDate>
		<dc:creator>XtraSimplicity</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Check]]></category>
		<category><![CDATA[Installer]]></category>
		<category><![CDATA[MSI]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Remove]]></category>
		<category><![CDATA[VBS]]></category>

		<guid isPermaLink="false">http://www.xtrasimplicity.com/?p=54</guid>
		<description><![CDATA[Copy the following to a notepad file, and save it as &#8220;RemoveOSCHeck.vbs&#8221; (make sure *.* is selected as File Type). Option Explicit Const msiOpenDatabaseModeReadOnly = 0 Const msiOpenDatabaseModeTransact = 1 Dim argNum, argCount:argCount = Wscript.Arguments.Count If (argCount &#60; 1) Then Wscript.Echo &#8220;Please supply the name of the msi file to be modified.&#8221; Wscript.Quit 1 End [...]]]></description>
		<wfw:commentRss>http://www.xtrasimplicity.info/archives/54/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

