问题
I have compressed file by 7-zip using Execute Process Task in SSIS. Now i have to set password to zip file How can i achieve that ?
回答1:
I dont think this is a ssis issue. You have to take a look at 7zip command line user guide and check if this option is provided.
Also there are other useful links:
- https://www.dotnetperls.com/7-zip-examples
Update 1
I think this is the link you are looking for
- https://sevenzip.osdn.jp/chm/cmdline/switches/password.htm
来源:https://stackoverflow.com/questions/43362161/how-do-i-set-password-to-zip-file-in-ssis