Help - Search - Members - Calendar
Full Version: [SOLVED] How bypass Windows Logo Program during installation?
MSFN Forums > Member Contributed Projects > Install XP from USB

   
Google Internet Forums Unattended CD/DVD Guide
Nokia
Hi all!

I successfully prepared my USB-Harddisk with WinXP SP3 slipstream installation. Works 100% but I would like to know if there is a way to get ride of the "Windows Logo Testing" YES/NO screen during the installation.

At about 60% when XP is trying to install the Host Controller device it says has not passed the Windows Logo Program and I have to press YES to continue.

I found many threads about this problem but any of the solution seems get ride of that question.

Thanks you very much ;-)
wimb
You can try to edit your winnt.sif file copied to $WIN_NT$.~BT folder on USB-stick
by adding to the [Data] Section:

[Data]
DriverSigningPolicy=Ignore
NonDriverSigningPolicy=Ignore

For Install from CD these settings can occur in the [Unattended] Section,
but that Section is lost for Install from USB, but they might work from the [Data] Section unsure.gif

Please Report your findings.
On Succes, I can make some changes in the program

In any case you find more info here:
http://support.microsoft.com/kb/293765

QUOTE
Depending on your needs, there are two ways to prevent Setup from being halted with this warning message:
• Set DriverSigningPolicy to ignore in Unattend.txt.
This entry causes unsigned installs to silently succeed.
Nokia
Adding these lines to winnt.sif worked 100% also for the USB Installation ;-)

QUOTE
[Data]
DriverSigningPolicy=Ignore
NonDriverSigningPolicy=Ignore


Thanks you very much!
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.