This is probably simple, but I was wondering how I can set up a program so that depending on the serial number (example = 0000-0000-0000-0000 will install the feature limited demo, 1234-5678-9012-3456 will install the full version)
I have 0000-0000-0000-0000 in the serial # list.
I have :
IF (%UserSerialNumber% = 0000-0000-0000-0000)
Assign Value (%PackageVariable2% = True)
END IF
In the Screens > Verify Serial Number screen (I've tried it set as before and after)
Also is there anyway to put 0000-0000-0000-0000 as the default value for the serial number textarea.
thanks.
I have 0000-0000-0000-0000 in the serial # list.
I have :
IF (%UserSerialNumber% = 0000-0000-0000-0000)
Assign Value (%PackageVariable2% = True)
END IF
In the Screens > Verify Serial Number screen (I've tried it set as before and after)
Also is there anyway to put 0000-0000-0000-0000 as the default value for the serial number textarea.
thanks.
Comment