Skip to content

CakeBuild addin for creating ISO files

License

Notifications You must be signed in to change notification settings

augustoproiete-forks/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.

About

CakeBuild addin for creating ISO files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 93.8%
  • PowerShell 2.7%
  • Shell 1.9%
  • Batchfile 1.6%