JeremyPureOC Posted March 21, 2010 Posted March 21, 2010 (edited) 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// 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 tabConfigurations=[''];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<?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.config.jsautounattend.xml Edited March 24, 2010 by mritter
JeremyPureOC Posted March 23, 2010 Author Posted March 23, 2010 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.
JeremyPureOC Posted March 25, 2010 Author Posted March 25, 2010 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>
JeremyPureOC Posted March 25, 2010 Author Posted March 25, 2010 Thanks, got that fixed. Forgot about that.
ZEUS__ Posted March 29, 2010 Posted March 29, 2010 could you tell that how you managed it? I have the same problem. I use also 7Customizer_0.4.0a..
JeremyPureOC Posted April 5, 2010 Author Posted April 5, 2010 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.
djbazo Posted August 27, 2010 Posted August 27, 2010 (edited) 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 /fnet use Z: \\192.168.x.xxx\DEPLOYStart z:\WPI\wpi.exeI 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 /fStart %cdrom%\WPI\wpi.exedel %0Thanks for your help Edited August 27, 2010 by djbazo
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now