CabMaker is a graphical frontend for makecab.exe that allows the user to easily package CAB archives. This application is based on a backend of makecab.exe and sapientcoder/CabMaker.
CabMaker is a graphical frontend for makecab.exe written in C# WinForms. It allows the user to quickly and easily package CAB archives with MSZIP, LZX or None compression. Individual files and folders with subfolders can be imported into a checkbox list of files, and checked files are used for the creation of a Cabinet file.
- Use the
Add FolderandAdd Filebuttons in theFilesarea to add files for your Cabinet into the list box below - Check the boxes of files you want to save to your CAB
- Browse for the location of the
Output File, under theCompressorgroup (where your cab will be saved) - Browse for the path of the first folder with
CAB Root Dir, (Optional: if your CAB will contain subfolders) - Select the type of CAB compression (
None,MSZIP, orLZX) (LZX compression allows you to select the memory block sizes for the compression) - Click
Make CAB
CabMaker uses IsolatedStorage to save specific user settings within the cache, and are saved when the application is closed, and reloaded upon opening.
Output FiletextboxCAB Root DIRtextboxCompression TypedropdownCompression MemorydropdownSave on Exitcheckbox
- Any saved settings are automatically loaded when the application runs
- To enable automatic saving when the application is closed, check the
Save on Exitcheckbox - To disable automatic saving when the application is closed, uncheck the
Save on Exitcheckbox, and manuallySave Settingsfrom the Main Menu - To manually save the settings without needing to close the application, click
Save Settingsfrom the Main Menu