TopplerHarley,
This is almost the solution I'm testing right now. The only difference with your idea is that I'm using InstalledFileAction to call installer with custom UI:
Best.
This is almost the solution I'm testing right now. The only difference with your idea is that I'm using InstalledFileAction to call installer with custom UI:
new InstalledFileAction("Uninstall.exe", "", blah-blah-blah)
But how can I finish the ARP setup from the installer script? Do you know if there is some proper way of doing it except explicit tskill? Best.