My application uses a number of DLLs that I have packaged with it.
But for ease of deployment I have included the .dlls into the .exe, and at runtime if the system doesn't have the .dlls it extracts them to the windows system directory.
But is there any situation in which I would not be able to write to the system directory ?
I personally can't think of one, but I thought I'd ask just in case...




Reply With Quote