<?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: How can I add a registry string to the registry through my software installer?</title>
	<atom:link href="http://www.smatx.com/registry-software/how-can-i-add-a-registry-string-to-the-registry-through-my-software-installer/feed" rel="self" type="application/rss+xml" />
	<link>http://www.smatx.com/registry-software/how-can-i-add-a-registry-string-to-the-registry-through-my-software-installer</link>
	<description></description>
	<lastBuildDate>Mon, 30 Aug 2010 01:26:59 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeffrey C</title>
		<link>http://www.smatx.com/registry-software/how-can-i-add-a-registry-string-to-the-registry-through-my-software-installer/comment-page-1#comment-8</link>
		<dc:creator>Jeffrey C</dc:creator>
		<pubDate>Wed, 18 Nov 2009 08:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.smatx.com/registry-software/how-can-i-add-a-registry-string-to-the-registry-through-my-software-installer#comment-8</guid>
		<description>Can&#039;t you include a BAT file in your software installer? With a BAT file it would be easy:

; copy from next line down exactly!

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Mi...
CurrentVersion\Run]
&quot;Your_Key_Name&quot;=&quot;Your_Key_Value&quot;

; stop copying

This in a BAT file will create the key name/value in the registry. Have fun. Try it on you own pc.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Can&#8217;t you include a BAT file in your software installer? With a BAT file it would be easy:</p>
<p>; copy from next line down exactly!</p>
<p>Windows Registry Editor Version 5.00</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Mi...<br />
CurrentVersion\Run]<br />
&quot;Your_Key_Name&quot;=&quot;Your_Key_Value&quot;</p>
<p>; stop copying</p>
<p>This in a BAT file will create the key name/value in the registry. Have fun. Try it on you own pc.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robertmitchell100200300400</title>
		<link>http://www.smatx.com/registry-software/how-can-i-add-a-registry-string-to-the-registry-through-my-software-installer/comment-page-1#comment-7</link>
		<dc:creator>robertmitchell100200300400</dc:creator>
		<pubDate>Wed, 18 Nov 2009 08:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.smatx.com/registry-software/how-can-i-add-a-registry-string-to-the-registry-through-my-software-installer#comment-7</guid>
		<description>go to start, then run, then type in: regedit&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>go to start, then run, then type in: regedit<br /><b>References : </b></p>
]]></content:encoded>
	</item>
</channel>
</rss>
