Is there an environment variable pointing to the WiX bin directory path? I want to use the torch in the event after the assembly of my project, but I can not find this variable. I cannot hardcode the path because wixproj is shared by the group.
Variables such as $ (WixTargetsPath) and $ (WixTasksPath) are for MSBuild. This is not what I want.
Thanks!
path bin wix
Crend king
source share