https://github.com/daenetcorporation/cabfilepacker
Command Line Tool for creating .cab files from files in directory
https://github.com/daenetcorporation/cabfilepacker
cab infopath microsoft office packer
Last synced: 8 months ago
JSON representation
Command Line Tool for creating .cab files from files in directory
- Host: GitHub
- URL: https://github.com/daenetcorporation/cabfilepacker
- Owner: daenetCorporation
- Created: 2015-06-17T11:17:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-09-21T08:12:39.000Z (over 8 years ago)
- Last Synced: 2025-08-18T04:12:37.420Z (10 months ago)
- Topics: cab, infopath, microsoft, office, packer
- Language: C#
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CabFilePacker
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.
## Usage
1. Compile the project with Visual Studio.
1. Run the *CabFilePacker.exe* and follow the instructions on the screen.
1. *CabFilePacker.exe* will pack all files in the specified folder to an *InfoPathFile.xsn* file. You can rename the file to whatever you like.