LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Add Expiration date to a Stand-Alone application

I need to add expiration date to an Stand alone application for security reasons,

this expiration date can be for any time, after that time expired, I need to revalidate the software and start the expiration time again,

any ideas?

Thank you guys.

0 Kudos
Message 1 of 5
(2,827 Views)
0 Kudos
Message 2 of 5
(2,822 Views)

BLT is another toolkit that you might want to look into. Never used it myself but talked to Studio Bods and got a demo from them one NIWeek and I was pretty impressed.

Matt J | National Instruments | CLA
0 Kudos
Message 3 of 5
(2,805 Views)

I'm looking this Third-Party Licensing now, but can't find that "Expiration date" for my Stand Alone application, I will continue investigating, maybe looking for some samples.

0 Kudos
Message 4 of 5
(2,799 Views)

@LuisMontoya wrote:

I need to add expiration date to an Stand alone application for security reasons


What are "Security reasons"? How bulletproof does it need to be (e.g. users changing the system date or looking at the binary code of the exe, etc.)? While everything is crackable, you could add an encrypted file to a special location (or a registry entry) that checks for expiration date. If expired, the software would come up in a special mode that only allows updating the expiration file using an activation code. Could be done in one simple init state of a state machine, nothing fancy.

0 Kudos
Message 5 of 5
(2,797 Views)