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
Post a Comment