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.
私が解決すべき2つの問題があります。まず、WiX バンドル インストーラーがサイレントかインタラクティブかをどのように判断しますか? 第二に、wix v3.8 のバンドルによって作成された exe インストーラーは、どのようにいくつかのパラメーターを使用してインストールを維持できますか? 助けてください、ありがとう!
書き込みエンジンは、コマンドラインからのすべての情報を含む構造体を Bootstrapper アプリケーションに提供します。マネージ コードでは、Command構造体は から継承するクラスに提供されますBootstrapper。
Command
Bootstrapper
構造体では、バンドルが完全またはパッシブまたは完全な UI で起動されているかどうかを示す列挙型をCommand取得します。追加のコマンド ライン引数を取得する方法Displayもあります。GetCommandLineArgs()
Display
GetCommandLineArgs()