lingo-l Best way to find if an application is installed.

2002-02-28 Thread Jason Gruhl
I am creating an installer. Currently, I am using buddyapi and the baFindFirstFile and then supplying the application's executable name. I first check the program files folder and if this doesn't work then I check the whole c drive. This as you can guess can take a very long time if your dealing

Re: lingo-l Best way to find if an application is installed.

2002-02-28 Thread Cole Tierney
You might take a peak at the registry and if the app leaves any droppings when installed. I am creating an installer. Currently, I am using buddyapi and the baFindFirstFile and then supplying the application's executable name. I first check the program files folder and if this doesn't work then