Jump to content


Detect Missing File or RegEntry


  • You cannot reply to this topic
No replies to this topic

#1 OFFLINE   Sascha

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 13 November 2009 - 09:49 AM

Hmm I have one Problem..

Adobe Reader for example (and many other programs) on a update to the next version forgets to clean some files...
So I have to check for a file which is missing and some data which is still left.

I want to do following:

DetectFile=%ProgramFiles%\Adobe\Reader 8.0\Reader\
AND (optional)
DetectNoFile=%ProgramFiles%\Adobe\Reader 9.0\Reader\AcroRd32.exe
(Alternative Implementation) DetectFile=%ProgramFiles%\Adobe\Reader 9.0\Reader\AcroRd32.exe|MISSING)
(Alternative Implementation) MissingFile=%ProgramFiles%\Adobe\Reader 9.0\Reader\AcroRd32.exe)
FileKey1=%ProgramFiles%\Adobe\Reader 8.0\Reader\|*.*|REMOVESELF

Could you consider this for further development

Thanks Sascha