I have an Advanced Installer setup and during the installation process I need to find out whether Crystal Reports is installed on a system or not. It seems the best way is to look for the existence of CrystalDecisions.CrystalReports.Engine.dll in the global assembly cache. More info here: https://answers.sap.com/questions/9165705/determine-if-cr-runtime-is-installed.html
I tried the search function of Advanced Installer, but it expects a full path of the file. What I want to do is to search for the assembly in the GAC directory (C:\windows\assembly) and sub directories.
Any ideas?