I have bunch of files in a directory. I tried following makecab but it does not include all the files in a folder into the cab file.
makecab /d "C:\Users\crtorres\Documents\- SouthPacific Project 2014\- Projects\Sales Doc Center\New Region" test.cab
The following works but the cab file only has the manifest file. makecab manifest.xml test.cab
/d switch cannot be used for files:
More info
EDIT here can be found a script that preserves the whole directory structure
I've finally created a script that can actually do this properly (with powershell)
It doesn't use WSPBuilder as I'm often contracted out and it's inconvenient to download new software/extra files. This works OOTB.
please let me know if i'm doing something wrong and/or could be better.
for reference:
http://www.pseale.com/blog/StrongOpinionSayNoToMAKECABEXE.aspx
NOTE: Change made by Jerry Cote, see edit notes