i want that my product should expire after 15 days.
what i am doing is i am creating a registry file where i am writing the installation date and after 15 day i am expire the product.
but my issue comes when user changes the system date and time then my approach fails.
kindly suggest the way which i can do.
dont what to do with some licence encrypte dfile.
suggest someting with registery issue
Loading
brunda kPosted Mar 9, 2013, 7:03 AM
http://stackoverflow.com/questions/6456402/adding-a-system-threading-timer-to-a-windows-service-in-vs-2010
Hope this information is of some use
nishant ranjanPosted Mar 9, 2013, 6:24 AM
what i want is irrespective of date change, the product should work for 15 days only from the date of installation...
suppose some one intalls today then it expires after 15 days but if days changes then also it should expire after 15 days
brunda kPosted Mar 9, 2013, 6:17 AM