Is there any way to run the installed application with an argument on uninstalling the software? E.g.: [INSTALLDIR]\xxx.exe -uninstall
I have a table for MSI. As far as I see, I must add a data into tables or create a custom script… but I cannot find any simple example…
Is there any way to run the installed application with an argument on uninstalling
Share
You can do that using a custom action. The linked example can help you, all you need to do is to modify it so it launches your executable as desired.