Jump to content

Integrating KB890830 update


Recommended Posts

Windows Malicious Software Removal Tool x64 - February 2010 (KB890830)

Since this update comes as an exe file, how can I integrate it into my win7 image since 7customiser/Win Integrator only allow integation of msu files?

Edited by Spaceboy
Link to comment
Share on other sites


Windows Malicious Software Removal Tool x64 - February 2010 (KB890830)

Since this update comes as an exe file, how can I integrate it into my win7 image since 7customiser/Win Integrator only allow integation of msu files?

from a cmd prompt >> windows-kb890830-x64-v3.4 /?

Can add those exe type to sources\$OEM$\$$\SETUP\Scripts\Setupcomplete.cmd

CMD /C start /wait %systemdrive%\Install\msxml4-KB954430-enu.exe /quiet
CMD /C start /wait %systemdrive%\Install\msxml4-KB973688-enu.exe /quiet
CMD /C start /wait %systemdrive%\Install\vcredist2005SP1_x64.exe /Q
CMD /C start /wait %systemdrive%\Install\vcredist2008SP1_x64.exe /Q
CMD /C start /wait %systemdrive%\Install\windows-kb890830-x64-v3.4.exe /Q

Link to comment
Share on other sites

I also mount and the MRT Version to the <mount_folder>\windows\system32\config\software hive

reg load HKLM\WAIK \mount\windows\system32\config\software

reg add HKLM\WAIK\Microsoft\RemovalTools\MRT /v Version /t REG_SZ /d 76D836AA-5D94-4374-BCBF-17F825177898 /f

The MRT Version is also added after you run mrt.exe and do a quick scan, you can do this with FirstLogonCommands or SetupComplete.cmd and run mrt.exe /q (which makes it do a quick scan)

Edited by ricktendo64
Link to comment
Share on other sites

  • 1 year later...

You need to add an entry listed here into the registry. Changes every month.

I use a setupcomplete.cmd for autoactivation :

@echo off

start /WAIT %~dp0Install.exe

cd %~dp0

del Install.exe

del SETUPCOMPLETE.cmd

folder content is install.exe and setupcomplete.cmd. it work very well for activation.

I simply add the mrt reg file to this. how must I do? I used convert reg2exe it work good on live system but not worked in windows 7 setup

Windows Registry Editor Version 5.00

;MRT MAY 2011

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\RemovalTools\MRT]

"EULA2"=dword:00000001

"Version"="852F70C7-9C9E-4093-9184-D89D5CE069F0"

How can I add this reg file SIMPLY to setupcomplete.cmd?

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...