Difference between revisions of "Malwarebytes"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Malwarebytes Silent Installer)
(No difference)

Revision as of 21:52, 21 May 2009

This is a silent installer and uninstaller for Malwarebytes.

"Malwarebytes is a site dedicated to fighting malware. Malwarebytes has developed a variety of tools that can identify and remove malicious software from your computer. When your computer becomes infected, Malwarebytes can provide the needed assistance to remove the infection and restore the machine back to optimum performance." - Malwarebytes.org

Malwarebytes Homepage: [1]

Download Malwarebytes: [2]

 
<packages>
    <package
        id="malwarebytes"
        name="Malwarebytes"
        revision="1"
        reboot="false"
        priority="1">
       
        <check type="uninstall" condition="exists" path="Malwarebytes' Anti-Malware" />
       
        <install cmd='%software%\mbam-setup.exe /verysilent /norestart /sp-' />
        <install cmd='%COMSPEC% /c del /q "%AllUsersProfile%\Desktop\Malwarebytes&apos; Anti-Malware.lnk"' />
       
        <upgrade cmd='%SOFTWARE%\mbam-setup.exe /verysilent /norestart /sp-' />
        <upgrade cmd='%COMSPEC% /c del /q "%UserProfile%\Desktop\Malwarebytes&apos; Anti-Malware.lnk"' />
       
        <remove cmd='"%ProgramFiles%\Malwarebytes&apos; Anti-Malware\unins000.exe" /verysilent' />
    </package> 
</packages>