Redhatcc Posted December 11, 2008 Share Posted December 11, 2008 anyone know some silent installs for this would be super great!! Link to comment Share on other sites More sharing options...
ionut_y Posted December 11, 2008 Share Posted December 11, 2008 installer used is INNO, so use /SILENT or /VERYSILENTanyone know some silent installs for this would be super great!! Link to comment Share on other sites More sharing options...
radix Posted December 11, 2008 Share Posted December 11, 2008 @echo offstart /wait mbam-setup.exe /sp- /verysilent /norestartREG ADD "HKCU\Software\Malwarebytes' Anti-Malware" /v "firstrun" /t REG_DWORD /d "1" /fREG ADD "HKCU\Software\Malwarebytes' Anti-Malware" /v "reportthreats" /t REG_DWORD /d "0" /fREG ADD "HKLM\SOFTWARE\Malwarebytes' Anti-Malware" /v "ID" /t REG_SZ /d "XXXXX" /fREG ADD "HKLM\SOFTWARE\Malwarebytes' Anti-Malware" /v "Key" /t REG_SZ /d "XXXX-XXXX-XXXX-XXXX" /fexit Link to comment Share on other sites More sharing options...
urie Posted December 13, 2008 Share Posted December 13, 2008 OK just some extras,for vista only at the moment.REG ADD %KEY%\1001 /V 104 /D "CMD /C XCOPY \"F:\APPS\Malwarebytes_Anti-Malware\ignore.dat\" \"%ALLUSERSPROFILE%\AppData\Roaming\Malwarebytes\Malwarebytes' Anti-Malware\" /I /H /R /Y" /fREG ADD %KEY%\1001 /V 105 /D "CMD /C XCOPY \"F:\APPS\Malwarebytes_Anti-Malware\news.txt\" \"%ALLUSERSPROFILE%\AppData\Roaming\Malwarebytes\Malwarebytes' Anti-Malware\" /I /H /R /Y" /fREG ADD %KEY%\1001 /V 106 /D "CMD /C XCOPY \"F:\APPS\Malwarebytes_Anti-Malware\rules.ref\" \"%ALLUSERSPROFILE%\AppData\Roaming\Malwarebytes\Malwarebytes' Anti-Malware\" /I /H /R /Y" /fApps mabey install folder for most..This is just to make sure when you instal it has latest rules.def Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now