Create stondalone c# windows aplication setup including sql

Apr 8 2019 1:37 AM
I want to create a standalone c# windows application executable file which includes sql server & crystal report so I didn't have to install any additional package environment like MSI, Frameworks etc to run and install the setup file on client machine.
 
If it is possible in Asp.Net webs application than I can use it too or is there software to available to create a standalone application using c#, sql server & crystal report.
 
Basically I want the result will be a standalone setup file that can executed on client machine & can be installed as a normal software which can be processed by normal user as well by following some instructions.
 
I already tried to build it from VS2010 installtion feature but it doesn't have feature to include the above requirements.

Answers (1)