SUPERAntiSpyware
From WPKG | Open Source Software Deployment and Distribution
This is a silent installer and uninstaller for SUPERAntiSpyware.
SUPERAntiSpyware Homepage: [1]
Download SUPERAntiSpyware: [2]
Download Definitions: [3]
Note: SUPERAntiSpyware's installer puts the icons in "%UserProfile%". This corrects that.
<package
id="superantispyware"
name="Super Anti-Spyware"
revision="1"
reboot="false"
priority="1">
<check type="uninstall" condition="exists" path="SUPERAntiSpyware Free Edition" />
<install cmd='%COMSPEC% /c msiexec /i %SOFTWARE%\SUPERAntiSpyware.msi /qn /norestart' />
<install cmd='"%SOFTWARE%\SASDEFINITIONS.EXE" /s' />
<install cmd='%COMSPEC% /c mkdir "%AllUsersProfile%\Start Menu\Programs\Super Anti-Spyware"' />
<install cmd='%COMSPEC% /c copy "%UserProfile%\Start Menu\Programs\SUPERAntiSpyware\*.*" "%AllUsersProfile%\Start Menu\Programs\Super Anti-Spyware\"' />
<install cmd='%COMSPEC% /c rmdir /q /s "%UserProfile%\Start Menu\Programs\SUPERAntiSpyware"' />
<install cmd='%COMSPEC% /c del /q "%UserProfile%\Desktop\SUPERAntiSpyware Free Edition.lnk"' />
<upgrade cmd='"%SOFTWARE%\SASDEFINITIONS.EXE" /s' />
<upgrade cmd='%COMSPEC% /c rmdir /q /s "%UserProfile%\Start Menu\Programs\SUPERAntiSpyware"' />
<remove cmd='%COMSPEC% /c msiexec /x %SOFTWARE%\SUPERAntiSpyware.msi /qn' />
<remove cmd='%COMSPEC% /c rmdir /q /s "%AllUsersProfile%\Start Menu\Programs\Super Anti-Spyware"' />
</package>