Announcement

Collapse
No announcement yet.

serial numbers for different packages?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • serial numbers for different packages?

    Can I create two separate serial number lists with oneone installing package a'A' and the other installing package 'B'?

    Thanks for your help

  • #2
    You can do so. Check the script in the On Next event of the "Verify Serial Number" screen. There, you can see how to use a global function named g_IsSerialNumberInList(). If you pass nil to strListName (which is the default), all lists of serial numbers will be checked. However, you can check if a given serial number can be found on a specific list as well by setting that name instead of nil.

    Ulrich

    Comment


    • #3
      Thanks I'll give it a shot...

      Comment

      Working...
      X