InstallShield 2010 Custom Software Condition
David | October 18, 2010Recently, I’ve tried to use a custom software condition to make sure that IIS is already installed on the target machine, but without success.
For example, I want the installer to detect the presence of IIS registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InetStp
After testing this in many different ways I’ve come to the conclusion that this feature does not work as it should. It never detects the registry key, or any other key/value in the registry.
There are no such problems when using InstallScript to detect registry keys/values.