Difference between revisions of "Malwarebytes"
From WPKG | Open Source Software Deployment and Distribution
(Malwarebytes Silent Installer) |
m |
||
Line 3: | Line 3: | ||
"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 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: | + | Malwarebytes Homepage: http://malwarebytes.org/ |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<source lang="xml"> | <source lang="xml"> |
Revision as of 00:11, 22 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: http://malwarebytes.org/
<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' Anti-Malware.lnk"' />
<upgrade cmd='%SOFTWARE%\mbam-setup.exe /verysilent /norestart /sp-' />
<upgrade cmd='%COMSPEC% /c del /q "%UserProfile%\Desktop\Malwarebytes' Anti-Malware.lnk"' />
<remove cmd='"%ProgramFiles%\Malwarebytes' Anti-Malware\unins000.exe" /verysilent' />
</package>
</packages>