PDA

View Full Version : how to remove files from a zip archive


pinorrix
09-06-2004, 03:04 AM
I am looking for a possibility to remove specific files from an existing zip archive. Is there a chance to solve this problem with Visual Build?? I couldnt find anything in the help.

Thanks in advance for your help.

kinook
09-06-2004, 06:12 AM
Deleting files from an existing ZIP file is not currently available from the built-in ZIP action. We expected users would always create the ZIP file from scratch in an automated situation, but we'll put that on the list as an enhancement request. For now you could use a Run Program action to invoke WinZip's command-line interface [1] to automate deleting from the ZIP file.

[1] http://www.winzip.com/prodpagecl.htm

pinorrix
09-07-2004, 10:34 AM
Thank you for your quick reply -> I tried already winzip and it is working quit well...
I know this wont happen so often....

best regards