In article <[EMAIL PROTECTED]>,
    "Jason Rivers" <[EMAIL PROTECTED]>  writes:

> I have these Lines:
> 
>   <Fragment>
>     <DirectoryRef Id="TARGETDIR">
>       <Component Id="EnvPathSet"
> Guid="2D5030EF-6D11-4F48-B183-D1AE2EF87B61">
>              <Environment Id="EnvPathSet" Action="set" Name="PATH"
> Part="last" System="yes" Value="[INSTALLDIR]" />
>         </Component>
>     </DirectoryRef>
>   </Fragment>
> 
> 
> and also the line under my main Feature:
> 
>         <ComponentRef Id="EnvPathSet"/>
> 
> 
> but it doesn't appear to be modifying the %PATH% variable.
> 
> is there something I'm doing wrong here?

What does your verbose log say?

I think you should have this <Environment> tag associated with the
component containing the .EXE you want to have in the path and not in
its own component.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

-------------------------------------------------------------------------
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
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to