Code Monkey home page Code Monkey logo

wudt--windows-usb-dvd-download-tool's People

Contributors

stadub avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

wudt--windows-usb-dvd-download-tool's Issues

[77774] Addition of USB HDD Support {copied from codeplex}

If it's possible to compile the source code using Visual Studio Express Edition?
Always complaint about modules not available (IWrapper, ISOTool and dmicons).
Which version should I use and how can I do it (no need a full howto, just basic about how making the modules needed available)
I want to remove the restriction on USB HDD device.

LastUpdatedDate: 2010-11-05T15:22:23.737-07:00

[22718] We were unable to copy your files. Please check your USB device and the selected ISO file and try again. {copied from codeplex}

This error happens when the USB stick already have something in its MBR, which WUDT doesn't CLEAR.
The workaraund (proposed in this post http://4sysops.com/archives/windows-7-usbdvd-download-tool-wudt-is-unable-to-copy-files/ ) is to use the diskpart utility to issue the clean command on the disk, which cleans the MBR.
It works!
The commands are:

diskpart
list disk
select disk #
clean
create partition primary
select partition 1
active
format quick fs=fat32\nassign\nexit

LastUpdatedDate: 2016-08-03T16:39:08.66-07:00

[63574] No source code {copied from codeplex}

The source code tab only seems to have build process templates.
Sadly the source is a "download" binary/zip.
The developers of this tool should learn more about OSS.
Since CodePlex was built for open source, where is the rest of the tool - or should this tool be hosted on the Download Center instead?

LastUpdatedDate: 2016-08-09T05:27:25.977-07:00

[65335] Home page links are broken {copied from codeplex}

[400539] Invalid ISO {copied from codeplex}

Hello,
I have downloaded the software, but it shows a message of error saying

The selected file is not a valid ISO file. 
Please select a valid ISO file and try again

I have tried another ISO file but it still shows the same message.
Regards
Ali Al-Salman

LastUpdatedDate: 2012-10-23T17:11:43.877-07:00

[235472] Any ISO to bootable USB {copied from codeplex}

This worked fine, when I tried installing Visual Studio 2010 Ultimate, choosing the option to copy files to usb.
Then why you are promoting this tool particularly for windows 7, rather it's a tool for any iso to autorun USB. Worked like mounting a image

LastUpdatedDate: 2010-11-21T01:02:22.813-08:00

[17777]bootsect.exe issue {copied from codeplex}

Apparently, if you download a 64bit iso to a 32bit OS and try to 'burn' the USB (or DVD?) boot image. it will fail. The 'fix' according the MS Store sight is to download a copy of bootsect.exe from within your account at the store and save it to the folder where the tool resides. The problem is that you must have purchased Win7 from the Store to get the file.
If you downloaded it from any other source (e.g., TechNetPlus) the file is unavailable to you.
It is possible to find it in at least one location on the Web. It ought to be available on Codeplex and/or TechNetPlus (at least).",

LastUpdatedDate: 2016-03-31T20:53:11.1-07:00

[64982] .Net Framework Error {copied from codeplex}

I Have Windows 10 Running On My PC And When Attempting To Install It Tells Me to Install .NET Framework
When The .NET Framework Installer Tells Me That I Already Have It Installed But It Still Wont Let Me Install The Tool.
7700

LastUpdatedDate: 2016-06-27T07:20:01.193-07:00

[401008] Works with Windows 8 but not Server 2012 Essentials {copied from codeplex}

Hey Guys,
I've been using this tool for a while now, doing lots of Win7 installs and a couple of Win8 instsalls.
But I've just tried with Server 2012 Essentials Edition and I get an errors stating that bootsect was unable to make the USB stick bootable.
Anyone else hit this?
Thanks
Craig
Update: Ignore me, I'm being a muppet.
Forgot that when copying x64 based ISO's to USB on an x86 based machine you need bootsect installed...

LastUpdatedDate: 2012-10-27T17:08:09.787-07:00

[278551] Unable to Copy Files\ error after format in step 4" {copied from codeplex}

I can't seem to get past an "Unable to Copy Files" error after the format part of step 4. Any ideas?
The ISO burned to DVD*R failed to boot on my machine for some reason (will try DVD-R if I have to next) but I had a 4GB USB flash drive on hand and figured
I'd give this a whack first. I also tried the bug filed on extracting bootsect.exe and copying it to the tool's dir, and it didn't help at all.

LastUpdatedDate: 2011-11-06T22:42:09.77-08:00

[65216] Bug report: "not a valid ISO file" {copied from codeplex}

I can use Microsoft's ISO-burning software to write "Memtest86-5.0.0" to a CD-R,
but when I select this file and click 'Next', I get "not a valid ISO file".
Same symptoms for "MaxBlast5.iso".
Both files are well under 0.5 GB, and my target USB-drive is 4GB.

Error-message: "not a valid ISO file", as per attached picture.
8770 (2)

LastUpdatedDate: 2016-09-18T17:20:09.517-07:00

[24312] Remove '7' from name. {copied from codeplex}

Find it a bit confusing that the tool is called Windows 7 * when it's supposed to work with Windows 8 as well. Maybe an idea to remove that number from the name or something?

LastUpdatedDate: 2015-09-08T11:53:37.6-07:00

[233693] Compile using Visual Studio Express Edition {copied from codeplex}

Hello,
I would like to know if it's possible to compile the source code using Visual Studio Express Edition?
I've tried a bit and always complain about modules not available (IWrapper, ISOTool and dmicons).
If yes, which version should I use and how can I do it (no need a full howto, just basic about how making the modules needed available)
I want to compile it myself because I want to remove the restriction on USB HDD device.
Thanks

LastUpdatedDate: 2010-11-05T15:22:23.737-07:00

[235472] Any ISO to bootable USB {copied from codeplex}

This worked fine for me, when I tried installing Visual Studio 2010 Ultimate,
choosing the option to copy files to usb.
Then why you are promoting this tool particularly for windows 7, rather it's a tool for any iso to autorun USB. Worked like mounting a image

LastUpdatedDate: 2010-11-21T01:02:22.813-08:00

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.