I need my uninstall to run a command after it’s removed the files it has installed.
[UninstallRun] is no use as I understand it runs BEFORE files are removed.
I kind of need a “postuninstall” flag.
Any suggestions as to how I can accomplish the above?
See “Uninstall Event Functions” in the documentation. You can use for instance
CurUninstallStepChangedwhen ‘CurUninstallStep’ is ‘usPostUninstall’.