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
Post a Comment