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....
What we need for install our application for oyr customer....
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
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
- Fabio Pagano
- Posts: 355
- Joined: Mon Apr 16, 2007 12:38 pm
- Location: Bari (Italy)
What we need for install our application for oyr customer....
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.
In .NET world the deployment is an "xcopy" deployment, so your customer doesn't need any Stimulreport installation package.