If you have ever recieved either of these eror messages and Malwarebytes has not installed or you had to press the Ignore button to continue then you may want to consider running this routine to possibly correct it.
[indent]Run-time error '372' vbalsgrid6.ocx
C:\Program Files\Malwarebytes' Anti-Malware\mbamext.dll
Unable to register the DLL/OCX: RegSvr32 failed with exit code 0x5[/indent]
After being able to duplicate this issue of vbalsgrid6, mbamext.dll, and SSubTimer6 failure to register OCX I've written a small procedure that is designed to correct possible Registry permission errors that prevent Malwarebytes from installing. You should ONLY follow this procedure if you're encountering this OCX or DLL REGSVR32 error.
STEP 1
[indent]
- Download and install SubInACL
- By default it installs to: C:\Program Files\Windows Resource Kits\Tools
- Either download this batch file to your desktop, or copy and paste the code below into a new NOTEPAD file and save it as updateMBperms.bat to your desktop
- AFTER you have installed SubInACL then double click on either the downloaded batch file or the one you created to update the Registry permissions.
- Note! Users on Vista will need to right click on the batch file and select Run as Administrator
[indent]
@ECHO OFF ::Written to update registry permissions for Malwarebytes installation issues. cd /d "%programfiles%\Windows Resource Kits\Tools" subinacl /subkeyreg HKEY_CLASSES_ROOT\MBAMExt.MBAMShlExt /grant=administrators=f /grant=system=f /grant=restricted=r /grant=%USERNAME%=f /setowner=administrators subinacl /subkeyreg HKEY_CLASSES_ROOT\MBAMExt.MBAMShlExt.1 /grant=administrators=f /grant=system=f /grant=restricted=r /grant=%USERNAME%=f /setowner=administrators subinacl /subkeyreg HKEY_CLASSES_ROOT\SSubTimer6.CTimer /grant=administrators=f /grant=system=f /grant=restricted=r /grant=%USERNAME%=f /setowner=administrators subinacl /subkeyreg HKEY_CLASSES_ROOT\SSubTimer6.GSubclass /grant=administrators=f /grant=system=f /grant=restricted=r /grant=%USERNAME%=f /setowner=administrators subinacl /subkeyreg HKEY_CLASSES_ROOT\SSubTimer6.ISubclass /grant=administrators=f /grant=system=f /grant=restricted=r /grant=%USERNAME%=f /setowner=administrators subinacl /subkeyreg HKEY_CLASSES_ROOT\vbAcceleratorSGrid6.cGridCell /grant=administrators=f /grant=system=f /grant=restricted=r /grant=%USERNAME%=f /setowner=administrators subinacl /subkeyreg HKEY_CLASSES_ROOT\vbAcceleratorSGrid6.cGridSortObject /grant=administrators=f /grant=system=f /grant=restricted=r /grant=%USERNAME%=f /setowner=administrators subinacl /subkeyreg HKEY_CLASSES_ROOT\vbAcceleratorSGrid6.IGridCellOwnerDraw /grant=administrators=f /grant=system=f /grant=restricted=r /grant=%USERNAME%=f /setowner=administrators subinacl /subkeyreg HKEY_CLASSES_ROOT\vbAcceleratorSGrid6.vbalGrid /grant=administrators=f /grant=system=f /grant=restricted=r /grant=%USERNAME%=f /setowner=administrators ECHO . ECHO All done. Please try to reinstall Malwarebytes now. pause[/indent]
STEP 2
[indent]Now try to reinstall Malwarebytes v1.50.1 again[/indent]STEP 3
[indent]Please let us know if this corrected the issue so that we can build this into the regular installer.[/indent]
Sign In
Create Account
This topic is locked

Back to top











