How to package node-red project into an executable file? [SOLVED]

The first one. I want just one single executable file and if I give that file to anyone (windows user) then they should be able to run the executable file and in result they should be getting the ui dashboard result. so in the backend, the executable file will install teh Node-RED and the settings and deploy the defined flow.
Do you know how this can be achieved?