Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WiX binディレクトリパスを指す環境変数はありますか?プロジェクトのビルド後のイベントでトーチを使用したいのですが、この変数が見つかりません。wixprojはグループで共有されているため、パスをハードコーディングできません。
$(WixTargetsPath)や$(WixTasksPath)などの変数はMSBuild用です。これらは私が望むものではありません。
ありがとう!
このブログ投稿によると、$(WIX)がインストールパスです。