Page 1 of 1
Customer Installation
Posted: Mon May 10, 2010 10:05 am
by 15655935
I have designed a asp.net program with VB.net using TeeChart
I now want to install it on the customers PC. I know I need to buy a license for the customer. I also know how to install my software - what I am not sure of is how to get the new license on the customers PC.
Do I need to run TeeRegV2009.exe after I have installed my Web Software? if so can I create a batch file to do so, so customer does not need to be aware of it? How would I do this?
If not what do I need to do
Thanks for any help
Re: Customer Installation
Posted: Mon May 10, 2010 10:18 am
by narcis
Hi JF_3D,
I now want to install it on the customers PC. I know I need to buy a license for the customer. I also know how to install my software - what I am not sure of is how to get the new license on the customers PC.
You may need a web-server runtime license but not a developer license. Please read
TeeChart for .NET licensing terms or contact our Sales Dept. for more information about that.
Do I need to run TeeRegV2009.exe after I have installed my Web Software? if so can I create a batch file to do so, so customer does not need to be aware of it? How would I do this?
No, you shoudn't run TeeRegister tool in client's machine. This is only for design-time licenses. Please read tutorial 17 on how you should build and deploy your applications. Tutorials can be found at TeeChart's program group.
Re: Customer Installation
Posted: Mon May 10, 2010 10:38 am
by 15655935
Thanks, I did look in the Tutorials, but cannot see anywhere to put in a new license number?
When we buy a Web license for our customer will we not get a new number that needs to go onto our customers pc or our software?
Re: Customer Installation
Posted: Mon May 10, 2010 10:43 am
by narcis
Hi JF_3D,
You'll get a Webserver runtime license number but this doesn't need to be used anywhere. It's just a legal permission from Steema Software to deploy your ASP.NET application in a web server. You just need to compile your applications with licenses.licx built as an embedded resource as described in the tutorial. You can check if this is done correctly by invalidating the designtime license at the development machine as described
here. Then you will just have to deploy your ASP.NET project files together with TeeChart.dll.
Hope this helps!