How to detect if an app was already installed before
- by Dante
How do software applications keep track of whether the user already installed the application before in it's Windows system?
Say you install app X, trial version, remove it, then re install it, and when you run it again it detects you had already installed it before. If you uninstall and clean all registry information it shouldn't know you had already installed it before...
Disclaimer: I'm not trying to "hack" any application, just thinking about how this is implemented.