<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>From MSI to WiX, Part 14 - Installable Items - Registry keys and values</title><link>http://blogs.technet.com/alexshev/archive/2008/04/02/from-msi-to-wix-part-14-installable-items-registry-keys-and-values.aspx</link><description>The main page for the series is here . Introduction Today's topic is how to create registry keys and values . MSI story Information about registry keys and/or values to be installed is authored in the Registry table. This table is processed by WriteRegistryValues</description><dc:language>ru-RU</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: From MSI to WiX, Part 14 - Installable Items - Registry keys and values</title><link>http://blogs.technet.com/alexshev/archive/2008/04/02/from-msi-to-wix-part-14-installable-items-registry-keys-and-values.aspx#3115747</link><pubDate>Tue, 02 Sep 2008 11:21:37 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3115747</guid><dc:creator>nandhini</dc:creator><description>&lt;P&gt;how to set permissions for the registry in wix installers. as im getting the error 'Requested Registry access denied' when im running the application in browser. but then installations works fine.&lt;/P&gt;</description></item><item><title>re: From MSI to WiX, Part 14 - Installable Items - Registry keys and values</title><link>http://blogs.technet.com/alexshev/archive/2008/04/02/from-msi-to-wix-part-14-installable-items-registry-keys-and-values.aspx#3115868</link><pubDate>Tue, 02 Sep 2008 16:43:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3115868</guid><dc:creator>nandhini</dc:creator><description>&lt;p&gt;Have found where the error is&lt;/p&gt;
&lt;p&gt;Have created an registry key value 'Authorization' under &lt;/p&gt;
&lt;p&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application&lt;/p&gt;
&lt;p&gt;manually then it works fine. how to create this registry key through wix installer. have created this registry key through &lt;/p&gt;
&lt;p&gt;vsSourceName=&amp;quot;Authorization&amp;quot;&lt;/p&gt;
&lt;p&gt;myEventLogInstaller = new EventLogInstaller();&lt;/p&gt;
&lt;p&gt;myEventLogInstaller.Source = vsSourceName;&lt;/p&gt;
&lt;p&gt;myEventLogInstaller.Log = &amp;quot;Application&amp;quot;;&lt;/p&gt;
&lt;p&gt;Installers.Add(myEventLogInstaller);&lt;/p&gt;
&lt;p&gt; since this registry key is created in windows xp but not in windows 2003&lt;/p&gt;
&lt;p&gt;thanks in advance&lt;/p&gt;</description></item><item><title>re: From MSI to WiX, Part 14 - Installable Items - Registry keys and values</title><link>http://blogs.technet.com/alexshev/archive/2008/04/02/from-msi-to-wix-part-14-installable-items-registry-keys-and-values.aspx#3168358</link><pubDate>Sun, 14 Dec 2008 06:21:10 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3168358</guid><dc:creator>Jpchen</dc:creator><description>&lt;p&gt;I'm using RegistryValue to modify an existing registry entry value in registry during install. However the whole entry is gone during uninstall, instead of wiping out the value only. I want to restore the original value during uninstall, but customAction does not allow to do any RegistryValue. Any suggestion? Thanks.&lt;/p&gt;</description></item></channel></rss>