I'm "testing" various 2kpro (clean install) setup configurations, and have been employing the "answer file" approach (using "unattend.txt", to try and CONTROL exactly WHICH COMPONENTS actually DO get installed by "setup."
I've successfully been able to eliminate all the "Games" (Pinball, et al), (and it's sure nice NOT to have to enter that 25-digit CD key everytime!), but I would like to be able to cut "Telnet" & "Fax" (if possible) and many of the other "add-ons" that I know I'll never use on THIS particular unit;
i.e.: Since this machine will NOT have any internet access, and by using the following section in an "unattend.txt" file during "setup," it is possible to avoid installing TCP/IP (or ANY) networking clients or protocols:
[Networking]
InstallDefaultComponents = "No"
________________
Another section I've tried that seems to work:
[data]
unattendedinstall = "yes"
producttype = "winnt"
standardserverupgrade = "no"
winntupgrade = "no"
win9xupgrade = "no"
win31upgrade = "no"
sourcepath = "\device\harddisk0\partition1\$win_nt$.~ls"
msdosinitiated = "1"
floppyless = "1"
AutoPartition = "1"
UseSignatures = "yes"
InstallDir = "\WINNT"
(etc.)
_________________
It would be nice to have a "comprehensive" listing of ALL available categories and their respective component "switches" -
Anyone with knowledge, suggestions, or examples would be greatly appreciated.
[I've already plowed through the lengthy "unattend.doc" in the w2k CD\"Support" folder\"DEPLOY.CAB" - and I am aware that "certain" components (like Internet Explorer) are NOT "optional" during ANY w2k install. . .]
I've successfully been able to eliminate all the "Games" (Pinball, et al), (and it's sure nice NOT to have to enter that 25-digit CD key everytime!), but I would like to be able to cut "Telnet" & "Fax" (if possible) and many of the other "add-ons" that I know I'll never use on THIS particular unit;
i.e.: Since this machine will NOT have any internet access, and by using the following section in an "unattend.txt" file during "setup," it is possible to avoid installing TCP/IP (or ANY) networking clients or protocols:
[Networking]
InstallDefaultComponents = "No"
________________
Another section I've tried that seems to work:
[data]
unattendedinstall = "yes"
producttype = "winnt"
standardserverupgrade = "no"
winntupgrade = "no"
win9xupgrade = "no"
win31upgrade = "no"
sourcepath = "\device\harddisk0\partition1\$win_nt$.~ls"
msdosinitiated = "1"
floppyless = "1"
AutoPartition = "1"
UseSignatures = "yes"
InstallDir = "\WINNT"
(etc.)
_________________
It would be nice to have a "comprehensive" listing of ALL available categories and their respective component "switches" -
Anyone with knowledge, suggestions, or examples would be greatly appreciated.
[I've already plowed through the lengthy "unattend.doc" in the w2k CD\"Support" folder\"DEPLOY.CAB" - and I am aware that "certain" components (like Internet Explorer) are NOT "optional" during ANY w2k install. . .]