Try "analysing" the supplied .ini in the ZIP package first.
TrayLaunchy works with an .ini-file, which should be called traylaunchy.ini and should be in the same directory as TrayLaunchy
itself. To illustrate what to put in that .ini file, I will add two
applications:
- My main Firefox. It's situated in the directory "C:\Program Files\Mozilla Firefox", uses the default profile and it must appear as "Firefox" in TrayLaunchy its context menu
- My second Firefox. It's situated in the directory "C:\Program Files\Deer Park Alpha 1", uses the profile "extensions" and it must appear as "Deer Park" in TrayLaunchy its context menu.
To accomplish the above situation, put this in the .ini file:
| [Firefox] Path="C:\Program Files\Mozilla Firefox\firefox.exe" [Deer Park] Path="C:\Program Files\Deer Park Alpha 1\firefox.exe" Profile="extensions" |
If you want to use more advanced features, check out this .ini file. It uses about every feature of FFlauncher, like assigning a default Firefox, add a seperator, hiding the "Exit" and "About" entries, starting on boot, using a custom icon and specifying an external application.