I am trying install one of FEATURE_NEW using wix installer setup.exe(2.0) on top of setup.exe(1.0)
setup.exe /v /qn ADDLOCAL=FEATURE_NEW
It installs FEATURE_NEW, but issue is, it removes other features FEATURE1,FEATURE2 etc.
I want existing feature should upgrade and new FEATURE_NEW installed, no additional FEATURES should be installed.
So my question is Can I Install/upgrade product with previously installed feature list 'N' plus newly added feature i.e. N + NEW_FEATURES.
I am searching something like,
setup.exe /v /qn ADDLOCAL=INSTALLED_FEATURES,FEATURE_NEW
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…