Config.msi Folder entry does not work!

The entry listed here does not work on Windows 7 32-bit.

[Config.msi Folder*]

LangSecRef=3025

DetectFile=%WinDir%\System32\msiexec.exe

Default=False

FileKey1=%SystemDrive%\Config.msi|*.*|RECURSE

I originally wrote that cleaner and I've even gave up on it. I now use this in my system batch file cleaner to eradicate that folder and some other junk files:

[ Windows Installer - Junk ]
attrib /s -r -h -s "C:\CONFIG.MSI\*.*"
rmdir /q /s "C:\CONFIG.MSI"
attrib /s -r -h -s "%WINDIR%\INSTALLER\*.TMP"
del /q /s /f "%WINDIR%\INSTALLER\*.TMP"