Updating WIX Installer XML using auto update method (over the air) and not with .msi installation



Scenerio : I am using WIX for creating msi package. In our app, we have also bundled an auto live updater tool which will update exe and dll. Now we have also modified the wix installer and created some custom action when user uninstall the application.


Problem : The live updater takes care of all the changes to the exe and dlls, since we have also updated our wix installer xml, is there a way to update wix automatically (without msi installation)? Which means the custom action we have created should take place when user uninstall the app (without installing the new msi package).


No comments:

Post a Comment