If you are talking about a normal setup.exe program for installing the application on other computers, then that will do it.

When you compile the project, it will create a setup.exe and all the resource files it needs.

You can then run that on other computers.

One thing though, the setup project does not include the .NET framework redistributables. You will have to install that first on the other machines before using your application.