Jump to content

dd123pp

Member
  • Posts

    11
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

About dd123pp

  • Birthday 09/01/1988

Contact Methods

  • MSN
    davep@live.com

dd123pp's Achievements

0

Reputation

  1. Thanks mate I'll try that later now with this - <PlainText>false</PlainText> Should I change this to true or just delete the whole line?
  2. Seems to have a problem when it gets to the windows shell bit I have just added the organstation and owner part, so that bit is not tested Please help guy, this is really stressing me out <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="oobeSystem"> <component name="Microsoft-Windows-International-Core" 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"> <InputLocale>en-UK</InputLocale> <SystemLocale>en-UK</SystemLocale> <UILanguage>en-UK</UILanguage> <UILanguageFallback>en-UK</UILanguageFallback> <UserLocale>en-UK</UserLocale> </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"> <OOBE> <HideEULAPage>true</HideEULAPage> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <NetworkLocation>Work</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> </OOBE> <UserAccounts> <AdministratorPassword> <Value>REMOVED</Value> <PlainText>false</PlainText> </AdministratorPassword> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>REMOVED</Value> <PlainText>false</PlainText> </Password> <Description>LocalAdmin</Description> <DisplayName>OckendonAdmin</DisplayName> <Group>Administrators</Group> <Name>OckendonAdmin</Name> </LocalAccount> </LocalAccounts> </UserAccounts> <RegisteredOrganization>Ockendon</RegisteredOrganization> <RegisteredOwner>Headteacher</RegisteredOwner> <TimeZone>UTC</TimeZone> <ShowWindowsLive>false</ShowWindowsLive> <AutoLogon> <Password> <Value>REMOVED</Value> <PlainText>false</PlainText> </Password> <Enabled>true</Enabled> <LogonCount>1</LogonCount> <Username>OckendonAdmin</Username> </AutoLogon> </component> </settings> <cpi:offlineImage cpi:source="catalog:d:/sources/install_windows 7 professional.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  3. Im having the same proble too
  4. Hi I have built a master pc with all the updates installed & Only Ethernet Driver I ran sysprep it and made a .sysprep.ini for it -------------------- ;SetupMgrTag [unattended] OemSkipEula=Yes InstallFilesPath=C:\sysprep\i386 DriverSigningPolicy=Ignore UpdateInstalledDrivers=Yes [GuiUnattended] AdminPassword="********" EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=85 OemSkipWelcome=1 [userData] ProductKey=*****-*****-*****-*****-***** FullName="The Headteacher" OrgName="The Ockendon School" ComputerName="%machinename%" [Display] BitsPerPel=32 Xresolution=1024 YResolution=768 [RegionalSettings] LanguageGroup=1 SystemLocale=00000809 UserLocale=00000809 InputLocale=0809:00000809 [setupMgr] DistFolder=C:\sysprep\i386 DistShare=windist [identification] JoinDomain=ockendon.thurrock.sch.uk DomainAdmin=**** DomainAdminPassword=**** [Networking] InstallDefaultComponents=Yes Then I have made it has a wim image with WDS Create Image Feature ----------------------------------------------Networking Problem ----------------------------------------------- I have tried it on one computer it works fine (Wasn't the master pc I built the image on) Tried it one of the new computers we just brought, no luck (Same spec has the pc I set it up on) Keeps coming up with something like 'cant obtain an ip address from the dhcp server' So thought it was to do with the network driver The ethernet controller on this computer is an ' Realtek_8111B_8111C Controller' I have tried to inject the driver into the boot up file (boot.wim) Still the same problem Am I setting up the driver wrong? Or is it not to do with the driver? ----------------------------------------------- Computer Name Problem ---------------------------------------- Also how do I get it so I can type the computer name after I selected the image? (Is it even possible?) Dont want to have to wait for it to finish installing to type in the computer name needed At the moment it just makes one by itself, whuch I then have to change after it finishes the setup (Annoying) ----------------------------------------------- Hal Problem ---------------------------------------- Can I make it universal? So it does both multicore and single core with one image, instead of two ---------------------------------- Other Driver Problem ------------------------------------------ Also How can I add other drivers so it installs by itself? Audio, Chipset, Ethernet, Video Controller This way everything is all installed expect from the antivirus and our remote/watching software which we deploy from their deployment tools Problem I had with RIS. is even if i wasnt the correct driver it still was under add/remove programs So had to make different images for different hardware, witch I gave up in the end, and just had one image with all the ethernet drivers and install the drivers manually on the pcs Would this be the same case? Different images for different PCs?
  5. I would like to know this as will, mines say it is missing the admparse.dll.mui file too All I done is intergrate SP3 with the RTM disc, and intergrate IE7, WMP11, and all current updates possiable to intergrate And then I copied the old answer from from our old SP2 image Please help, need to reload 30 computers at work ASAP Thanks
×
×
  • Create New...