how to deploye C# windows form application developed with sql server express 2012 and crystal report

本秂侑毒 提交于 2019-12-14 04:25:18

问题


I have developed an application in Microsoft Visual Studio 2013. .Net framework 4.5. DBMS i used is sql server 2012 express and for reporting is used Crystal report 13

I want to Create a setup file which can install .net framework, sql server and crystal report on client computer. This setup should be offline and silent.

I used click once but it is not working when i choose "Download file same as my application location". I meant offline setup is not working with click once. Second there is no option to select at which location i need to install software.

I know there is other questions posted same as like this. But i need specific help in above described condition.

Please describe how can i create this type single and standalone setup file for deployment of my project


回答1:


I also recently developed an application in C# with Crystal Reports 13 that installs pre-requisites such as .NET Framework 4.5 if needed. I used Advanced Installer.

You can also download and use the InstallShield Template. Follow this article.

Edit. For Advanced installer, you will be adding a prerequisite for SAP Crystal Reports Runtime Engine for the appropriate version.

See this.



来源:https://stackoverflow.com/questions/24507183/how-to-deploye-c-sharp-windows-form-application-developed-with-sql-server-expres

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!