Results 1 to 2 of 2

Thread: Pragma RELEASEDATE

  1. #1

    Default Pragma RELEASEDATE

    Hi Friedrich,

    what is the Pragma RELEASEDATE good for?

    Markus

  2. #2

    Default Re: Pragma RELEASEDATE

    Markus,

    >
    > what is the Pragma RELEASEDATE good for?
    >

    You only need this #pragma if you support the setupPROTECT "subscription
    key" feature in your setup.

    By default, the compiler adds the current date to the setup.exe. This date
    stamp is used to validate "subscription keys". The RELEASEDATE #pragma can
    be used to set the release date to a date other than the current date. For
    example, you release a "hot-fix" for a customer who has an expired
    subscription key. Then you can use this #pragma to "back date" the compile
    date and the customer with the expired subscription can apply the fix.

    Friedrich

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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