The Lansweeper report builder uses standard SQL queries. SQL uses % as a wildcard. The example criterion below will make your report list all software packages whose name includes the word "Lansweeper".
WHERE tblSoftwareUni.SoftwareName Like '%lansweeper%'