So, what I have is:
1. Created desktop application
2. A lot of .dlls
3. Database created in MS SQL 2012
4. Crystal Reports (for clients)
Well, with all those things I am thinking about how to reploy all that into one .exe file so I can give it to my clients to install it easier then I would go to them, then copy all .dlls and .exe files I have, then install SQL Server and crystal reports. There must be easier way, like this one I want to make is.
I would like not to use some third-party installers for this, since I think that all can be done via VS 2012 deployment system.
Update: I haven't find any good solution on web for this, so I would like if some of you VS mags could help me to solve this problem, since this could reduce my instalation time a lot.