MSFN Forum: How to install Windows from USB- WinSetupFromUSB with GUI - MSFN Forum

Jump to content


  • 100 Pages +
  • « First
  • 83
  • 84
  • 85
  • 86
  • 87
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

How to install Windows from USB- WinSetupFromUSB with GUI Lets make it easy

#1681 User is offline   ilko_t 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,605
  • Joined: 06-December 06
  • OS:none specified
  • Country: Country Flag

Posted 20 April 2012 - 10:05 AM

It's hard for me to figure out what exactly you want to achieve. How would only different winnt.sif help you achieve that?
There are possible sollutions, for example placing it in a virtual floppy, or maybe in the small ISO file...
You may also want use NTFS and hard links on the USB disk in order to save disk space, DFHL.exe is included in \files\tools.

As a side note- as far as I know as rule of thumb, BTS stuff goes last, after using nLite.


#1682 User is offline   momchilandonov 

  • Group: Members
  • Posts: 9
  • Joined: 14-March 12
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 21 April 2012 - 03:23 AM

Weed did you simply try adding the installations one after another on the same partition? I didn't had problems doing so with Windows XP and I even made 4 separated installations :D. Also I used Win 7 installation containing two languages and x32 and x64 installation choices and they work without problems in installers made by WinSetup. You simply need to use your AIO installer and integrade it with WinSetup.
I found it little annoying that the boot menu starts in XP by default after 10 seconds and I guess it can be changed because I have the latest version and still there aren't boot options. Maybe I need to edit the boot file :).
Nlite has an option to disable automatic SFC which decreases the time to install the OS but how can I manually enable it after Windows XP installation?

This post has been edited by momchilandonov: 21 April 2012 - 03:25 AM


#1683 User is offline   ilko_t 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,605
  • Joined: 06-December 06
  • OS:none specified
  • Country: Country Flag

Posted 21 April 2012 - 05:54 AM

View Postmomchilandonov, on 21 April 2012 - 03:23 AM, said:

...
I found it little annoying that the boot menu starts in XP by default after 10 seconds and I guess it can be changed because I have the latest version and still there aren't boot options. Maybe I need to edit the boot file :). ..
It starts XP setup menu if it was the last one used. In latest beta8 versions, there is another boot menu for Second part and consequent boots of Vista/7/8 Setup, which becomes default if First part of this setup was used once, making the setup unattended in the same way as with XP/2000/2003.
Timeout value can be edited in file menu.lst and in winsetup.lst for XP/2000/2003, change the values per your needs.

#1684 User is offline   craftsman 

  • Group: Members
  • Posts: 1
  • Joined: 22-April 12
  • OS:none specified
  • Country: Country Flag

Posted 22 April 2012 - 10:55 AM

under windows 7 download links at datafilehost looks like broken:
"Accessing directly the download link doesn't work. The download only starts if you click from the download page. "

upd:
succesfuly downloaded file under Ubuntu

This post has been edited by craftsman: 22 April 2012 - 11:21 AM


#1685 User is offline   ilko_t 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,605
  • Joined: 06-December 06
  • OS:none specified
  • Country: Country Flag

Posted 22 April 2012 - 11:52 AM

Links work just fine here, Windows 7 x64.

#1686 User is offline   ilko_t 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,605
  • Joined: 06-December 06
  • OS:none specified
  • Country: Country Flag

Posted 27 April 2012 - 05:01 AM

New 1.0 beta8 version uploaded.
Please refer to first post for list of changes and download links.

#1687 User is offline   tomasz86 

  • http://www.windows2000.tk
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,220
  • Joined: 27-November 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 27 April 2012 - 06:56 AM

Thank you ilko_t.

Unfortunately I must say that something is wrong with the "display disk drives on all interfaces" option. This happens when I try to enable it.

2012/04/27 21:54:14- WinSetupFromUSB 1.0 beta8 started
2012/04/27 21:54:14- OS: WIN_2000  Architecture type: X86 ServicePack: Service Pack 4 OS Language: 0409
2012/04/27 21:54:14- Program directory: D:\Pulpit\Win Setup_1_0_beta8
2012/04/27 21:54:14- Getting USB drives information
2012/04/27 21:54:14- Show all drives option is NOT selected, displaying USB drives only
2012/04/27 21:54:15- No USB Disks detected or not properly formatted
2012/04/27 21:54:15- Checking sizes...
2012/04/27 21:54:15- Total source size- 0 bytes
2012/04/27 21:54:15- Target space available- 0 bytes
2012/04/27 21:54:21- Getting USB drives information
2012/04/27 21:54:21- Show all drives option is selected
2012/04/27 21:54:22-   ATA SAMSUNG HD502HJ SCSI Disk Device
2012/04/27 21:54:22- 	DeviceID: \\.\PHYSICALDRIVE1
2012/04/27 21:54:22- 	PNPDeviceID: SCSI\DISK&VEN_ATA&PROD_SAMSUNG_HD502HJ&REV_0001\5&1D01176&0&040

Attached File(s)


This post has been edited by tomasz86: 27 April 2012 - 06:57 AM


#1688 User is offline   ilko_t 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,605
  • Joined: 06-December 06
  • OS:none specified
  • Country: Country Flag

Posted 27 April 2012 - 10:17 AM

Quote

2012/04/27 21:54:14- OS: WIN_2000
Did you run it on Windows 2000? I have never tested the program on it...
Have the previous versions worked with this option enabled?

Added: The WMI function used, not supported in 2000 is Win32_DiskDrive.Signature. I can get around this one, but another used in this version and important one is FSCTL_DISMOUNT_VOLUME, which doesn't seem to be present in 2000 either. For a few other used I recall to be present since XP.
In short- many of the new features wouldn't work in Windows 2000, so for now, unfortunately, I won't be planning on running the program on 2000 host OS.
2000 being added to the USB disk, as long as program is run on XP onwards is still supported as far as I have tested.

#1689 User is offline   tomasz86 

  • http://www.windows2000.tk
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,220
  • Joined: 27-November 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 28 April 2012 - 02:40 PM

The previous version works fine with the same option enabled :}

Maybe it would be good to put a note that the last Win2K compatible version is 1.0 beta7?

This is a log from 1.0 beta7:
Spoiler

This post has been edited by tomasz86: 28 April 2012 - 02:46 PM


#1690 User is offline   ilko_t 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,605
  • Joined: 06-December 06
  • OS:none specified
  • Country: Country Flag

Posted 30 April 2012 - 10:15 AM

Quote

The previous version works fine with the same option enabled
Did a few tests under 2000, turned out it's not only displaying the drives is not working, otherwise would have been an easy fix. Unfortunately a few other WinAPIs in use are not supported in 2000. On top of that the included version of WinContig didn't work, nor did BootIce. RMPrepUSB returned an error when formatting the USB disk but it seemed properly formatted. FBInstTool worked fine.

Quote

Maybe it would be good to put a note that the last Win2K compatible version is 1.0 beta7?
I have never tested previous versions under 2000, must rely on user reports. Does everything work properly, apart from USB drives displayed as SCSI ones due to the way WMI works in 2000?

#1691 User is offline   tomasz86 

  • http://www.windows2000.tk
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,220
  • Joined: 27-November 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 30 April 2012 - 10:26 AM

Well, except for the issues I reported last time, everything seems to work fine with the previous version. Of course I couldn't try all options but at least creating a W2K installation works perfectly fine and I also used it to prepare a Win7/8 installation (everything was done under Windows 2000 as a host). No problems occured. I just use the system's "format.com" to format the USB flash disk before using WinSetupFromUSB instead of Bootice / RMPrepUSB.

By the way, not only USB drives but all drives seem to be detected as SCSI. I've got both SAS & SATA devices connected but all of them are listed as SCSI in the log file.

This post has been edited by tomasz86: 30 April 2012 - 10:27 AM


#1692 User is offline   ilko_t 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,605
  • Joined: 06-December 06
  • OS:none specified
  • Country: Country Flag

Posted 30 April 2012 - 10:51 AM

Quote

Well, except for the issues I reported last time, everything seems to work fine with the previous version. Of course I couldn't try all options but at least creating a W2K installation works perfectly fine and I also used it to prepare a Win7/8 installation (everything was done under Windows 2000 as a host). No problems occured. I just use the system's "format.com" to format the USB flash disk before using WinSetupFromUSB instead of Bootice / RMPrepUSB.
Will keep in mind Win 2000 compatibility when coding another version. Can't say more.
Can't claim 2000 support for host OS in previous versions as it seems half broken half working.

Quote

By the way, not only USB drives but all drives seem to be detected as SCSI. I've got both SAS & SATA devices connected but all of them are listed as SCSI in the log file.
This has nothing to do with WinSetupFromUSB. It uses WMI query to list drives with InterfaceType USB and every other application relying on WMI will behave the same way. Why 2000 lists USB and other disks as SCSI ones in WMI space I have no clue.MS documentation doesn't have a hint about differences in 2000, look at InterfaceType.:
http://msdn.microsof...v=vs.85%29.aspx

The proper solution would be to get rid of WMI alltogether but that would require a lot of coding as well as most likely introducing new bugs until everyting gets polished.

#1693 User is offline   tomasz86 

  • http://www.windows2000.tk
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,220
  • Joined: 27-November 10
  • OS:Windows 2000 Professional
  • Country: Country Flag

Posted 30 April 2012 - 11:21 AM

No problem. For now I'll keep using beta7 since it does the job well.

Thanks for your interest anyway :)

#1694 User is offline   ilko_t 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,605
  • Joined: 06-December 06
  • OS:none specified
  • Country: Country Flag

Posted 30 April 2012 - 11:27 AM

Just keep in mind to do the fix for XP/2000/2003 installs, link is in the first page next to info for beta7.

#1695 User is offline   neuro42 

  • Junior
  • Pip
  • Group: Members
  • Posts: 68
  • Joined: 19-December 04

Posted 12 May 2012 - 10:48 PM

Glad to see this project is still getting updates.

It has been in BETA so long i'm wondering if google is behind it LOL

Going to retry it tonight,. Multi boot USB sticks have not worked for me in the past, then again x86/x64 windows 7 disks from MSDN don't either. (well they work fine in IDE mode but you cant load a 64bit storage driver with a 32bit installer and a 64 bit installer wont work for a 32bit OS...seems obvious but...) thats not your guys issues, just much easier to buy 10 4GB USB sticks and use each for its one boot installer :) Hoping this still works for XP, I dont buy optical disks anymore :)

thanks again for keeping your project up to date :)

#1696 User is offline   wingzeroismine 

  • Group: Members
  • Posts: 6
  • Joined: 06-June 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 06 June 2012 - 01:50 PM

I have been using this to make bootable flash drives for a couple years now and its great stuff.


Today however I have been trying to use it and getting an error.

I've tried 1.0b8, b7, and .23 all of them produce an AutoIt error upon opening, here is the b8 error:
Line 27623 Error: The requested action with this object has failed.

I am running Windows 7 64-bit and have tried both versions of b8, the error is the same.

b7 says line 7932.

I tried to search this thread for AutoIt Error but didn't find anything that seemed relevant.

Since I'm really just making basic Windows 7/8 flash drives I suppose I could go get the M$ one but I figured I'd at least ask here for anything I could try.


I know you may want to see the log file, it barely prints anything out to it before erroring out so here it is

2012/06/06 15:48:31- WinSetupFromUSB 1.0 beta8 started
2012/06/06 15:48:31- OS: WIN_7 Architecture type: X64 ServicePack: Service Pack 1 OS Language: 0409
2012/06/06 15:48:31- Program directory: C:\WinSetupFromUsb
2012/06/06 15:48:31- Getting USB drives information
2012/06/06 15:48:31- Show all drives option is NOT selected, displaying USB drives only

#1697 User is offline   ilko_t 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,605
  • Joined: 06-December 06
  • OS:none specified
  • Country: Country Flag

Posted 06 June 2012 - 03:13 PM

Can you run the VBS script in this post to rule out if WMI on this machine is broken?
Does it run properly, no errors etc. ?
http://www.msfn.org/...post__p__995645

#1698 User is offline   wingzeroismine 

  • Group: Members
  • Posts: 6
  • Joined: 06-June 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 06 June 2012 - 03:35 PM

It ran, listed off info about every disk one painful window at a time, no errors of any kind.

#1699 User is offline   ilko_t 

  • MSFN Addict
  • Group: Super Moderator
  • Posts: 1,605
  • Joined: 06-December 06
  • OS:none specified
  • Country: Country Flag

Posted 06 June 2012 - 04:04 PM

Attached is another one, please run it and report if any errors.

Modified from here:
http://www.activexpe.../vbscript/0054/

Attached File(s)



#1700 User is offline   dagonas 

  • Group: Members
  • Posts: 7
  • Joined: 04-March 10
  • OS:XP Pro x86
  • Country: Country Flag

Posted 07 June 2012 - 01:38 AM

Hello again

I'm going to tell you the steps i have made:

1) Winsetupfromusb with options:
Auto format it with Fbinst, NTFS, Align

Section "Add to USB DISK"

Windows 2000/XP/2003 Setup Checked and the correct drive with an iso mounted inside the textbox

Windows Vista / 7 ... Setup Checked and the correct drive with an iso mounted inside the textbox

2) Start the process

3) Try each installation

- On Windows XP, when i started the second part of the installation it get hanged when the installation said "39 minutes left"

- On Windows 7, it get hanged when the installation reached the Blue Screen of the installation beginning.



It seems WinSetupfromUSB have a problem detecting the USB pendrive


Is there another way to do this Multiboot?

Thanks

This post has been edited by dagonas: 07 June 2012 - 01:54 AM


Share this topic:


  • 100 Pages +
  • « First
  • 83
  • 84
  • 85
  • 86
  • 87
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

51 User(s) are reading this topic
0 members, 51 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy