1. Open Visual Studio.
2. Open your Project.
3. From Solution Explorer right-click Solution (project)--> Add -->New Project ...
4. Select Other Project Types --> Setup and Deployment --> Visual Studio Installer --> Select Setup Wizard. Write a name and click OK.
5. Click Next.
6. Select Create a setup for windows application.
7. Click Next.
8. Select Primary Output from Project.
9. Click Next.
10. Click Add and select your app config file.
11. Click Open.
12. Click Next and then Finish.
13. Click Finish.
14. Click the Application folder at the left side.
15. Right Click Application Folder and add Project Icon that you want to set.
16. Select Icon.
18. Now Right Click Primary Output and Click Create a shortcut to Primary Output from Project.
19. Give a name to exe. and from shortcut property set Icon.
20. Now Drag and Drop Exe to User's Desktop.
21. Now-Again Create shortcut and Drag and Drop it to User's Program Menu.
22. Now From Solution Explorer -- > Select Project and From--> View -- >Select Properties Window.
23. Set Publisher name and company name.
24. Now Right Click Setup from Solution Explorer. And click Build.
25. In Project Folder you will find EXE in the Release folder.
26. Install Exe and check.