I am trying to zip a Folder in SSIS, there are 12 files in the source folder and I need to zipthat folder. I can get the files to zip fine my problem is the folders.
Try using 7zip it is free. Take a look at 7zip command line user guide it contains all commands you need
And use a script task or an execute process task to achieve this. Also there are other useful links:
UPDATE 1
you can follow this link for winzip:
In the link above they suggested using this command:
wzzip "c:\Test.zip" "c:\myfolder" -exPR