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
Customer Installation
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Customer Installation
Hi JF_3D,
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.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.
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.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?
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Customer Installation
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?
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?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Customer Installation
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!
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!
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |