SuperAntiSpyware cleaning code needs updated.

The cleaning code for SuperAntiSpyware is either inaccurate or incomplete. The existing code in winapp.ini is:

[SUPERAntiSpyware]
ID=2263
LangSecRef=3024
Detect=HKLM\Software\SUPERAntiSpyware.com\SUPERAntiSpyware
Default=True
FileKey1=%AppData%\SUPERAntiSpyware.com\SUPERAntiSpyware\Logs|*.log
FileKey2=%AppData%\SUPERAntiSpyware.com\SUPERAntiSpyware\AppLogs|*.dmp;*.SDB

On my Windows 10 x64 Pro Build 14393.321 systems with SAS PRO (lifetime license and latest version 6.0.1224) the Applogs folder is located at %CommonAppData%\SUPERAntiSpyware.com\SUPERAntiSpyware instead of %AppData%. I recommend that FileKey2 be changed to

FileKey2=%CommonAppData%\SUPERAntiSpyware.com\SUPERAntiSpyware\Applogs|*.dmp;*.SDB;*.ZIP

In addition, I recommend that FileKey3 as shown below be added to the code.

FileKey3=%ProgramFiles%\SUPERAntiSpyware|*.tmp

It's been incomplete for a long time now, hence the reason the winapp2.ini cleaner for it was needed.