I know this may cause some issues with people disagreeing, but i'm in no
position to change what our program does until I have a working WIX
installer that I can then play with it and change things accordingly,
however, currently the application requires it's path to be in the PATH
environment variable,

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?

/J
-------------------------------------------------------------------------
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