Plugin compression
Was just wondering how to compress my plugin dll from the compiler. I'm using Visual Studio .NET.
Thanks in advance.
Archive: Plugin compression
Plugin compression
Was just wondering how to compress my plugin dll from the compiler. I'm using Visual Studio .NET.
Thanks in advance.
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.