You will have to create installer when building your application for executable.
To do this, in general, when creating script for "Build Application or Shared Library (DLL)", go to "Installer Settings" and check the "Create Installer" checkbox. This will create an installer when your application is built.
Now, bring the built application folder to your deployment PC, run "Setup" from within the "installer" folder and this will install your application executable to i.e. C:\Program Files\
Upon completion of installation, you are now ready to run your application!
Cheers!