Variable for WiX bin directory path?
Asked Answered
S

1

7

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!

Stound answered 3/3, 2010 at 21:59 Comment(0)
F
9

According to this blog post, $(WIX) is the install path.

Foti answered 3/3, 2010 at 22:38 Comment(1)
I tried all the complicated variables, but not this simplest one. It works, thanks!Stound

© 2022 - 2024 — McMap. All rights reserved.