teechart and installshield

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Gulie
Newbie
Newbie
Posts: 3
Joined: Tue Mar 20, 2007 12:00 am
Contact:

teechart and installshield

Post by Gulie » Fri Nov 19, 2010 4:24 am

Hi,is anyone can help me?I want to make a setup with Installshield 12,and this setup contain a teechart software install . when the setup check the target machine hadn't installed the teechart ,it would run the teechart install, but when the teechart software installing,it require license number and password. I think this a bad User Experience, I want to ask if there is a command line install,transfer license number and password as a parameter in the code behind.

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: teechart and installshield

Post by Sandra » Fri Nov 19, 2010 12:29 pm

Hello Guile,

For runtime installations where TeeChart accompanies a compiled application no TeeChart keys are required, simply install the teechart.dll with you project. The project will include, compiled-in, all license keys required to execute TeeChart within the application.

Thanks,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Gulie
Newbie
Newbie
Posts: 3
Joined: Tue Mar 20, 2007 12:00 am
Contact:

Re: teechart and installshield

Post by Gulie » Sat Nov 20, 2010 7:14 am

Sandra wrote:Hello Guile,

For runtime installations where TeeChart accompanies a compiled application no TeeChart keys are required, simply install the teechart.dll with you project. The project will include, compiled-in, all license keys required to execute TeeChart within the application.

Thanks,


thans for your help.

Post Reply