Re: [WiX-users] finding out what features are being installed

2014-01-29 Thread Marek Mielcarek
[mailto:os...@live.com] Sent: Tuesday, January 28, 2014 5:08 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] finding out what features are being installed ADDLOCAL doesn’t have to be set. When costing is done in the UI sequence, the result of that costing

Re: [WiX-users] finding out what features are being installed

2014-01-28 Thread Blair Murri
ADDLOCAL doesn’t have to be set. When costing is done in the UI sequence, the result of that costing will be placed into the family of properties that includes ADDLOCAL in order to communicate to the execute sequence which features are to be changed and how (which causes things like feature

[WiX-users] finding out what features are being installed

2014-01-27 Thread Marek Mielcarek
To learn what features are being installed I try to examine ADDLOCAL which is a standard parameter that can be passed to MSI. I use the following line in my WiX xml to do that: SetProperty Id=FEATURELIST Value=[ADDLOCAL] After=CostFinalize/ Then, inside InstallExecuteSequence element I am