Can I copy to disk a DLL that I have embedded with the option "Never Write to disk"

<< Click to Display Table of Contents >>

Navigation:  WinLicense > FAQ > XBundler >

Can I copy to disk a DLL that I have embedded with the option "Never Write to disk"

You can treat an embedded file exactly like if it were present on disk. If you want to extract a bundled file at any time, you can use for example the Windows API “CopyFile” and the embedded file will be copied to disk.