Jump to content

If you customize CCleaner read this


Andavari

Recommended Posts

  • Moderators

For people customizing CCleaner via winapp2.ini who have had CCleaner crash this is a possibility that I stumbled upon today purely by accident.

 

You add a program to winapp2.ini that has the parameters inputted incorrect, example:

[RAV AntiVirus Online Virus Scan (Log)]

LangSecRef=3024

DetectFile=%windir%\Downloaded Program Files\rave\avirexe.vdm

Default=True

FileKey1=%windir%\Downloaded Program Files\update.log

 

Notice that FileKey1= is using an incorrect path variable "\" that CCleaner doesn't support for files, this will resort into a crash dialog when running Analyze, or Run Cleaner:

cccrash8aw.png

 

This is the correction:

[RAV AntiVirus Online Virus Scan (Log)]

LangSecRef=3024

DetectFile=%windir%\Downloaded Program Files\rave\avirexe.vdm

Default=True

FileKey1=%windir%\Downloaded Program Files|update.log

 

Notice that FileKey1= is using the correct variable "|" that CCleaner supports.

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.