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 3.7 と Burn を使用して、チェーン インストール パッケージを正常に作成しました。インストーラ自体は WixStandardBootstrapperApplication を使用します。
書き込みパッケージ全体を特定の場所に展開 (コピー) する方法はありますか?
Burn は、すべてのバンドル コンテンツを指定されたディレクトリにコピーする「レイアウト」アクションを提供します。wixstdba はこのアクションをサポートしているので、次のように使用できます。
yourbundle.exe /layout optional\path\to\layout\folder
を指定しない場合optional\path\to\layout\folder、Burn は yourbundle.exe があるフォルダーにレイアウトします。
optional\path\to\layout\folder