I've created a custom toolbar and a setup program (in .net) to install the toolbar. This all works fine.
The toolbar has a custom bookmark function that saves data in a text file for storage/retrieval. The problem I have is that I've stored this file in a folder under the toolbar installation folder and I need to recall this location programatically.
I'd like to avoid doing something like making an environment variable to hold the custom dll installation path.
Is there anyway to recall the installation path of a custom dll?