Is there a way to run the repair functionality of an EXE created using WiX?
Specifically, this program using WiX and defines some commands such as /quiet, /passive, /uninstall, but nothing for /repair, but it does offer a button when the installer is run again and the application exists.
Been searching through the source code but I'm unfamiliar with WiX and not sure how the button links back to a particular function, or if there is another built-in Windows action I can use on the compressed MSI.