Jump to content

phaeton

Member
  • Posts

    36
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Posts posted by phaeton

  1. I have a sysprep image created on an older laptop that I use as a build machine. When this image is loaded on a newer machine, setup hangs about 30 seconds into mini-setup.

    This image is just a stripped down XP SP3 image that I just want to get around the problem. I've attached the seutpapi.log file but i'm not sure how to properly read the error. Can someone have a look at it and maybe give me an idea as to what the problem is?

    Thanks Everyone!

    Setuplog.zip

  2. I'm testing unattended install of Vista and I can't get my logo to show in System Properties nor will it show any of the support information or website link.

    Do you see any problems with this XML file?

    <?xml version="1.0" encoding="utf-8"?>

    <unattend xmlns="urn:schemas-microsoft-com:unattend">

    <settings pass="windowsPE">

    <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <DiskConfiguration>

    <Disk>

    <CreatePartitions>

    <CreatePartition wcm:action="add">

    <Order>1</Order>

    <Size>20000</Size>

    <Type>Primary</Type>

    </CreatePartition>

    </CreatePartitions>

    <ModifyPartitions>

    <ModifyPartition wcm:action="add">

    <Active>true</Active>

    <Extend>false</Extend>

    <Format>NTFS</Format>

    <Label>OS_Install</Label>

    <Letter>C</Letter>

    <Order>1</Order>

    <PartitionID>1</PartitionID>

    </ModifyPartition>

    </ModifyPartitions>

    <DiskID>0</DiskID>

    <WillWipeDisk>true</WillWipeDisk>

    </Disk>

    <WillShowUI>OnError</WillShowUI>

    </DiskConfiguration>

    <UserData>

    <ProductKey>

    <Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key>

    <WillShowUI>OnError</WillShowUI>

    </ProductKey>

    <AcceptEula>true</AcceptEula>

    </UserData>

    <ImageInstall>

    <OSImage>

    <InstallTo>

    <DiskID>0</DiskID>

    <PartitionID>1</PartitionID>

    </InstallTo>

    <WillShowUI>OnError</WillShowUI>

    </OSImage>

    </ImageInstall>

    <UseConfigurationSet>true</UseConfigurationSet>

    </component>

    <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" 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>

    <SystemLocale>en-us</SystemLocale>

    <UILanguage>en-us</UILanguage>

    <UserLocale>en-US</UserLocale>

    </component>

    </settings>

    <settings pass="oobeSystem">

    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <RegisteredOrganization />

    <RegisteredOwner />

    <TimeZone>Eastern Standard Time</TimeZone>

    <OEMInformation>

    <HelpCustomized>false</HelpCustomized>

    <Logo>c:\windows\System32\oemlogo.bmp</Logo>

    <Manufacturer>manufacturer</Manufacturer>

    <Model>model</Model>

    <SupportHours>support hours</SupportHours>

    <SupportPhone>support phone</SupportPhone>

    <SupportURL>http://website.com/support/</SupportURL>

    </OEMInformation>

    </component>

    <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <Reseal>

    <Mode>Audit</Mode>

    </Reseal>

    </component>

    </settings>

    <settings pass="specialize">

    <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <Help_Page>http://website.com/support/</Help_Page>

    <Home_Page>http://website.com/welcome/</Home_Page>

    </component>

    </settings>

    <settings pass="auditSystem">

    <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <AuditComputerName>

    <MustReboot>true</MustReboot>

    </AuditComputerName>

    </component>

    </settings>

    <cpi:offlineImage cpi:source="wim:e:/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />

    </unattend>

  3. Some burners are just picky about which media they use. I have found DVD-R & DVD-RW discs (Cheapo disk to name brand discs) to be the most stable between a wide variety of systems (as long as your burner supports DVD-R/-RW).

    Check to see if there is a firmware update available for your burner. I'd also suggest trying a different brand of media.

  4. Hey guys,

    I've customized by WinPE Cd to support SATA devices and new Intel NICs. When it loads up the network drivers i get the following error:

    Could not load the installer for ports. Check with your manufacturer

    WinPE waits with that screen up. I have to manually click the OK proceed.

    I'm using the latest driver set from intel.com. Has anyone seen this error?

    Thanks,

  5. Hey guys,

    I'm doing an XP Home edition image right now. I'm install a few drivers via cmdlines.txt. How do I force windows to reboot after cmdlines.txt?

    Usually my images reboot after cmdlines.txt but this image just runs cmdlines and then logs into windows without a reboot.

    any ideas?

  6. Hey guys,

    Here's my situation. I'm trying to install the driver for a Intel Wireless card and i'm having a problem. The image is already deployed and i want to do a 'silent' install of the driver through the RUNONCE reg key. The problem the New hardware wizard comes up and blocks my installation. I have to minize the installer, close the new hardware window, and then my installation continues.

    Any one have any insight on this? Anyway to close that device manager window?

    Thanks,

    Eric

  7. This isn't quite related to an unattended install but I was wondering if anyone had any insight. We are pushing a driver install to a laptop (it's a intel wireless lan driver). It is being done via logon script.

    The driver install is an installsheild install (setup /s /sms) but the installation hangs because the hardware detection window is open in the background. If the user isn't sitting at the machine at the time then the install hangs there till the window is closed

    Anyone have any ideas? I like to install the driver even before the hardware detection windows shows up. (force install)

    Thanks guys.

×
×
  • Create New...