Jungle Zee
Jungle Zee

Reputation: 69

How to Create a self-contained .exe file from .NET Framework project?

I am an IT engineer in a company, and I finished a C# .NET Framework forms project. I published the project, and the output is an installer file.

I don't want the installer file, I want to create a standalone .exe file.

How can I achieve this?

Upvotes: 0

Views: 526

Answers (1)

Lin Yi-Sheng
Lin Yi-Sheng

Reputation: 71

open ProjectFolder\bin\Debug after bulid

Upvotes: 1

Related Questions