How to add an exe file to project resources, C# windowd forms

I would like to add an exe file inside the project, so that when you click the button, run the exe file that will be inside my program

But I do not know how to add an exe there?

And how to run it?

I suspect this is how it is done:

Process.Start("program.exe");

I suspect this is done somehow through the resources

Example

Author: aepot, 2020-07-04