Jump to content

Config.msi Folder entry does not work!


SMalik

Recommended Posts

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

Link to comment
Share on other sites

  • Moderators

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"

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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.