I am trying to call msi inside a wix bootstrapper program.It works correctly during installation. And the selected functions are set correctly. But after installation, I try to change the installed functions. There is a change button.But in the control panel, when I click on it, it shows a dialog with the installation Repair, uninstall, cancel. There is no change button to change installer functions.
Please indicate a solution, if any.
code inside Bootstrappertheme.wxl
<String Id="ModifyHeader">Modify Setup</String>
<String Id="ModifyNotice">[WixBundleName] is already installed on this machine. If it not working correctly, you may repair it. You may also uninstall it.</String>
<String Id="ModifyRepairButton">&Repair</String>
<String Id="ModifyUninstallButton">&Uninstall</String>
<String Id="ModifyCloseButton">&Cancel</String>
source
share