May
12
12
Scripting Add / Remove Windows Components
Posted by jbjorkman on May 12, 2006 underDeprecated: preg_replace() [function.preg-replace]: The /e modifier is deprecated, use preg_replace_callback instead in /var/www/myfoto.se/jbits.se/blog/wp-includes/formatting.php on line 82
Windows
Sysocmgr.exe allows you to script Addition or Removal of Windows Components.
1) Make a textfile using unattend.txt syntax [e.g. textfile.txt]
Example, IIS Install
[Components]
Fp_extensions=Off
fp_vdir_deploy=Off
Iis_common=On
iis_www=On
iis_asp=On
iis_inetmgr=On
iis_www_vdir_scripts=On
2) Run the following
sysocmgr /i:%windir%/inf/sysoc.inf /u:[textfile.txt]