Running a .Net application from a compressed “zip” file
问题 I need to create a lightweight .Net application which can be distributed easily (via email attachment, for example). I can run the EXE from a ZIP, however it seems I cannot get the EXE to reference any external configuration files (such as an exe.config, or any other XML file) when run from the zip. Is it not possible to run an EXE from a zip file when that EXE uses data from the exe.config file? I have reviewed this question already: .NET windows application, can it be compressed into a