Changes
SUPERAntiSpyware Silent Installer
This is a silent installer and uninstaller for SUPERAntiSpyware.
SUPERAntiSpywareHomepage:
[http://www.superantispyware.com/]
Download SUPERAntiSpyware:
[http://www.superantispyware.com/downloads/SUPERAntiSpyware.msi]
Download Definitions:
[http://www.superantispyware.com/downloads/SASDEFINITIONS.EXE ]
Note: SUPERAntiSpyware's installer puts the icons in "%UserProfile%". This corrects that.
<source lang="xml">
<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>
</source>
[[Category:Silent Installers]]
SUPERAntiSpywareHomepage:
[http://www.superantispyware.com/]
Download SUPERAntiSpyware:
[http://www.superantispyware.com/downloads/SUPERAntiSpyware.msi]
Download Definitions:
[http://www.superantispyware.com/downloads/SASDEFINITIONS.EXE ]
Note: SUPERAntiSpyware's installer puts the icons in "%UserProfile%". This corrects that.
<source lang="xml">
<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>
</source>
[[Category:Silent Installers]]