I need to run executable for custom setup/tear down, after install and before uninstall. It needs to run with elevated privileges. How to do this correctly?
I need to run executable for custom setup/tear down, after install and before uninstall.
Share
So, the final solution was like this:
Any advise to improve it?