Mehmood Hammad
Mehmood Hammad

Reputation: 1

How to add database and crystal report yo windows form application so it can be deploy to client pc

I have created a winForm app in vs15. But the problem is that i am not able to install it on client side.. My app contains a database on sql server 2012 and a crystal report.. It works well on my pc but not on client.. Kindly any one may help me in this problem. It is more convenient to me if step by step procedure provided. Thanks in advance.. Ask me about my problem if there is any misunderstanding or vagueness in my question.

Upvotes: 0

Views: 188

Answers (1)

Beldi Anouar
Beldi Anouar

Reputation: 2180

You can use Clickones to create a installer for your programme :

Have a look at this :link

enter image description here

And also you can InstallShield : Under Other Project Types you should see Setup and Deployment. you can get the installer extension here

Upvotes: 1

Related Questions