Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI option #5

Open
the-nose-knows opened this issue Jan 8, 2021 · 4 comments
Open

CLI option #5

the-nose-knows opened this issue Jan 8, 2021 · 4 comments

Comments

@the-nose-knows
Copy link

It would be awesome if you could provide the three parameters as command-line arguments so this tool can also be used for automation and not just with GUIs! Then it could be used like,

CabMaker -sourceFolder=C:\temp\files -targetFolder=C:\temp -targetFile=C:\temp\files.cab

@electron4692
Copy link

Yes, I was looking for that feature, too!

@sapientcoder
Copy link
Owner

sapientcoder commented Jan 5, 2022

Sorry for the late reply on this. Last year was nuts, and it took me a while to get around to looking at this repo again.

Since this tool already wraps makecab.exe which is itself a command-line tool, I'm not sure that adding a CLI to a tool that already wraps a CLI makes sense. The main use case behind creating this was the lack of a GUI for the existing CLI.

But that said, it's not just a straight-up wrapper since it also auto-generates the DDF file that has to get fed to makecab. Is that the reason you were asking for a CLI? If so, there might be some value there (or maybe in providing a PowerShell script in this repo for the command-line case that does that step and calls makecab).

@danbu
Copy link

danbu commented Dec 21, 2022

I was looking at using this for generating CAB files of drivers to import them into Microsoft Deployment Toolkit where some vendors have individual files and folders, a lot cleaner to have a single CAB file with the drivers for that model

@marconix2010
Copy link

Well, I simply use CabMaker by obtaining the .exe file and selecting the file I need to convert

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants