How can I skip the login database dialog when launching WinLicense?

<< Click to Display Table of Contents >>

Navigation:  WinLicense > FAQ > Registration > Common >

How can I skip the login database dialog when launching WinLicense?

If you are using a MySQL server database, a login dialog is displayed when you run WinLicense. You can skip that dialog from being displayed.

 

Just edit to the "WinLicense.ini" file and under the [Database] section add the following entries:

 

SkipConnectionDialog=yes

IsRemoteDatabase=yes

Server=your_server_address

Port=your_server_port

UserName=your_username

Password=your_password

Database=your_database