I need to update the PATH environment variable to prepend the value of
"[TARGETDIR]\bin" during our product installation.

How is this done in WiX? I tried using the Environment element, but it
does not change PATH at all.

                <Environment
                  Id="Environment"
                  Name="PATH"
                  Part="first"
                  System="yes"
                  Value="[TARGETDIR]\bin" />

Obviously, I do not want to delete PATH during uninstall, but just
remove what was added.

-- 
Harvey Werner
HP StorageWorks, NAS Division
971.327.5279


 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to