PatHibulaire Posted January 14, 2005 Share Posted January 14, 2005 Hi, I read attentively tutorial and posts to create an unattended install of Windows XP but I still have a few problems : I have two hard drives and each one is separated in 4 partitions. I would like to install Windows in first partition of first hard drive, "Document and Settings" and "Program Files" directories in the second partition of first hard drive.So, in unattend.txt I set : ProgramFilesDir="D:\Program Files"CommonProgramFilesDir = "D:\Program Files\Common Files"ProfilesDir="D:\Document and Settings"When I launch the unattended install, all works fine but Windows install "Document and Settings" and "Program Files" in the first partition of second hard drive and call it D:I saw many methods to change drive letters after the installation but not during the installation. Is there a way to force Windows to install "Document and Settings" and "Program Files" in the second partition of first hard drive ?Thanks Link to comment Share on other sites More sharing options...
durex Posted January 14, 2005 Share Posted January 14, 2005 you can set this in your winnt.sif or by a number of other methods, including regtweaks. search it up Link to comment Share on other sites More sharing options...
shabador Posted January 14, 2005 Share Posted January 14, 2005 Strange... Could you post the rest of your winnt.sif? (remove product keys and passwords) Link to comment Share on other sites More sharing options...
PatHibulaire Posted January 14, 2005 Author Share Posted January 14, 2005 Sorry but I don't find a way to do it in winnt.sif but this would be the way I prefer. I'm going to look for regtweaks but it seems to me that it acts after the installation. Link to comment Share on other sites More sharing options...
PatHibulaire Posted January 14, 2005 Author Share Posted January 14, 2005 Here is my winnt.sif file : ;SetupMgrTag[Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes"[Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes OemFilesPath="..\$OEM$" TargetPath=\WINDOWS Repartition=No FileSystem=NTFS UnattendSwitch=Yes WaitForReboot=No OemPnPDriversPath="drivers" DriverSigningPolicy=Ignore AutoActivate=No ProgramFilesDir="D:\Program Files" CommonProgramFilesDir="D:\Program Files\Common Files" KeyboardLayout="Fran‡ais"[GuiUnattended] AdminPassword=* EncryptedAdminPassword=Yes OEMSkipRegional=1 TimeZone=105 OemSkipWelcome=0 ProfilesDir= "D:\Documents and Settings\"[UserData] ProductKey=* FullName="ABC" OrgName="DEF" ComputerName=smile[Display] BitsPerPel=16 Xresolution=800 YResolution=600 Vrefresh=60[TapiLocation] CountryCode=33[Identification] JoinWorkgroup=workgroup[Networking] InstallDefaultComponents=Yes[Components] Msnexplr=Off Msmsgs=Off Link to comment Share on other sites More sharing options...
shabador Posted January 14, 2005 Share Posted January 14, 2005 Your winnt.sif file seems ok. (Looks a lot like mine)You have remembered to format both the C: and D: disks before you start your install, right?Try to set:FileSystem=*It is a long shot, but could perhaps work. Sometimes (often) windows works in mysterious ways... Link to comment Share on other sites More sharing options...
jaclaz Posted January 14, 2005 Share Posted January 14, 2005 I suspect that is something related to the way your disks are partitioned, and how XP assigns letters, see here:http://www.msfn.org/board/index.php?showtopic=35329Hope that helps,jaclaz Link to comment Share on other sites More sharing options...
jeff Posted January 14, 2005 Share Posted January 14, 2005 normal : ex if you have 2 HDDs with 3 partitions on eachc: 1st Principal Partition of 1st HDDd: 1st Principal Partition of 2nd HDDe: 1st logical of 1st HDDf: 2nd logical of 1st HDD g: 3e logical of 1st HDDh: 1st logical of 2nd HDD h: 2nd logical of 2nd HDD etc ... Link to comment Share on other sites More sharing options...
PatHibulaire Posted January 16, 2005 Author Share Posted January 16, 2005 Great, all works as I want now. Thanks all. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now