Hi there,
Despite reading lots of 'sort of related' threads on here, I cannot perform the following:
We have an existing product. I wish to check for its existance on the target computer. I check this by looking for a registry entry in HKey_Classess_Root\CLSID\{guid}\LocalServer32 which holds the location and name of an executable containing a COM class.
If there is a default value in there (and the path exists of course) then I know that the product is already installed.
If it does exist then I wish to change the TARGETDIR to the folder in which this executable is found. If it does not exist then I wish it to remain as [ProgramFilesFolder][Manufacturer]\[ProductName].
Also, if the older product does exist then I don't wish the choose-folder dialog to appear but if the older product DOES NOT exist then I DO wish the choose-folder dialog to appear.
Is this possible?