How to change installed msi functions using wix bootloader?

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

  <!-- Modify dialog -->
  <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">&amp;Repair</String>
  <String Id="ModifyUninstallButton">&amp;Uninstall</String>
  <String Id="ModifyCloseButton">&amp;Cancel</String>
+4
source share
3 answers

bootsrapper wix msi. - bootstrapper. WiX multiple . , 3.x.

: .Net- WiX - , WPF. WiX . .

, , , , " ", , . , .

. : WiX Burn?

+4

, Orca (http://support.microsoft.com/kb/255905), MSI , wix, "" " ". MSI (, InstallShield) , . , .

"" " ", MSI . , MSI (wix vs InstallShield), MSI - , Windows. Modify, .

-1

Source: https://habr.com/ru/post/1532479/


All Articles