So as the title describes, I have a font file
registered in project resources as an embedded resource.
I want to programmatically copy this font that is inside the .exe
file, into Windows font folder (install it).
Need to mention that I can't have the font file aside the .exe
file because all of the project is integrated inside the .exe
file and we can't have any other files around.
And also I want to avoid administration permissions.
I have read the similar questions but non helped me! So, Any help would be appreciated.