I want to create a setup in C#.NET as a trial version.So I want to save the date of installation in registry and to check for the trial version validity.I tried using the installer class.But I don't know the exact method to store the datetime of the installing product.It would be helpful if explained with code examples.
Thanks in advance