MSFN Forum: Windows 7 won't get past "checking video performance" - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Windows 7 won't get past "checking video performance" Rate Topic: -----

#1 User is offline   JeremyPureOC 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 14-March 10
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 21 March 2010 - 12:18 PM

I have created my unattended setup disk using RT 7 Lite and 7Customizer. Everything works in VMWare with no problems, and I get a complete install to the desktop. However, After taking those same files and adding my WPI to the root of the folder, The installation hangs at "Checking Video Performance" before even going to the desktop. Both the WPI and the unattended setup work individually, but won't seem to work together. I downloaded the Vista/ Server 2008/ Window 7 setupcomplete file, and added it to the sources folder as per the instructions.

To help with this problem, I am including a copy of both my config.js file and Autounattend.xml file.

Config.js

Quote

// WPI Config 7.7.0+
//
// User defined options
//

//---------------------------------------------------------------------------------------------
// Reference ... prog[0] won't be used. It's just an example.
// Look in program.js to see explanation of these properties.
//---------------------------------------------------------------------------------------------  
// pn=0;    // start value for prog numbering
// prog[pn]=['ProgramName'];
// uid[pn]=['APP1'];
// desc[pn]=['Description'];
// ordr[pn]=[0];
// dflt[pn]=['no'];
// bit64[pn]=['no'];
// forc[pn]=['false'];
// cat[pn]=['Application Category'];
// configs[pn]=['List of configs to be auto checked. Comma seperated'];
// cmds[pn]=['Command Lines'];
// deps[pn]=['List of items dependant on this item'];
// excl[pn]=['List of items to exclude'];
// cond[pn]=['Javascript Conditional Statement'];
// gcond[pn]=['Javascript Conditional Statement to gray item'];
// picf[pn]=['Picture File'];
// picw[pn]=['Width'];
// pich[pn]=['Height'];
// textl[pn]=['Text Location'];
// pn++;

// Configurations tab
Configurations=[''];
ShowMultiDefault=true;
CheckOnLoad='all';
// ---
SortOrder=['Applications','Drivers','Maintenance','Registry','Utilities'];

//---------------------------------------------------------------------------------------------
// Your programs here ...
//---------------------------------------------------------------------------------------------

Edited out my programs list to make the thread more readable.

//---------------------------------------------------------------------------------------------
// End of program definitions ...
//---------------------------------------------------------------------------------------------






Autounattend.xml

Quote

<?xml version="1.0" encoding="utf-8"?>
<!--This answer file generated by RT Seven Lite-->
<unattend xmlns="urn:schemas-microsoft-com:unattend">
  <settings pass="windowsPE">
    <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <SetupUILanguage>
        <UILanguage>en-US</UILanguage>
      </SetupUILanguage>
      <InputLocale>0409:00000409</InputLocale>
      <UserLocale>en-US</UserLocale>
      <UILanguage>en-US</UILanguage>
      <SystemLocale>en-US</SystemLocale>
    </component>
    <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <UserData>
        <ProductKey>
          <Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key>
          <WillShowUI>OnError</WillShowUI>
        </ProductKey>
        <FullName>PEBKAC-PC</FullName>
        <AcceptEula>true</AcceptEula>
      </UserData>
      <ImageInstall>
        <OSImage>
          <InstallFrom>
            <MetaData wcm:action="add">
              <Key>/IMAGE/NAME</Key>
              <value>Windows 7 ULTIMATE</value>
            </MetaData>
          </InstallFrom>
          <InstallToAvailablePartition>false</InstallToAvailablePartition>
          <WillShowUI>OnError</WillShowUI>
        </OSImage>
      </ImageInstall>
      <EnableFirewall>true</EnableFirewall>
    </component>
  </settings>
  <settings pass="oobeSystem">
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <OOBE>
        <HideEULAPage>true</HideEULAPage>
        <NetworkLocation>Home</NetworkLocation>
        <HideWirelessSetupInOOBE>false</HideWirelessSetupInOOBE>
        <SkipMachineOOBE>false</SkipMachineOOBE>
      </OOBE>
      <DisableAutoDaylightTimeSet>false</DisableAutoDaylightTimeSet>
      <TimeZone>Eastern Standard Time</TimeZone>
    </component>
  </settings>
  <settings pass="specialize">
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <Themes>
        <WindowColor>Sky</WindowColor>
      </Themes>
    </component>
    <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <SkipAutoActivation>true</SkipAutoActivation>
    </component>
    <component name="Security-Malware-Windows-Defender" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <DisableAntiSpyware>false</DisableAntiSpyware>
    </component>
  </settings>
</unattend>


Thanks for any help someone might be able to lend.

Attached File(s)


This post has been edited by mritter: 24 March 2010 - 03:07 PM



#2 User is offline   JeremyPureOC 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 14-March 10
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 22 March 2010 - 09:29 PM

Anyone have any ideas?

I've been trying everything I can think of, and was hoping to have this install disk finished tonight. Is there something wrong in one of the oploaded files? I've tried searching the forums for any posts that might have something to do with my problem to no avail.

Any help would be definitely appreciated. If it wasn't against the rules to do so, I'd upload the files for my disk so that someone could test it.

Any help still greatly appreciated.

#3 User is offline   grabby 

  • Newbie
  • Group: Members
  • Posts: 28
  • Joined: 02-October 09

Posted 24 March 2010 - 12:47 PM

you may want to remove the key

#4 User is offline   JeremyPureOC 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 14-March 10
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 25 March 2010 - 08:36 AM

Do you mean I might need to remove this from the autounattend.xml:
<ProductKey>
      <Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key>
      <WillShowUI>onerror</WillShowUI>
</ProductKey>


#5 User is offline   Sp0iLedBrAt 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,544
  • Joined: 19-March 09
  • OS:XP Pro x86
  • Country: Country Flag

Posted 25 March 2010 - 08:55 AM

No, just remove it so we don't see it ;)

#6 User is offline   JeremyPureOC 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 14-March 10
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 25 March 2010 - 05:24 PM

Thanks, got that fixed. Forgot about that.

#7 User is offline   ZEUS__ 

  • Member
  • PipPip
  • Group: Members
  • Posts: 147
  • Joined: 03-January 08
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 29 March 2010 - 08:34 AM

could you tell that how you managed it? I have the same problem. I use also 7Customizer_0.4.0a..

#8 User is offline   JeremyPureOC 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 14-March 10
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 05 April 2010 - 08:46 AM

View PostZEUS__, on 29 March 2010 - 08:34 AM, said:

could you tell that how you managed it? I have the same problem. I use also 7Customizer_0.4.0a..


Honestly I still haven't got it figured out. The disk installs perfectly with all of the files for WPI on the disk, with the exception of the setupcomplete.cmd file. Do to school work, I've had to put this project aside for a while, but now that its Spring Break, I'm going to look at it again and see if I can get it to work.

#9 User is offline   djbazo 

  • Group: Members
  • Posts: 4
  • Joined: 26-August 10
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 27 August 2010 - 08:10 AM

Hello,

i have the same problem, but only if i want to install WPI over a network share.
WPI on my DVD/USB works fine.

How does your "setupcomplete.cmd" looks like, can you post it?

here is my "setupcomplete.cmd" wich doesnt work to install wpi from network share:

reg add "HKLM\System\CurrentControlSet\Control\Network\NetworkLocationWizard" /v HideWizard /t REG_DWORD /d 00000001 /f

net use Z: \\192.168.x.xxx\DEPLOY

Start z:\WPI\wpi.exe



I tried also to connect via Net Use with Username and Password, but no change - same freeze.

When i run WPI from DVD/USB with the following "setupcomlete.cmd" it works fine.

for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\sources\install.wim set CDROM=%%i:

reg add "HKLM\System\CurrentControlSet\Control\Network\NetworkLocationWizard" /v HideWizard /t REG_DWORD /d 00000001 /f

Start %cdrom%\WPI\wpi.exe

del %0




Thanks for your help

This post has been edited by djbazo: 27 August 2010 - 08:11 AM


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

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



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