Skip to content
forked from slacka/WoeUSB

WinUSB is a simple tool that enable you to create your own usb stick windows installer from an iso image or a real DVD.

License

GPL-2.0, GPL-3.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

LuisBuenanyo/WinUSB

 
 

Repository files navigation

WinUSB

WinUSB Version WinUSB License


_A Linux program to create Windows USB stick installer from a real Windows DVD or an image._

This package contains two programs:

  • WinUSB-gui: a simple tool that enable you to create your own usb stick windows installer from iso image or a real DVD.
  • winusb: the command line tool.

Supported images:

Windows Vista, Windows 7, Window 8, Windows 10. All languages and any version (home, pro...) and Windows PE are supported.

Installation

Acquire WinUSB's source code

Choose one of the following method:

  • Download and extract source code archive from GitHub
  • Cloning WinUSB's Git repository to local machine using git clone https://github.com/slacka/WinUSB.git

Install WinUSB's build dependencies

# For Ubuntu
$ sudo apt-get install devscripts equivs gdebi-core
$ cd <WinUSB source code directory>
$ mk-build-deps debian/control # NOTE: Currently due to Debian Bug #679101 this command will fail if source path contains spaces.
$ sudo gdebi winusb-build-deps_<version>_all.deb

# For Fedora
$ sudo dnf install wxGTK3-devel

Build and then install WinUSB

# For Ubuntu
$ dpkg-buildpackage -us -b
$ sudo gdebi ../winusb_<version>_<architecture>.deb

# Generic
./configure
make
sudo make install

License

winusb is sold under GPL licence.

About

WinUSB is a simple tool that enable you to create your own usb stick windows installer from an iso image or a real DVD.

Resources

License

GPL-2.0, GPL-3.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 58.0%
  • Makefile 26.9%
  • C++ 9.9%
  • M4 4.6%
  • Other 0.6%