Jump to content

Recommended Posts

Posted (edited)

===== Post Nº1 =====

CAn someone paste the a basic example AutoUnattend.xml for windows 7 rtm.

So that I can just add this

<FolderLocations>

<ProfilesDirectory>e:Users</ProfilesDirectory>

<ProgramData>e:ProgramData</ProgramData>

</FolderLocations>

in the unattend.xml file and get on with things...

Edit: I should add , I don't want any other unattended features. The only change I want is the change in folder paths.

ty

I would download waik , but thats like 1.3 gb !

===== Post Nº2 =====

cmon people , help me a little ...

Just post any unattend.xml for windows 7 rtm and I''ll modify it to suit my needs

Edited by Yzöwl
Posts Merged

Posted

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<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>
<ProfilesDirectory>E:\users</ProfilesDirectory>
</FolderLocations>
</component>
</settings>
<cpi:offlineImage cpi:source="catalog://server/wim/pro x86/install_windows 7 professional.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>

:thumbup

Posted

It worked! :thumbup

I just had to change

<cpi:offlineImage cpi:source="catalog://server/wim/pro x86/install_windows 7 professional.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />

to

<cpi:offlineImage cpi:source="catalog://server/wim/pro x86/install_windows 7 ultimate.clg" xmlns:cpi="urn:schemas-microsoft-com:cpi" />

becuase I had the ultimate edition.

ALso in order to move program files I just applied a registry tweak after the installation. My documents acan simply be moved using the properties dialog. SO now I just have the plain old windows folder in my c drive :D:thumbup

Posted

I am using unattended answer file to move User folders to a different partition in XP. I would also want to do the same in Windows 7. It's great to see this thread.

Can I ask if this procedure would work?

(1) Copy the AutoUnattend.xml to the root of a USB flash drive.

(2) Boot from a standard Windows 7 DVD.

Is that all that is required? Is anything missing from this procedure?

Thanks.

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...