Home > Linux-USB-DVD-Download-Tool

Linux-USB-DVD-Download-Tool

Linux-USB-DVD-Download-Tool is a project mainly written in C# and C++, based on the GPL-2.0 license.

A tool which allows you to use Linux ISOs to create bootable CD/DVDs or USB flash drives.

Linux USB/DVD Download Tool

================== ABOUT THIS PROGRAM

The Linux USB/DVD Download Tool used a substantial amount of code from the Windows 7 USB/DVD Download Tool by Microsoft.

The Windows 7 USB/DVD Download tool was originally downloaded from http://wudt.codeplex.com/

For more information about the Windows 7 USB/DVD Download Tool, please see http://store.microsoft.com/help/ISO-Tool.

The Windows 7 USB/DVD Download Tool uses material from ImageMaster, a .NET C# application for reading and writing disc images (*.iso files). ImageMaster is licensed under the terms of the GPL. For more information about ImageMaster, please see http://imagemaster.codeplex.com/.

This project uses the WIX Votive plugin for Visual Studio 2008. Please see http://wix.sourceforge.net/votive.html for installation instructions.

================== BUILD INSTRUCTIONS

To build in Visual Studio 2008:

  1. Make desired changes to the source code.

  2. Copy the wudtsource.zip file to the same directory as the .sln file.

  3. Build the project in Visual Studio.

To create localized installers and self-extracting files:

  1. Build the project as described above.

  2. Run the InstallCreateLocalizedInstallers.cmd script to create the localized MSI installers.

To bypass formatting the USB device within the tool:

  1. Ensure the registry key "HKCUSOFTWAREMicrosoftISO Backup Tool" is created.

  2. Create a new DWORD value named "DisableFormat" in this location and set the value to 1.

NOTE: The USB device should be formatted manually before running the tool.