wix - Disable features during silent installation -


i have installation contains 17 features. when running in ui mode user can disable features. using standard mondo ui.

i want allow silent installation - meaning, user can provide /q parameter during installation. how features can disabled in mode?

you can use addlocal property enable or disable features. features passed property enabled , other features disabled. if want install features pass "all" (addlocal =all) instead of listing features.

msiexec /i "testproject.msi" addlocal=feature1,feature3 /q 

Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -