How do I automatically uninstall the previous version of a VB application when installing it using setup.exe ?
Otherwise, the same application shows up twice in the Control Panel's Add/Remove Program list.
Thanks.
Printable View
How do I automatically uninstall the previous version of a VB application when installing it using setup.exe ?
Otherwise, the same application shows up twice in the Control Panel's Add/Remove Program list.
Thanks.
If the program is located in the C:\Program Files\ directory, than it should have an uninstall file there. Just shell it and everything should go well from there.
Thanks. I will try that.