Was just wondering how to compress my plugin dll from the compiler. I'm using Visual Studio .NET.
Thanks in advance.
Plugin compression
2 posts
You can compress your dll with popular upx compressor. IMHO: But compress or not the installer size will be the same (NSIS use own compression) and all you get - it's unnecessary upx dll decompression when installing.