Automated Licensing
To automate the electronic licensing process, command line arguments can be added. Refer to the lists below.
Required Params
- /tn=<transaction number>
- /ac=<authorization code>
- /kiosklevel=<model> - KioWare model (1-Basic, 2-Remote Monitoring, 3-Full).
- /register - enables web licensing registration for this transaction.
Optional Params *
- /license_type=<type> Type of license: (single, multi, volume).
- /company=<name> Company name used for Multi-user and Volume licenses.
- /user_count=<count> Multi-user license user count.
- /license_key=<key> Your license key.
- /system_id=<id> Usually your computer host name.
- /private_mn=<id> Alternative to system_id if you don't want the system_id stored on KioWare.com.
- /silent - config tool will not display on the screen and will exit when licensing is complete.
- /useproxy - use a proxy to send request over the web.
- /proxy_user=<proxy username>
- /proxy_pass=<proxy password>
- /proxy_port=<proxy TCP/IP port>
- /proxy_server=<Proxy server location, either IP or domain>
- /expday=<day, 1-31> (time limited license only).
- /expmonth=<month, 1-12> (time limited license only)
- /expyear=<year, numeric> (time limited license only).
* Optional Params means that they are not required to license KioWare Full Single.
Example:
KioWare_Config /tn=1234 /ac=5678 /kiosklevel=3 /silent /useproxy /proxy_server=192.168.0.1 proxy_port=8080 /register
Example (time limited):
KioWare_Config /tn=1234 /ac=5678 /silent /expday=22 /expmonth=5 /expyear=2007 /register
For those who use KioWare Server, this process can be completely automated. See the Content Updating section of the KioWare Server docs.