Jump to content

Would like help on just creating a quick Autounattend.xml


Recommended Posts

The quickness thing is I just hate any other computer than mine! I've tried this already, but it installed a horribly messed up Vista that I'm just wiping over.

Anyway, I'm not bothered about using vLite to go through things to make the install nice and easy, all I'm after is the minimum needed to make Vista install to C:, Users to D: and both Program Files to E:, which vLite can't do anyways. These drives are partitions on the only drive that has ever appeared in the install screens, and it is in this order, so what would I need?

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64"
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>
<ProfilesDirectory>D:\</ProfilesDirectory>
<ProgramData>E:\</ProgramData>
</FolderLocations>
</settings>
</unattend>

That's what I think is the minimum. I don't need to edit partitions, I can do that myself.

(edited the code for easier reading)

Edited by DanFraser
Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...