Skotster Posted August 20, 2006 Posted August 20, 2006 I'll try to be as clear as possible.I'm creating an unattend CD with nLite of WinXP Pro. I am going to use Partition Magic to create and format 7 partitions. (The hard drive is large and is set for dual booting with Linux FC5)I want one partition to contain the system files, another to contain Documents & Settings folder, and another to contain Programs Files folder. and one more to be the Temp folderBased on prior experience, Windows reassignes drive letters when it is reinstalled. How can I get my folders on the partitions i want?
Hepok Posted August 21, 2006 Posted August 21, 2006 (edited) Hi,Here is an exemple of my winnt.sif file[Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS ProgramFilesDir="D:\Program Files" CommonProgramFilesDir="C:\Program Files\Common" UnattendSwitch=Yes WaitForReboot=No DriverSigningPolicy=Ignore[GuiUnattended] AdminPassword="password" EncryptedAdminPassword=NO AutoLogon=Yes AutoLogonCount=1 OEMSkipRegional=1 TimeZone=105 OemSkipWelcome=1 ProfilesDir="E:\Documents and Settings"The partitions must be created and formated before installation.You can also rename the "Documents and Settings" folder name if you want.I never tried with an another partition for the "Program Files\Common" folder. Edited August 21, 2006 by Hepok
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now