GoodDisplayName
GoodDisplayName

Reputation: 78

Creating .exe or MSI from WinForms C# Project

I have a completed WinForms C# Project that I would like to finish up by creating a simple MSI to install the program into a specific location on the client computer.

I have watched many tutorial videos and SO threads but can't seem to find an answer.

Is it possible to do with Visual Studio 2013, or do I need 3rd Party software?

Any info or links to help will be appreciated.

Upvotes: 2

Views: 2820

Answers (3)

Ramgy Borja
Ramgy Borja

Reputation: 2458

Goto Visual Studio Menu/Build/Publish you Project or NameofyourFolder\ProjectName\bin\Debug enjoy.

Upvotes: 0

Related Questions