A Command Line Tool for creating .cab files from files in directory. I wrote this smal tool for an InfoPath project. The usecase was to unpack the *.xsn file, modify some files in it and then repack the files into an InfoPath file.
- Compile the project with Visual Studio.
- Run the CabFilePacker.exe and follow the instructions on the screen.
- CabFilePacker.exe will pack all files in the specified folder to an InfoPathFile.xsn file. You can rename the file to whatever you like.