How to check if another application is installed
Posted: Thu Mar 30, 2006 3:46 am
Hi!
I am currently writing the Installer for our program 'B' that is a kind of add-on to our program 'A'.
So I want to check if program 'A' is installed before installing 'B'.
How can I check this?
Program 'A' is not creating registry entries, but I know its Product-Code.
The installer for 'A' can hardly be enhanced to writing registry entries as it is already shipped to our customers.
I also would need to find out the $TARGETDIR$ of 'A' because 'B' has to be installed in the same dir without asking the user again.
Can this be accomplished?
I am currently writing the Installer for our program 'B' that is a kind of add-on to our program 'A'.
So I want to check if program 'A' is installed before installing 'B'.
How can I check this?
Program 'A' is not creating registry entries, but I know its Product-Code.
The installer for 'A' can hardly be enhanced to writing registry entries as it is already shipped to our customers.
I also would need to find out the $TARGETDIR$ of 'A' because 'B' has to be installed in the same dir without asking the user again.
Can this be accomplished?