cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
sdanda
Level 2

Can we provide a serial key dialog box in this projects?

Hi,
I want to to provide some privacy to my applcation. Before installing my application, it will prompts the end user for serial key. After entering the valid serial key, the installation continues. In Professional edition of Installscript type projects,we can do this by using this dialog(SdRegisterUserEx ( szTitle, szMsg, svName, svCompany, svSerial ); ). Is it possible to display a dialog that asks for a serial key in this expresss type projects? If it is possible, Where i need to do the serial key validation? Can any one help me?
Thank You.
Labels (1)
0 Kudos
(1) Reply
joshstechnij
Level 10 Flexeran
Level 10 Flexeran

You can include serial number validation on the CustomerInformation dialog from the Dialogs view in your Express project. Set the Show Serial Number option to Yes and provide the serial number template, a validation DLL, and the name of the validation function in the DLL.
0 Kudos