I would like to detect if a previous program is installed, and if yes, copy some specific files and folders from this program.
I need to detect this program installed dir, as the user is able to change the installation dir, and abort the installation if the program is not installed.
I`ve created an entry in the upgrades session, selecting the program msi, and the installshield instalation designer already filled the entry with the program upgrade code. But after trying to recompile the program without the program installed, i was able to install the same way. Creating an entry in the upgrade session does not make the install to interrupt when the program is not present, and i didnt understand where i have to put the detect property value to make the install stop.