Change shortcut folder's icon via exe output

Hi! Is there any chanse to change folder icon via Exe Output scripts?
I would like to set the same icon as in my application on the desktop generated folder.

With ExeOutput, just write a PHP script to create a file named desktop.ini in the folder you want to customize.

See How to Customize Folders with Desktop.ini
https://msdn.microsoft.com/en-us/library/windows/desktop/cc144102(v=vs.85).aspx

Thx a lot guys ! :ok_hand: