Any command line unzipper should work, some examples:
unzip: unzip -d \"%d\" \"%f\" 7-zip: 7zr x -o\"%d\" \"%f\""; }
unzip -d \"%d\" \"%f\"
7zr x -o\"%d\" \"%f\"