I really don't want to bother you much, but I think I haven't made myself clear. So, I have a compiled AutoIt script. Let's call the application FolderGen.exe This application has embeded multiple icon files: ico1.ico, ico2.ico, ico3.ico. So these files do no exist on the client's computer, they exist only in the already compiled script, FolderGen.exe Now, I need this application to be able to export the icon files that are embedded in it. From my understanding, FileInstall requires an external file and this is not what I want because the application must not be dependent on external files. Thus, my only guess is that I can achieve what I want only if I can export the embedded icon files.