Is there an environment variable pointing to the WiX bin directory path? I want to use torch in the post-build event of my project, but I cannot find this variable. I cannot hard-code the path because the wixproj is shared by group.
Variables like $(WixTargetsPath) and $(WixTasksPath) are for MSBuild. These are not what I want.
Thanks!
The PATH environment variable is an important security control. It specifies the directories to be searched to find a command. The default systemwide PATH value is specified in the /etc/profile file, and each user normally has a PATH value in the user's $HOME/.
On POSIX and Unix-like operating systems, the $PATH variable is specified as a list of one or more directory names separated by colon ( : ) characters.
The PATH variable contains a list of directories the system checks before running a command. Updating the PATH variable will enable you to run any executables found in the directories mentioned in PATH from any directory without typing the absolute file path.
According to this blog post, $(WIX) is the install path.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With