I have to store a demo install date somewhere on a client PC. The app demo period is calculated on the install date. Obviously it must be impossible for users to edit or delete this value.
How can this be done ?
- We can't use HKLM registry because of Citrix
- Can't use /Program Files because of Vista
- Can't use /Documents and settings because of Citrix
- erm ... is there anything left ... besides asking the user "Choose the location you want to store the install date" .. :-)
A solution would be to connect to a server and validate it there, but that would mean an internet connection is Required, which, .. sucks ..