<?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 13 - Installable Items - Environment variable</title><link>http://blogs.technet.com/alexshev/archive/2008/03/28/from-msi-to-wix-part-13-installable-items-environment-variable.aspx</link><description>Shows how to install environment variables in WiX installer.</description><dc:language>ru-RU</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: From MSI to WiX, Part 13 - Installable Items - Environment variable</title><link>http://blogs.technet.com/alexshev/archive/2008/03/28/from-msi-to-wix-part-13-installable-items-environment-variable.aspx#3176664</link><pubDate>Mon, 05 Jan 2009 21:25:33 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3176664</guid><dc:creator>edward Jones</dc:creator><description>&lt;P&gt;Hi Alex, &lt;/P&gt;
&lt;P&gt;&amp;lt;Environment Id="PATH" Name="PATH" Value="[path_configmgmt]" Permanent="yes" Part="last" Action="set" System="yes" /&amp;gt;&lt;/P&gt;
&lt;P&gt;As you see, I am appending a value to my path. I am putting an exe in the dir that refers to [path_configmgmt]. The path is being set. But when I say start--&amp;gt;Run it says the exe is not found. However, when I open the env window mannually and open the path variable and click OK, with out making any changes, the start--&amp;gt;Cmd works. It works after I just visit the env window mannually. What might be happening ?&lt;/P&gt;</description></item><item><title>re: From MSI to WiX, Part 13 - Installable Items - Environment variable</title><link>http://blogs.technet.com/alexshev/archive/2008/03/28/from-msi-to-wix-part-13-installable-items-environment-variable.aspx#3196175</link><pubDate>Tue, 03 Feb 2009 04:09:42 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3196175</guid><dc:creator>jaywalker</dc:creator><description>&lt;P&gt;@edward jones - I have seen the same behavior when adding an environment variable (on Windows Server 2003). New console windows don't seem to inherit it unless you go in and touch it in the control panel env window. I wonder if the shell somehow is not getting the WM_SETTINGCHANGE message... We resorted to scheduling a reboot, which otherwise would have been unnecessary.&lt;/P&gt;</description></item></channel></rss>