[SOLVED] Arduino UNO R3 SMD- How to save my sketch in a standalone?

I'm new here.

I have a Arduino R3 SMD. I finished a project and I wish to transfor the skatch into a standalone.
In all tutorials, I see I have to detach the Atmega and place into the new board. But in the the R3 version I can't take the Atmega off.

So how do I have to procedure?

You either have to program the processor before you add it to the 'new board' or you program it in-situ, via connections that you will have designed into the new board.

Try a Google search on;

'standalone Arduino R3'

For some examples and pictures.

I found this. Actually all I'll need is the ICSP conection to run the bootloader and transform my Arduino into a programmer and connect to my standalone.

Here is how: