Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2003
    Posts
    1

    Cool 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

  2. #2
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150

    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.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts