========================================= 本文适用于:Windows XP Professional ========================================= WinXP中的无人安装模式较Win2000比起来又有了很大的提高。功能上更为强大,操作上也非常方便。系统地、全面地讲解WinXP的无人安装模式是不现实的(那样的话就可以出一本小册子了),现在我把大家可能使用到的无人安装模式介绍给大家,大家可以在实际使用中体会到其强大的功能。
一、无人安装模式的由来 本人第一次使用无人安装模式是在安装Win98的时候,那个时候就可以使用Win98安装光盘里面的一个批处理安装编辑软件来创建Win98下的无人安装脚本:setup.inf,在后来发布的Win2000中,微软强化了无人安装模式,提出了/改进了一些批量安装方法,例如:分发。到2001年WinXP发布,无人安装模式又有了很大的变化,微软称之为自动定制安装(Automated and Customized Installtions)。
注意: 1、如果磁盘没有分区,系统会提示分区。所以建议先分好区或直接使用WinXP安装时的分区选项分区,很快就行了,无需重新启动。 2、所有应答文件的属性最好不是只读,以免发生问题,A盘最好不要打开写保护。(小心点总没错) 3、安装完以后自动安装软件的命令只有当成功登陆以后才能够使用。 4、还可以定制安装那些组件: [Components] ; 放到[UserData]一段末尾 ; This section contains keys for installing the components of ; Windows XP Professional. A value of On installs the component, and a ; value of Off prevents the component from being installed. iis_common = On iis_inetmgr = Off iis_www = Off iis_ftp = Off iis_doc = Off iis_smtp = On ; The Fp_extensions key installs Front Page Server Extensions. Fp_extensions = On ; If you set the TSEnabled key to On, Terminal Services is installed on ; a current version of Windows Server. TSEnabled = On ; If you set the TSClients key to On, the files required to create ; Terminal Services client disks are installed. If you set this key ; to On, you must also set the TSEnabled key to On. TSClients = On Indexsrv_system = On Accessopt = On Calc = On Charmap = On Chat = Off Clipbook = On Deskpaper = On Dialer = On Freecell = Off Hypertrm = On Media_clips = On Media_utopia = On Minesweeper = Off Mousepoint = Off Mplay = On Mswordpad = On Paint = On Pinball = Off Rec = On Solitaire = Off Templates = On Vol = On
5、其他模式的详细解释请参看《Windows XP Professional Resource Kit Documentation》 6、如果还有其他问题或文中又不准确的地方,欢迎大家提问或指出!