topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 10:09 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Files created in Application Data and System32 directories  (Read 17518 times)

thor222

  • Participant
  • Joined in 2008
  • *
  • Posts: 4
    • View Profile
    • Donate to Member
I've been running two programs (FARR and ProcessTamer) and I've noticed that each has created a file in the WINDOWS\System32 directory:

DonationCoder_findrunrobot_InstallInfo.dat
DonationCoder_processtamer_InstallInfo.dat

They look harmless and are duplicates of files created in the Application Data\DonationCoder\Keys directory in my Documents and Settings directory.

My question: what are these files and why are they written to the System32 directory?

Thanks,
Shawn

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Files created in Application Data and System32 directories
« Reply #1 on: August 01, 2008, 08:42 AM »
it is from the donationcoder license key system. the files tell it when you installed the program so it knows when to complain and tell you to visit the site after 6 months to download a new license key.  if you delete it it will be recreated.  kind of annoying i know :(

thor222

  • Participant
  • Joined in 2008
  • *
  • Posts: 4
    • View Profile
    • Donate to Member
Re: Files created in Application Data and System32 directories
« Reply #2 on: August 01, 2008, 09:37 AM »
Ah. Thanks for the info! A little annoying, yes, but manageable. Just out of curiosity, why create them in the System32 directory and not just the Application Data folder?

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Files created in Application Data and System32 directories
« Reply #3 on: August 01, 2008, 09:48 AM »
it's me being sneaky.. they are created in the app dir and system dir, if one is deleted and the other exists it will be recreated from the other location :)

thor222

  • Participant
  • Joined in 2008
  • *
  • Posts: 4
    • View Profile
    • Donate to Member
Re: Files created in Application Data and System32 directories
« Reply #4 on: August 01, 2008, 09:53 AM »
OK. Thanks!

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Re: Files created in Application Data and System32 directories
« Reply #5 on: August 01, 2008, 09:56 AM »
thor222, you are really thorough. :)

mouser, why not get the date from the folder (date created) of the installed programs. that way there'll be no tell-tale signs. ;)

f0dder

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 9,153
  • [Well, THAT escalated quickly!]
    • View Profile
    • f0dder's place
    • Read more about this member.
    • Donate to Member
Re: Files created in Application Data and System32 directories
« Reply #6 on: August 01, 2008, 06:40 PM »
mouser: you really shouldn't be dropping stuff in SYSTEM32 though - shame on you :)
- carpe noctem

justice

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 1,898
    • View Profile
    • Donate to Member
Re: Files created in Application Data and System32 directories
« Reply #7 on: August 02, 2008, 03:01 AM »
yeah I thought the fonts folder is where you put files you don't want to be seen  ;)

thor222

  • Participant
  • Joined in 2008
  • *
  • Posts: 4
    • View Profile
    • Donate to Member
Re: Files created in Application Data and System32 directories
« Reply #8 on: August 05, 2008, 01:16 PM »
This brings up an issue: on the main page for FARR, it claims that FARR is "fully portable and runnable from a USB thumbdrive, and doesn't mess with your registry" (emphasis not mine). I would have to partially disagree with that statement :P To me, fully portable means "leaves no traces" behind on the host system.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Files created in Application Data and System32 directories
« Reply #9 on: August 05, 2008, 01:18 PM »
yes, i need to make a switch that stops this behavior when run portably, i agree 100% and it is planned for very near future.

jgpaiva

  • Global Moderator
  • Joined in 2006
  • *****
  • Posts: 4,727
    • View Profile
    • Donate to Member
Re: Files created in Application Data and System32 directories
« Reply #10 on: August 05, 2008, 02:30 PM »
Mouser: Another way to do it would be to add the time information to the key itself, so that it only lasts for some time.
This also spares having different expiration dates for each program you install.

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Re: Files created in Application Data and System32 directories
« Reply #11 on: August 05, 2008, 10:24 PM »
or designate a different set of keys for portable versions. since those looking for portable versions are tinkerers by nature (myself included), they will back for an updated version. ;)