WIX - Executing a batch file during uninstall -


I need to execute the batch file during uninstall. Can anyone help me with it?

This is my code that is still not working:

  & lt; Custom Action ID = "Install" fileKey = "test.bat" ExeCommand = "" return = "execute asyncNoWait" = "deferred" impersonation = "no" /> & Lt; InstallExecuteSequence & gt; & Lt; Custom Action = "Uninstall" before "RemoveFiles" & gt; Installed & lt; / Custom & gt; & Lt; / InstallExecuteSequence & gt;  


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

asp.net mvc - How to attach sql database to a javascript graph -

c# - How to know the number of Threads created and limit the Tasks accordingly -