I need one help that my application setup must run one time only and second time it hsould get terminated automatically. so what will be the logic behind it.
Printable View
I need one help that my application setup must run one time only and second time it hsould get terminated automatically. so what will be the logic behind it.
Use a registry key to store that it's been installed already and on install, check to see if that key exists.