Main screen Customization - SetRegisterSettings **
![]() Main screen Customization - SetRegisterSettings ** |
![]() |
![]() |
![]() |
||
Main screen Customization - SetRegisterSettings ** |
![]() |
![]() |
![]() |
![]() |
This command defines the main settings of the activation screens, the workflow and also the activation options.
Click on an image to see what you can customize.
Name |
SetRegisterSettings |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Purpose |
Set parameters for the EasyGo (PrepareAndCheck) functionality. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Params |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Returncode |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Usage |
To customize the EasyGo form. This call is in most cases necessary and has to be done before calling PrepareAndCheck. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Sample |
lic.SetRegisterSettings(‘c:\temp\myimage.jpg’, // ImageFile true, // Allow License Viewer true, // Serial is a Key 'My Company', // Manufacturer ‘My Product’, // Productname true, // Register Online true, // Register By E-Mail ‘activate@mycompany.com', // E-Mail-Address true, // Register By Fax '012345/6789-1', // Faxnumber false, // Register By Phone '', // Phonenumber '', // E-Mail Fax Text 0, // DefaultMethod 'http://www.mycompany.com/buymyproduct', // Buy URL Help URL ' http://www.helpserver.biz/onlinehelp/lp/easygo/3.0/activationhelp/index.html ',//
Background Image 'C:\program files\myapp\background.png'); // Workflow Type 1, // TimeLimitedFullVer. false, // ContactAddress 'support@mycompany.com' ... |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
See also |
SetCustomText, SetRegisterLanguages, PrepareAndCheck, SetLanguage, SetRegisterSerialNo |
Additional configuration options are available using
You can provide the Serial Number for the Activation Screens using SetRegisterSerialNo in case you use a generic Serial Number or you already have another screen, where the user typed in the Serial Number.
Important change if you upgrade from a version before 3.0
The parameter: CopyProtectionSwitchOnKey was replaced with a configuration setting in the project file to handle the status after the activation.