How to download and install the TranTOOLs’ Database Manager: CTSQL

A DEMO version of the CTSQL engine is available and allows 100 registers per table. It includes the following programs:

Installation procedure:

In one word:

ttinstalluser.exe <hostname> -user <user's name> -password <user's password> -directive SeTcbPrivilege SeBatchLogonRight SeServiceLogonRight
mwlisten.exe -install <service name>
mwlisten.exe -service <service name> -user <user's domain and account> -passwd <user's password>
mwlisten.exe -start <service name> <[manual]|[automatic]>

For example:

c:\Multiway\bin\ttinstalluser.exe localhost -user ctsql -password passwd -directive SeTcbPrivilege SeBatchLogonRight SeServiceLogonRight
c:\Multiway\mwlisten.exe -install ctsql
c:\Multiway\mwlisten.exe -service ctsql -user .\ctsql -passwd passwd
c:\Multiway\mwlisten.exe -start ctsql automatic