I'd like users to be able to reconfigure their installation (turn components on/off) by clicking a button on the UI. This would launch the installer using the msiexec /i
command (or equivalent), and would have the same effect as clicking 'Change' in the Programs & Features Windows dialog.
I have one potential way of doing this: Install a copy of the MSI and use that to trigger the installation wizard.
However, I'm wondering if I can locate and trigger the MSI installer wizard using the registry or some other method, rather than making a copy of the installer. Is this possible?