Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reading WIX_PATH environment variable #24

Closed
volks73 opened this issue Dec 8, 2017 · 1 comment
Closed

Add reading WIX_PATH environment variable #24

volks73 opened this issue Dec 8, 2017 · 1 comment
Assignees

Comments

@volks73
Copy link
Owner

volks73 commented Dec 8, 2017

If the WIX_PATH environment variable exists, then this subcommand should use the value of the environment variable as the path to the WiX Toolset's bin folder, i.e. where the candle.exe and light.exe applications are located. If it is not set, then it is assumed the WiX Toolset's bin folder is in the PATH system environment variables (current behavior).

There will need to be a way for users to specify the path to the WiX Toolset's bin folder and/or compiler and linker outside of the PATH system environment variable. It is possible not everyone can modify his or her PATH or that a different version of the WiX Toolset is to be temporarily used.

@volks73
Copy link
Owner Author

volks73 commented Dec 9, 2017

Resolved in 0bd6517

@volks73 volks73 closed this as completed Dec 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant