cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
LithiumKid1976
Champion Sweeper
hi
im using the following statement, taking from the forum

Code:
Select tblComputers.Computername, tblSoftware.softwareName
From tblComputers Inner Join
tblSoftware On tblComputers.Computername = tblSoftware.ComputerName
Where tblSoftware.softwareName Like 'skype%'

to pull back info on pcs with skype. it works well. ive been going to the machines listed to uninstall skype.

i have noticed on one or two machines, that skype software might not actually be installed on the machine. it looks like there are still some registry fields with skype, and sometimes there is a skype folder under C:\Documents and Settings\All Users\Application Data

have you come accross this before? is there anyway to diffenciate between whats installed, and whats hiding in the registry.?
Thanks
1 REPLY 1
Hemoco
Lansweeper Alumni
Lansweeper software scan scans what's shown in the "add remove programs" section.
Maybe you can scan for the file location of "skype.exe"