nLite is very well put together and I have been able to implement my setup for my scheduled Windows XP Home SP3 install.
I am planning a disk formatting (and zero filling) of my Hitashi hard drive using the manufacturer's tool. The partitioning of my physical drive will be carried out before the unattended install. The partions will be as follow:
C:\ for XP
D:\ for PageFile
E:\ for ProgramFiles
F:\ for data
The question is are they any issue with the use of ProgramFilesDir from Windows standard package or third partions?
For instance, with the Deploy tool for Sp3 from Microsoft the following entry are not documented for the [Unattended] and in the [GuiUnattended] sections (see below). However, these are used.
[Unattended]
ProgramFilesDir="D:\ProgramFiles"
CommonProgramFilesDir="D:\ProgramFiles\CommonFiles"
[GuiUnattended]
ProfilesDir="F:\Documents_and_Settings\"
I did not see how to make nLite add the ProfilesDir entry from the GUI, I edited directly the WINNT.SIF file instead. I did not find the relevant entry to set the pagefile size and location/distribution on partitions either.
I suspect I am asking very common and simple questions. I tried to find some answers on the web and this forum.
Is there a resource and userguide besides
http://unattended.ms....xp/view/web/1/ I could refer to?
Also, are they any programs which might not look environment variable when installing? If there are, does mean I should keep a copy of the default/standard directory in C:\?
Finally will those entry using at the fresh install be enough or the registry need to be edited to customize Windows?
Here are some excerpt I found on a webpage discussing Windows setup and customization?
ECHO setting swap file
ECHO Y| REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory management" /v PagingFiles /t REG_MULTI_SZ /d "C:\pagefile.sys 256 256\0D:\pagefile.sys 1024 2048"
ECHO moving program files
ECHO Y| REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\" /v ProgramFilesDir /t REG_SZ /d "d:\programs"
XCOPY "c:\Program Files" d:\programs\ /E /C /H /O
ECHO moving user profiles
ECHO Y| REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList" /v ProfilesDirectory /t REG_EXPAND_SZ /d "d:\home"
XCOPY "c:\Documents And Settings" d:\home\ /E /C /H /O
Thank you in advance for your suggestions and replies,
Donat
This post has been edited by dpluigi: 15 November 2008 - 10:16 PM



Help
Back to top










