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 -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -