K
Keith Smith
I need to be sure that my app expires after 30 days and even if the user
uninstalls and reinstalls the app then it will not function. Are any of
these methods good?
1. Write a small code in the registry telling the system that the software
is expired.
2. Put a file (maybe a .INI) somewhere in the Windows path letting the app
know it is expired
3. Write to a particular byte/sector on the hard drive which would indicate
whether or not the app is expired (is this even possible?)
I know this isn't completely a C# programming question, but I thought you
guys would have a great answer to this. Thanks!
uninstalls and reinstalls the app then it will not function. Are any of
these methods good?
1. Write a small code in the registry telling the system that the software
is expired.
2. Put a file (maybe a .INI) somewhere in the Windows path letting the app
know it is expired
3. Write to a particular byte/sector on the hard drive which would indicate
whether or not the app is expired (is this even possible?)
I know this isn't completely a C# programming question, but I thought you
guys would have a great answer to this. Thanks!