Page 1 of 1

Installing a new web server license

Posted: Tue Feb 03, 2009 1:41 pm
by 13051023
How shoud we install the runtime and a new license to a webserver?
In order to work, our application only needs to deploy the TeeChart.dll to the GAC and register the license (we've got the Costumer number and License number, the password not yet...).
Should we deploy the dll manually and then run the TeeRegV3.exe?
Thanks!

Posted: Tue Feb 03, 2009 2:10 pm
by narcis
Hi soft4CRIT,

No. Running TeeRegV3.exe at the webserver would install a designtime license there too. You just need to compile your applications with licenses.licx as an embedded resource as described in Tutorial 17 - Designtime, Runtime and License Requirements, specially at the Licensing setup for design and runtime section. Tutorials can be found at TeeChar'ts program group.

A WebServer license doesn't need to be literally installed. It's only a permission from Steema Software.

Posted: Tue Feb 03, 2009 2:39 pm
by 13051023
Ok, I'll take a look.
Thanks!