PDA

View Full Version : Create a evaluation Period


Squall
05-29-2003, 12:47 PM
Yes can anyone tell me how to exactly make setup factory create setup.exe to have a expiration or evaluation period built in it.

How do we do this exactly? I have read the manual and even printed out all 300 pages and still see nothing on how to accomplish this, other than it says it can be done.

Thanks in advance
Squall

Adam
05-30-2003, 03:02 PM
In order to get the Setup.exe to expire a certain number of days after it was built you can use the following actions:

Assign Value (%Date% = %JulianDate% - #JULIANDATE#)
IF (%Date% > 30)
Abort Setup
END IF

This will make the Setup.exe expire 30 after you built it.