←  General Support

AutoPatcher Forum

»

Error in MRT August 2012

Whatacrock's Photo Whatacrock 21 Aug 2012

Working on reworking the Vista x86 script to same layout as Windows XP x86 and x64.
On testing on my Vista machine noticed that MRT August was displayed in black and checked, on checking the registry found the difference in version number

apm section showing

[DetectionRegistry]
RegistryPath=HKLM\SOFTWARE\Microsoft\RemovalTools\MRT
KeyName=Version
KeyValue=3E9B6E28-8A74-4432-AD2A-46133BDED728

should be

[DetectionRegistry]
RegistryPath=HKLM\SOFTWARE\Microsoft\RemovalTools\MRT
KeyName=Version
KeyValue=C1156343-36C9-44FB-BED9-75151586227B

I will take the flak for this one as I was the one that updated the script for August and emailed it to ViroMan

Here is KB890830 x64

[DetectionRegistry]
RegistryPath=HKLM\SOFTWARE\Microsoft\RemovalTools\MRT
KeyName=Version
KeyValue=3E9B6E28-8A74-4432-AD2A-46133BDED728

should be changed to

[DetectionRegistry]
RegistryPath=HKLM\SOFTWARE\Microsoft\RemovalTools\MRT
KeyName=Version
KeyValue=C1156343-36C9-44FB-BED9-75151586227B
Edited by Whatacrock, 21 August 2012 - 06:47 AM.
Quote

dkdk_it's Photo dkdk_it 23 Aug 2012

Thanks for feedback.
I'll check it tonight.
Quote

dkdk_it's Photo dkdk_it 23 Aug 2012

Fixed... to update this modules you need to change:
  • MRT version
  • KeyValue for detection
  • use a charset to detect Greek language (otherwise tons of "?" will be displyed)
  • use 7z compression for rti (this action save more bandwidth)
New script has released (date 20120823).
Bye.
Quote