Tommyknocker
11-19-2010, 06:32 AM
Hello.
Is it possible to unlock functions during installation depending on the serial number the user entered?
Reason
I implemented my own dialog to select the language of the software to be installed. This setup uses the serial numbers of the dialog "user info", that means I have a pool of 100 possible serial numbers, for example.
Example1
Is it possible to allow the installation of a special language only in combination with a sub-list of the possible serial numbers?
Example: If user selects "French" the software should only be installed, if one of the first ten serial numbers is entered. Otherwise a message should be displayed.
Or is it possbile to have the 100 serials for all other languages, and for selecting "French" a different dialog is displayed, which has it´s own pool of serial numbers?
Example2
Depending on the entered serial number different files should be installed.
For example some other DLLs, or a different EXE file. That would mean I could have two applications within one software (for example one demo version and the release). Depending on the serial number the corresponding software is installed.
Thank you for your help.
Is it possible to unlock functions during installation depending on the serial number the user entered?
Reason
I implemented my own dialog to select the language of the software to be installed. This setup uses the serial numbers of the dialog "user info", that means I have a pool of 100 possible serial numbers, for example.
Example1
Is it possible to allow the installation of a special language only in combination with a sub-list of the possible serial numbers?
Example: If user selects "French" the software should only be installed, if one of the first ten serial numbers is entered. Otherwise a message should be displayed.
Or is it possbile to have the 100 serials for all other languages, and for selecting "French" a different dialog is displayed, which has it´s own pool of serial numbers?
Example2
Depending on the entered serial number different files should be installed.
For example some other DLLs, or a different EXE file. That would mean I could have two applications within one software (for example one demo version and the release). Depending on the serial number the corresponding software is installed.
Thank you for your help.