When I use the below function to get the list of installed software in a computer, I am getting the product name as "?[" or some other junk character when the DisplayName is empty in the registery
Private Function GetAddRemove(sComp) As String
Dim cnt, oReg, sBaseKey, iRC, aSubKeys, iPN, ix...