Jump to content

Ashimema

Member
  • Posts

    37
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by Ashimema

  1. OK, upon yet another search of the Forum regarding this problem i found this; http://www.msfn.org/board/index.php?s=&amp...st&p=670285 It's not been replied to in a while. Is this still an ongoing problem?
  2. I can't seem to get my folder set-up to work correctly, anyone able to help? My answer file is pretty simple and is not meant to be full unattended. It is merely meant to partition the disks and allocate files to the correct places. I want: Disk 1 Partition 1 © = Windows Partition 2 (D) = Programs Partition 3 (E) = Profiles I get using the below answer file Disk 1 Partition 1 © = Windows (inc Programs) Partition 2 (D) = NTFS Formatted empty Partition Partition 3 (E) = Profiles (as Wanted) My Answer 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 wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Order>1</Order> <Size>12288</Size> <Type>Primary</Type> </CreatePartition> <CreatePartition wcm:action="add"> <Order>2</Order> <Extend>true</Extend> <Type>Extended</Type> </CreatePartition> <CreatePartition wcm:action="add"> <Order>3</Order> <Size>18432</Size> <Type>Logical</Type> </CreatePartition> <CreatePartition wcm:action="add"> <Order>4</Order> <Size>18432</Size> <Type>Logical</Type> </CreatePartition> </CreatePartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Active>true</Active> <Extend>false</Extend> <Format>NTFS</Format> <Label>Primary</Label> <Letter>C</Letter> <Order>1</Order> <PartitionID>1</PartitionID> </ModifyPartition> <ModifyPartition wcm:action="add"> <Active>false</Active> <Extend>false</Extend> <Format>NTFS</Format> <Label>Secondary</Label> <Letter>D</Letter> <Order>2</Order> <PartitionID>2</PartitionID> </ModifyPartition> <ModifyPartition wcm:action="add"> <Active>false</Active> <Extend>false</Extend> <Format>NTFS</Format> <Label>Tertiary</Label> <Letter>E</Letter> <Order>3</Order> <PartitionID>3</PartitionID> </ModifyPartition> </ModifyPartitions> </Disk> <Disk wcm:action="add"> <DiskID>1</DiskID> <WillWipeDisk>true</WillWipeDisk> </Disk> </DiskConfiguration> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows Vista ULTIMATE</Value> </MetaData> </InstallFrom> <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> </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"> <FolderLocations> <ProgramData>D:\Programs</ProgramData> <ProfilesDirectory>E:\Users</ProfilesDirectory> </FolderLocations> </component> </settings> <cpi:offlineImage cpi:source="wim:d:/vistawork/dvd/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> Cheers in advance, i just cant work it out. Ash
  3. Cheers, that's done the trick. The PID was the only bit i had missed.
  4. So far I've found this using Google, http://www.scriptcode.co.uk/dell_unattende...sta_oem_dvd.htm I've removed the entire contents of the OEM folder, and burned a new DVD using this, however the installation still doesn't ask my to insert a key and tries to activate (though it's not a networked box at the moment so can't)
  5. Anybody know how to restore a Dell Reinstallation DVD to a standard installation disk, removing the crap from it including the Product Key, etc. I want to play with unattended installation using the "lowest common denominator" to start with. The OEM Reinstallation disk inputs keys and things for me, i wanted to do this for myself (mainly for the learning experience). Ash
  6. Did i misread this, is there a Vista Unattended Wiki? The XP Wiki is great, and i'de be happy to start contributing to a Vista one, but havn't found it yet? Ash
×
×
  • Create New...