I want to create 2 executable with only 1 executable. How can i do that in Visual Studio 2015? I looked in internet but couldnt find something. Is there any way i can do that without wizard? Simply there will be 2 project in 1 solution and project1's exe will create project2's exe. Or something that will do what i want.
The purpose is user will not have to download 2 separate exe, he will only download 1 and otherone will be created beside exe1( both program has different purposes, so exe1 will not be onl for creating exe2)