Create a evaluation Period

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Squall
    Forum Member
    • May 2003
    • 1

    Create a evaluation Period

    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
    Indigo Rose Staff Member
    • May 2000
    • 2149

    #2
    Re: Create a evaluation Period

    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.


    Comment

    Working...
    X