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-library」プロジェクトに相対的な File/@Source を定義するにはどうすればよいですか?
私が使用する場合:
<File Id="f1" Source=".\bla"/>
それから "。" は、呼び出し元の「Windows インストーラ パッケージ」プロジェクトのルートを参照しているため、使用できません!
変数$(sys.CURRENTDIR)は現在のディレクトリに配置されます..:)
$(sys.CURRENTDIR)
<File Id="f1" Source="$(sys.CURRENTDIR)\bla"/>