Hello,

I have a setup project on VS 08 and I am asking how can I run a .exe file during uninstall?

The exe removes two registry keys my program may create so I need to include this additional uninstall .exe file to make sure no registry keys are left behind uninstallation.

I tried: Custom Actions -> Uninstall -> and added my uinstall.exe file but still it did not launch upon uninstallation :S