Jump to content

Major

Member
  • Posts

    322
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Spain

Everything posted by Major

  1. @Zilver, Thank you for update the tool, it is very apreciated. would you like please tell me what are the updates i must download or where are they posted?
  2. Hi, i have usually installed my unattended windows 7 well, but now in the last 4 pc of my friends, it asks for a driver and tells me: it does not find any device driver for cd /dvd... i will explain how i have made my unattended windows 7 (drives). I slipstream 3 drivers (chipset, massstorage, lan) in the image install.wim and the other drivers during setupcomplete.cmd (Runonceex) I want, instead to add the controller (which i think is AHCI SATA RAID) manually, i would like to siplstream it and in which image, in order to do it unatended? Thanks
  3. Hi i have made an unattended windows 7, but i select manually the drive where the operating system will be installed because i am afraid of deleting some data. this is why i have commented the diskconfiguration in my autounattended <!-- <DiskConfiguration> <Disk wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Extend>true</Extend> <Order>1</Order> <Type>Primary</Type> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Active>true</Active> <Extend>false</Extend> <Format>NTFS</Format> <Letter>C</Letter> <Order>1</Order> <PartitionID>1</PartitionID> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> </Disk> <WillShowUI>OnError</WillShowUI> </DiskConfiguration> --> for a long time i am wondering if there is a batch or something to do in order that the unattended detects the drive of the older system operating and then install the unattended automatically over that drive. for example we assume a disc with 2 logical discs C: and D: C:\ is the drive where is installed the older operating system D:\ there are data. I would like that my unattended detects that the older system is installed on C:\ and then format it automatically in order to in install the unattnded in C:\ also automatically. and leave intact D:
  4. Thanks i will try it in a a bigger disk in a VM.
  5. I Have made an unattended windows with setting to set manually the disk configurations, it worked fine But yesterday i wanted to create a partition in the options of the disk, the boton [New and extend] were grey (inactive). How can i do to set them active.Thanks. Here is the part of my autounattended.xml regarding the disk <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"> <ImageInstall> <OSImage> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall>
×
×
  • Create New...