C# Application self-destroy at specific date

Posted by DanSogaard on Stack Overflow See other posts from Stack Overflow or by DanSogaard
Published on 2010-03-21T10:30:11Z Indexed on 2010/03/21 10:31 UTC
Read the original article Hit count: 316

Filed under:
|

Is there anyway I can use to destroy my deployed application at specific date?. How can I order the application to destroy itself at specific date after installation?. Say I deployed my C# application at PC1 today. After a specific date the application is deleted and removed off PC1 automatically (Installation folder removed). How can I do that?. If this is not possible, at least how can I prevent the user from using it anymore after specific date?.

© Stack Overflow or respective owner

Related posts about c#

Related posts about deployment