I have a WIX Bootstrapper installer with WPF UI where user can choose which sub-packages they want to install/Uninstall.
Now I have a requirement to run the installer via command line and also user can choose the sub-packages by proving the command line arguments.
At the end it should also give some status if it was successful or not in the cmd itself.
Can you please help me as I am able to able to achieve this..
Thanks in advance