August 20, 200620 yr 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?
August 21, 200620 yr 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, 200620 yr by Hepok
Create an account or sign in to comment