Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sapientcoder/CabMaker
CabMaker is a free Windows desktop tool that lets you quickly package up an entire folder of files (including subfolders) into a .cab file.
https://github.com/sapientcoder/CabMaker
Last synced: 30 days ago
JSON representation
CabMaker is a free Windows desktop tool that lets you quickly package up an entire folder of files (including subfolders) into a .cab file.
- Host: GitHub
- URL: https://github.com/sapientcoder/CabMaker
- Owner: sapientcoder
- Created: 2017-12-18T17:19:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-28T09:20:20.000Z (over 1 year ago)
- Last Synced: 2023-10-07T14:45:13.802Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 63.5 KB
- Stars: 72
- Watchers: 4
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starz - sapientcoder/CabMaker - CabMaker is a free Windows desktop tool that lets you quickly package up an entire folder of files (including subfolders) into a .cab file. (C# #)
README
# CabMaker
CabMaker is a free tool that lets you quickly and easily package up a folder of files into a .cab (Cabinet) file.
It's essentially a GUI for makecab.exe (the command-line utility that ships with Windows).
It's a helpful utility for scenarios like SharePoint and InfoPath development. Both of those rely on .cab files but with different file extensions (.wsp for SharePoint and .xsn for InfoPath).
CabMaker does _not_ support every single option that's built into makecab.exe, nor does it support the entire range of options provided by the [cab file spec](https://msdn.microsoft.com/en-us/library/bb417343.aspx). If you need additional options, please edit the source code and add whatever you need to suit your requirements.
This was a tool I built in literally 5 minutes to help with SharePoint development as described [in this blog post](https://yieldreturnpost.wordpress.com/2016/06/22/free-tool-to-create-cab-file-from-folder/), so please keep that in mind when downloading and using the tool.
Enjoy!