teechart and installshield
teechart and installshield
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.
Re: teechart and installshield
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,
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 |
Instructions - How to post in this forum |
Re: teechart and installshield
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.