c# - Setup and Deployment of windows application along with .net frameworks, crystal reports and windows service -


I am working on windows application, I have a new client requirement like everything tied in a single setup file (Example: SQL Server 2012 Express Edition, Application Database, Crystal Reports, .NET Framework, Other 2 Applications and Windows Service)

I set the setup file with the database using the installer class below Created Its work is fine

And I tried for crystal report, added some merge module but I do not know that merge module needs to be fixed, so I've added all the modules

So, how do I add .NET Framework, Windows Service, Crystal Report, SQL Server 2012 Express Edition to a single setup file? Can you show me a way to follow this work

thanks & amp; Regards, Shridhar

Take a look at this answer. I think what the advanced installer is looking for you. You can easily bundle your pre-requisites with setup for Crystal Reports Runtime and SQL Express.

Examples below.

Enter image details here

You can set the same setup file Will be able to put everything in it.

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -