Page 1 of 1
teechart and installshield
Posted: Fri Nov 19, 2010 4:24 am
by 9644577
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
Posted: Fri Nov 19, 2010 12:29 pm
by 10050769
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,
Re: teechart and installshield
Posted: Sat Nov 20, 2010 7:14 am
by 9644577
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.