I have build Installshield Basic MSI project with some python files as components. On uninstallation it leaves byte compiled files behind.
I can see one of way of doing it is to write Installscript
which will get called on uninstallation. Is there any elegent way of doing it?