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.
You can set the same setup file Will be able to put everything in it.
Comments
Post a Comment