Is there a way to programmatically Send (a single file) To Compressed (zipped) Folder from an NSIS script?
In my search, I found reference to opening such folder using:
rundll32.exe zipfldr.dll,RouteTheCall %filename%
But I haven't been able to find the opposite.
I also found references to creating a compressed (or zipped) folder by writing a fully fledged program in C++, VB, C#, or VJ# but that is not what I am interested in. I am interested in a simple call from an NSIS script.
Is this possible at all?