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.
熱によってコードが生成されました 。ディレクトリのこの奇妙な ID を教えてください。applicationfolderにdllをコピーしたい。この ID を INSTALLDIR のようなものに変更する必要がありますか? <DirectoryRef Id="TARGETDIR"> <Directory Id="dir77AA1A0808D9092357CFE6C2BECDEE70" Name="files" />
<DirectoryRef Id="TARGETDIR"> <Directory Id="dir77AA1A0808D9092357CFE6C2BECDEE70" Name="files" />
これは GUID のように見えます。つまり、wix プロジェクトの他の場所で参照されているディレクトリの一意の識別子です。
変更することはできますが、変更する場合は、その識別子へのすべての参照を変更してください。