09-20-2007 02:14 AM
Iam using LabView8.0. I have created an installer with exe included in it, for my application.
If suppose any user installs my application, i want to keep an option such that it works for first 30 days after installation, like any other evaluation softwares.
Can you please suggest me a way to create time specific installer ?
Thanks and Regards,
SODLB
09-20-2007 02:48 AM
09-20-2007 02:51 AM
09-20-2007 03:03 AM
Hi,
I am not too sure how you can get the time of installation but you could design your exe so that it records the time the program first ran in a binary file (preferably scrambled so that users cant change it around). Everytime the program runs after the first run, it will have to check that file for the date validity.
Would this work? I can probably write up a quick example if needed.
09-20-2007 03:42 AM
09-20-2007 11:31 PM