I have created a bundle containing 3 packages.
Each of the three package will be installed depending on the "InstallCondition", which I have defined in wxs file.
Now, in the custom MBA (which I have started creating), I need to show a list of all the packages that will be installed by my bundle along with the Installed state of each package. I need to show this in a UI dialog.
-----------------------------
Package Installed State
-----------------------------
Package-1 Present
Package-2 Absent
Package-3 Absent
------------------------------
Now this should be done in DetectComplete callback. But I am confused since there is not enough information in it.
Any help will be appreciated.