Jump to content

n00b

Member
  • Posts

    137
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About n00b

n00b's Achievements

0

Reputation

  1. For some reason this program hangs after the driver install on the image my company uses, anyone know where to start troubleshooting?
  2. Since the intregation of any textmode driver does not touch the OS and its applications like Internet Explorer at all, you either didn't use a clean OS CD as source or enabled the removal of some features like the IE while processing with nLite. nope that's not it but i guess nLite isn't certified for XP Tablet edition (works fine with XP Pro)
  3. hello i did this, slipstream intel ahci driver, but now IE is removed and some parts of the OS are really f*cked up. what happened? what did I do wrong?
  4. Is it possible to save the arrangement of the quick launch icons and then restore them during setup? I have it set to create the Microsoft Outlook shortcut in the taskbar but I'd prefer if it was the last item and not the first.
  5. Hello folks, how do I make Vista read from a new XML file? I have one that is used for all machines and then a 2nd XML for machine-specific changes.
  6. Hello folks, I need to create a Vista image that has the mass storage drivers loaded for ICH7 to ICH9, RAID non RAID the all 9 yards. Basically every device entry in IAAHCI.INF and IASTOR.INF from the Intel Matrix Storage driver package. How do I do this?
  7. Hello I preinstall Nero 8 Micro at auditUser stage with Vista Ultimate It seems to install fine but then bombs out with numerous registration errors, such as NeroFileDialog.dll and other dll/ax files What can I try? should I make Vista reboot before Nero is installed?
  8. you have to run formathd.exe or deletall.exe dont boot from cd, use winpe and copy the files down
  9. wtf man? Ya gotta be kiddin with a reply like that. LOL Thats not the idea of an unattended OS now is it?? I recomend you read the threads here more closely from now on. r u retarded dumbass? wusa.exe supports /quiet /norestart f*** off noob
  10. I run several commands via RunSynchronous but it keeps executing sysprep in the end! I need to run Sysprep manually, how do I prevent it from it running automatically
  11. i just use WUSA.EXE to install the hotfixes ... no slipstreaming, installed vista and activated it and backed up to ghost image so i won't do clean installs ever
  12. during the auditsystem stage, the system shows a black screen and sits there installing drivers for 20 minutes. can i run a program during this stage?
  13. Hello when I run my unattend setup for Vista it crashes and burns after copying files for 2 hours something about WINDOWS folder not found can anyone tell me what's wrong? <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <servicing> <package action="configure" permanence="removable"> <assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="6.0.6000.16386" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="" /> <selection name="Chess" state="true" /> <selection name="FreeCell" state="true" /> <selection name="Hearts" state="true" /> <selection name="SpiderSolitaire" state="true" /> <selection name="Solitaire" state="true" /> <selection name="Shanghai" state="true" /> <selection name="PurblePlace" state="true" /> <selection name="Minesweeper" state="true" /> <selection name="Inkball" state="true" /> <selection name="AxInstallService" state="true" /> <selection name="CorporationHelpCustomization" state="true" /> <selection name="InboxGames" state="true" /> <selection name="OEMHelpCustomization" state="true" /> <selection name="Printing-Foundation-Features" state="false" /> <selection name="Printing-Foundation-InternetPrinting-Client" state="false" /> </package> </servicing> <settings pass="specialize"> <component name="Microsoft-Windows-SystemRestore-Main" 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"> <DisableSR>1</DisableSR> </component> <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"> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1400</HorizontalResolution> <RefreshRate>60</RefreshRate> <VerticalResolution>1050</VerticalResolution> </Display> <OEMInformation> <HelpCustomized>true</HelpCustomized> <Logo>C:\WINDOWS\SYSTEM32\OEMLOGO.BMP</Logo> <Manufacturer>Dell Computer Corporation</Manufacturer> <Model>Latitude D610</Model> <SupportHours>24 hours</SupportHours> <SupportPhone>1-800-456-3355</SupportPhone> <SupportURL>http://support.dell.com</SupportURL> </OEMInformation> <WindowsFeatures> <ShowInternetExplorer>true</ShowInternetExplorer> <ShowMediaCenter>true</ShowMediaCenter> <ShowWindowsMail>true</ShowWindowsMail> <ShowWindowsMediaPlayer>true</ShowWindowsMediaPlayer> </WindowsFeatures> <AutoLogon> <Enabled>true</Enabled> <LogonCount>1</LogonCount> <Username>Administrator</Username> </AutoLogon> <CopyProfile>true</CopyProfile> <BluetoothTaskbarIconEnabled>true</BluetoothTaskbarIconEnabled> <ComputerName>DDH6BZ71</ComputerName> <DoNotCleanTaskBar>true</DoNotCleanTaskBar> <RegisteredOrganization>HOMENETWORK Domain</RegisteredOrganization> <RegisteredOwner>Dell Latitude D610</RegisteredOwner> <ShowWindowsLive>true</ShowWindowsLive> <TimeZone>US Eastern Standard Time</TimeZone> </component> </settings> <settings pass="generalize"> <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"> <OEMInformation> <HelpCustomized>true</HelpCustomized> <Logo>C:\WINDOWS\SYSTEM32\OEMLOGO.BMP</Logo> <Manufacturer>Dell Computer Corporation</Manufacturer> <Model>Latitude D610</Model> <SupportHours>24 hours</SupportHours> <SupportURL>http://support.dell.com/</SupportURL> <SupportPhone>1-800-456-3355</SupportPhone> </OEMInformation> <RegisteredOrganization>HOMENETWORK Domain</RegisteredOrganization> <RegisteredOwner>Dell Latitude D610</RegisteredOwner> <BluetoothTaskbarIconEnabled>true</BluetoothTaskbarIconEnabled> <DoNotCleanTaskBar>true</DoNotCleanTaskBar> </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"> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1400</HorizontalResolution> <RefreshRate>60</RefreshRate> <VerticalResolution>1050</VerticalResolution> </Display> <OEMInformation> <HelpCustomized>true</HelpCustomized> <Logo>C:\WINDOWS\SYSTEM32\OEMLOGO.BMP</Logo> <Manufacturer>Dell</Manufacturer> <Model>Latitude D610</Model> <SupportHours>24 hours</SupportHours> <SupportPhone>1-800-456-3355</SupportPhone> <SupportURL>http://support.dell.com</SupportURL> </OEMInformation> <VisualEffects> <FontSmoothing>ClearType</FontSmoothing> </VisualEffects> <WindowsFeatures> <ShowInternetExplorer>true</ShowInternetExplorer> <ShowMediaCenter>true</ShowMediaCenter> <ShowWindowsMail>true</ShowWindowsMail> <ShowWindowsMediaPlayer>true</ShowWindowsMediaPlayer> </WindowsFeatures> <BluetoothTaskbarIconEnabled>true</BluetoothTaskbarIconEnabled> <DoNotCleanTaskBar>true</DoNotCleanTaskBar> <RegisteredOrganization>HOMENETWORK Domain</RegisteredOrganization> <ShowWindowsLive>true</ShowWindowsLive> <TimeZone>US Eastern Standard Time</TimeZone> <RegisteredOwner>Dell Latitude D610</RegisteredOwner> <AutoLogon> <Enabled>true</Enabled> <LogonCount>1</LogonCount> <Username>Administrator</Username> </AutoLogon> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <Order>1</Order> <CommandLine>C:\INSTALL\NICDIAG\SETUP.EXE /s /v"/qb REBOOT=REALLYSUPPRESS"</CommandLine> <Description>Broadcom NIC Diagnostics</Description> </SynchronousCommand> </FirstLogonCommands> </component> </settings> <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"> <UserData> <ProductKey> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> <FullName>Dell Latitude D610</FullName> <Organization>HOMENETWORK Domain</Organization> </UserData> <UseConfigurationSet>true</UseConfigurationSet> </component> </settings> <settings pass="offlineServicing"> <component name="Microsoft-Windows-PnpCustomizationsNonWinPE" 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"> <DriverPaths> <PathAndCredentials wcm:action="add" wcm:keyValue="AUDIO"> <Path>C:\DRIVERS\AUDIO\ONBOARD</Path> </PathAndCredentials> <PathAndCredentials wcm:action="add" wcm:keyValue="MODEM"> <Path>C:\DRIVERS\MODEM\ONBOARD</Path> </PathAndCredentials> <PathAndCredentials wcm:action="add" wcm:keyValue="MOUSE"> <Path>C:\DRIVERS\MOUSE</Path> </PathAndCredentials> <PathAndCredentials wcm:action="add" wcm:keyValue="NETWORK"> <Path>C:\DRIVERS\NETWORK\ONBOARD</Path> </PathAndCredentials> <PathAndCredentials wcm:action="add" wcm:keyValue="SYSTEM_A"> <Path>C:\DRIVERS\SYSTEM\ADDON</Path> </PathAndCredentials> <PathAndCredentials wcm:action="add" wcm:keyValue="SYSTEM_O"> <Path>C:\DRIVERS\SYSTEM\ONBOARD</Path> </PathAndCredentials> <PathAndCredentials wcm:action="add" wcm:keyValue="VIDEO"> <Path>C:\DRIVERS\VIDEO\ONBOARD</Path> </PathAndCredentials> </DriverPaths> </component> </settings> <settings pass="auditSystem"> <component name="Microsoft-Windows-PnpCustomizationsNonWinPE" 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"> <DriverPaths> <PathAndCredentials wcm:action="add" wcm:keyValue="AUDIO"> <Path>C:\DRIVERS\AUDIO\ONBOARD</Path> </PathAndCredentials> <PathAndCredentials wcm:action="add" wcm:keyValue="MODEM"> <Path>C:\DRIVERS\MODEM\ONBOARD</Path> </PathAndCredentials> <PathAndCredentials wcm:action="add" wcm:keyValue="MOUSE"> <Path>C:\DRIVERS\MOUSE</Path> </PathAndCredentials> <PathAndCredentials wcm:action="add" wcm:keyValue="NETWORK"> <Path>C:\DRIVERS\NETWORK\ONBOARD</Path> </PathAndCredentials> <PathAndCredentials wcm:action="add" wcm:keyValue="SYSTEM_A"> <Path>C:\DRIVERS\SYSTEM\ADDON</Path> </PathAndCredentials> <PathAndCredentials wcm:action="add" wcm:keyValue="SYSTEM_O"> <Path>C:\DRIVERS\SYSTEM\ONBOARD</Path> </PathAndCredentials> <PathAndCredentials wcm:action="add" wcm:keyValue="VIDEO"> <Path>C:\DRIVERS\VIDEO\ONBOARD</Path> </PathAndCredentials> </DriverPaths> </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"> <AuditComputerName> <Name>DDH6BZ71</Name> </AuditComputerName> </component> </settings> <cpi:offlineImage cpi:source="wim://yourmom/install.wim#Windows Vista ENTERPRISE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
  14. wow thanks! i heard it from ytmnd
×
×
  • Create New...