Page 1 of 1

What we need for install our application for oyr customer....

Posted: Wed Oct 17, 2007 3:26 pm
by hamed
Hi,

I complete an application and use stimul report ... what should i do for install application for my customer that they can use reports?
I mean how i can make my customer to use my application with reports.... install stimul report for them with my licence?!!

What we need for install our application for oyr customer....

Posted: Wed Oct 17, 2007 4:39 pm
by Brendan
Hi

The License.rtf file that comes with StimulReport when you install it lists the DLL's and files that can be distributed with your application. You can install these files to the same location as your application or into the GAC

What we need for install our application for oyr customer....

Posted: Wed Oct 17, 2007 4:51 pm
by Fabio Pagano
I should add that the licensed programs must be installed only on development machine, because license is embedded at compile time in your exes and dlls. In my case i simply put the Stimulsoft dlls in customer's application directory, i don't make GAC registration.

In .NET world the deployment is an "xcopy" deployment, so your customer doesn't need any Stimulreport installation package.