Is there a way to identify the list of software installed in a computer using vb code. kindly help.
Thanks & Regds,
Thanks & Regds,
FolderPath= "C:\Program Files\" set Folders = FSObject.GetFolder(FolderPath) set FileList = Folders.SubFolders
Comment