I want to know if I can search for a file in system path.
I am trying to detect if Oracle is installed on a system. With all the different Oracle installation types out there, only surefire way seems to try & load OCI.dll and hope that Oracle is installed correctly if it loads without error.
One solution is to write a CustomAction dll and call LoadLibrary() from kernel32.dll to see if OCI.dll is present but it seems too much for me where simple file search can do the trick.
Thanks & Regards,
Suraj
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to