
devinr1.552492868189645E12 asked a question.
Adding the install path to a registry key
I'm currently trying to create a key in the registry that will hold the install path selected by the user during installation. This will be used to discover whether the program has been installed before, and more importantly where it has been installed.
The only problem is, that I'm not entirely sure how to go about implementing this using InstallShield 2008 Express. Any advice on whether this is possible and how I'd go about setting it up in the program would be greatly appreciated.
I don't think that you'd need to do this in order to simply determine whether your product has already been installed. When the end user launches your installation, Windows Installer will automatically search the target system to see if the product is already installed, as described in the following thread:
http://community.acresso.com/showthread.php?t=181956
Does that help?
Hope that helps, Andy