How to Create Setup/Installer exe file from Visual Studio C# (WPF) project

  • Thread starter Thread starter Tuhin-Bangladesh
  • Start date Start date
T

Tuhin-Bangladesh

Guest
I have one WPF (C#) solution, which contain 4 projects like below, and some icons. I want to create setup/installer exe file. How can I do that?

I have tried Installshield and Advance Installer Project but its not even debugging.

Its working perfect in my other project which have 1 project in 1 solution. But its not working in this project where I have 4 projects in 1 solution.

if someone please help me?

------------------------------------------------------------

Solution MySolution

Project MySolution1

Project MySolution2

Project MySolution3

Project MySolution4

Continue reading...
 
Back
Top