|
I'm creating a product which has two versions: a demo version which will be freely released and a full version which will be available only to paid customers. I have two different installers and the user will most likely install the full version on top of the demo (it's an IE add-in and both versions are named the same and both version are installed into the same location). I'd like to make this as easy as I can for my customers so ideally I'd like to not have to force them to uninstall the demo before installing the full version. Ideally, I'd like the full installer to detect if the demo is installed, and then silently uninstall the demo, so some questions I have are: * Is this possible? * And if so, how does one silently uninstall an application? * Is there a better way to accomplish this? (install the full version on top of the demo) Thanks, Jeff
|