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

Stimulsoft Reports.NET discussion
Post Reply
hamed
Posts: 3
Joined: Wed Oct 17, 2007 3:09 pm

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

Post 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?!!
Brendan
Posts: 309
Joined: Sun Jul 16, 2006 12:42 pm
Location: Ireland

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

Post 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
User avatar
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....

Post 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.
Post Reply