I'm trying to improve the installer script for a package that builds against NI-VISA (on Windows). Is there any officially recommended way (e.g. config file, registry key) to find the include directory (for visa.h) and the library directory (for visa32.dll for example)?
(Other than brute-force searching the file system or asking the user to provide the path...)