How to create a demo version of my software in visual studio using an MSI?

Posted by sijith on Stack Overflow See other posts from Stack Overflow or by sijith
Published on 2010-03-23T05:40:17Z Indexed on 2010/03/23 6:33 UTC
Read the original article Hit count: 266

Filed under:
|

How to create a 30 days evaluation software. Is there any possibility to do this with MSI creation. It would be great if MSI installer package provides such in built facility, by which, application expires after fixed trial period.

If we going for custom action to do this by writing code, how can i do this.

How to Write installation time in some file in installed path or in registry or both. Please give some sample of how to capture time during installation.

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about msi