SkillAgentSearch skills...

Cake.ISO

:cake: :jigsaw: :cd: Cake addin for creating ISO files.

Install / Use

/learn @cake-contrib/Cake.ISO

README

Cake.ISO

Cake Build addin for creating ISO files.

Build status

| NuGet Release | NuGet Prerelease | |---------------|------------------| |NugetRelease | NugetPrerelease

Give a Star! :star:

If you like or are using this project please give it a star. Thanks!

Installation

Add the following reference to your Cake script:

#addin "Cake.ISO"

Usage

var inputDir = "C:\path\to\files";
var outputDir = "C:\path\to\output.iso";
var volumeLabel = "MY_PROJECT";

CreateIso(inputDir, outputDir, volumeLabel);

To-Do

  • Enable support for bootable ISOs

Discussion

For questions and to discuss ideas & feature requests, use the GitHub discussions on the Cake GitHub repository, under the Extension Q&A category.

Join in the discussion on the Cake repository

Release History

Click on the Releases tab on GitHub.


Copyright © 2017-2021 Cake Contributors - Provided under the MIT License.

Related Skills

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated1y ago
Forks3

Languages

C#

Security Score

75/100

Audited on Mar 29, 2025

No findings