PDA

View Full Version : Setup to expire



NewsArchive
06-09-2010, 01:18 AM
How can I create a setupbuilder script to notify the user that the setup has
expired because a certain date has passed ?

I see I can use GetSystemInfo to retrieve the current date.

What I don't know is how to construct the date comparison.

Thank you!

Mike

NewsArchive
06-09-2010, 01:19 AM
How can I create a setupbuilder script to notify the user that the setup has
expired because a certain date has passed ?

I see I can use GetSystemInfo to retrieve the current date.

What I don't know is how to construct the date comparison.

Thank you!

Mike

NewsArchive
06-09-2010, 01:20 AM
Michael,

And there is an "Expiration Date Checking.sb7" project in the Examples
Package and the Learning SetupBuilder bible.

Friedrich

NewsArchive
06-10-2010, 01:27 AM
Thank you.

Michael d. Brooks