简体   繁体   中英

Wix Installer Conditional UI for Command-Line

I want to create a Wix Installer with a UI, that can also be installed from command line for automated deployment testing, whilst also being the same installer that is used in the field.

Is there a way to enforce a conditional UI? ie: not show the UI if a command is entered? I could add conditions to the dialogs to not require interaction if certain properties are configured etc, but there must be an easier way? Hope someone can help with this! Chris

Windows Installer already supports silent installations. See: Command-Line Options

An example of a silent installation would be:

msiexec /i example.msi /qn

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM