February 19, 201016 yr 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 February 19, 201016 yr by Spaceboy
February 19, 201016 yr All you need to do is copy mrt.exe to system32MRTSTUB.EXE is not needed ? What does it do ? Edited February 19, 201016 yr by MrJinje
February 19, 201016 yr 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.cmdCMD /C start /wait %systemdrive%\Install\msxml4-KB954430-enu.exe /quietCMD /C start /wait %systemdrive%\Install\msxml4-KB973688-enu.exe /quietCMD /C start /wait %systemdrive%\Install\vcredist2005SP1_x64.exe /QCMD /C start /wait %systemdrive%\Install\vcredist2008SP1_x64.exe /QCMD /C start /wait %systemdrive%\Install\windows-kb890830-x64-v3.4.exe /Q
February 20, 201016 yr Author All you need to do is copy mrt.exe to system32Doesn't work. Windows update still says KB890830 update needed.
February 20, 201016 yr I also mount and the MRT Version to the <mount_folder>\windows\system32\config\software hivereg load HKLM\WAIK \mount\windows\system32\config\softwarereg add HKLM\WAIK\Microsoft\RemovalTools\MRT /v Version /t REG_SZ /d 76D836AA-5D94-4374-BCBF-17F825177898 /fThe 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 February 20, 201016 yr by ricktendo64
May 12, 201115 yr You need to add an entry listed here into the registry. Changes every month.I use a setupcomplete.cmd for autoactivation :@echo offstart /WAIT %~dp0Install.execd %~dp0del Install.exedel SETUPCOMPLETE.cmdfolder 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 setupWindows 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?
Create an account or sign in to comment