I have a program that I want to use as an autorun. I want it to be able to do three things. It needs to check to see if a specific program is installed, if it is not, present the user with the option to install it. Second, if the program is installed, present the user with the option of running it and uninstalling it, third, present the user the option to view a readme.
How can I get a program to check and see if another program is already installed? How can I launch an installer/uninstaller from another program?
Thanks.
P.S. I can modify the installer.