I have tried to fix a method that checks if the user has Skype installed on his computer. This I fixed / come up with:
- I have Skype installed on my computer
- I’ve fixed a method that loops through all of my installed programs
- My method finds my installed programs BUT it can not find skype although it is installed. But my method finds other programs that are in the same directory.
Does anyone have any ideas on how to check if Skype is installed on the computer?
The method I used are simillrar to this one:
Just use the registry:
http://brcline.com/blog/?tag=skype
EDIT:
A dirty workaround is to loop through the StartMenu folders looking for the Skype shortcut or folder. You must use the following SpecialFolder enumeration:
Hope it helps!