Run exe from within script
In my install script, I want to see if a certain registry key exists...which I know how to do...and, if it does, I want to issue a message saying that you must uninstall App X before installing this app. I could either exit out of my install right then and there, or start the uninstaller for App X. The first option is simple, but I'm not sure how to do the latter. Can I call the other uninstaller and exit out of my installer??? Thanks in advance!!