Code Script .co.uk

Home | Scripts | Tutorials | Disclaimer | Sitemap | Contact

   Add Remove Windows Server 2003 Components
 

Vbscript / Operating System / Add Remove Windows Server 2003 Components

Add remove components for Server 2003 using "sysocmgr" specifying a file with the components defines as show below:

sysocmgr /i:%windir%\inf\sysoc.inf /u:c:\Install\components.txt

An example of components.txt is show below for adding the file server resource manager components of Windows Server 2003 R2 and common IIS components:

[Components]
SRM = on
FSRStandard = on
iis_common = on
iis_www = on
iis_www_vdir_scripts = on
iis_inetmgr = on
iis_asp = on
aspnet= on
appsrv_console = on

See http://support.microsoft.com/kb/222444 for more details on comonent installation.

Refer to the compiled help files (ref.chm) in deploy.cab contained within the SUPPORT folder on the Windows Server 2003 installation media or refer to our OS component reference.





Please note that a disclaimer applies to any code on this page.
 
   Actions
  Go Back
  Bookmark
  Print Page


   Menu
 
- Links
- Reference
- Script Editors
- Tutorials
- Vbscript
     - Active Directory
     - Exchange
     - Files And Folders
     - General
     - Ms Office
     - Operating System
          - Add Remove Windows Server 2003 Components
          - Add Remove Windows Vista Components
          - Add Remove Windows Xp Components
          - Autologon And Runonce
          - Change Display Resolution
          - Change Location I386 Setup Files
          - Change Offline Folder Cache Location
          - Dell Bios Set Boot Device Order
          - Dell Bios Set Configuration Settings
          - Dell Bios View Configuration Settings
          - Dell Bios View Device Boot Order
          - Disable Vista User Account Control
          - Enumerate Cd Drives
          - Enumerate Computer Drives
          - Enumerate Disk Volumes
          - Enumerate Registry Keys
          - Flush Remote Dns Cache
          - Get Domain Name
          - Get Machine Hardware Model
          - Read Registry Key
          - Rename Computer
          - Rename Dell Machine By Service Tag
          - Set Internet Explorer Homepage
          - Set Random Desktop Wallpaper On Startup
          - Set Vista Network Location Category
          - Start And Stop A Service
          - Vista Disable Ipv6
          - Windows Login Timer
     - Processes And Services
     - Text Processing
     - User Interaction
     - Web Servers