How to run WIX bootstrap built exe to run in silent mode? -


is possible run exe built using wix burn bootstrap run in silent mode? need in order skip uac prompt. there better ways skip uac prompt using wix project itself? without making changes registry keys manually.

burn supports silent installations. use /quiet switch run installation without user interface. not show uac prompt.

appinstaller.exe /install /quiet 

if installation requires elevated rights install properly, run elevated process - either command line, or management software.


Comments

Popular posts from this blog

Ansible - ERROR! the field 'hosts' is required but was not set -

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -