You can use an [execute process task][1] to call a compression program.
here is a walk-through using 7-zip: https://www.sqlservercentral.com/articles/using-ssis-to-zip-files-and-email-the-zipped-files-1
**EDIT**
A couple of possibilities using MS tools instead of 3rd party:
- Script Task using .NET [system.io.compression][3] - Powershell script ([here][4] is an example) called from the execute process task
**/EDIT**
[1]: http://technet.microsoft.com/en-us/library/ms141166.aspx [3]: http://msdn.microsoft.com/en-us/library/system.io.compression.aspx- [4]: http://wannemacher.us/?p=225
No one has followed this question yet.