Skip to content

cake-contrib/Cake.ISO

Repository files navigation

Cake.ISO

Cake Build addin for creating ISO files.

Build status

NuGet Release NuGet Prerelease
NugetRelease NugetPrerelease

Give a 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.