Page 1 of 1
Automated Windows Component Removal
#1
Posted 16 October 2005 - 04:02 PM
Does anyone know of a way to remove "core" windows components such as Outlook Express, MS Messenger, and MSN Explorer from a perlscript/batchfile/etc(hopefully silently) after windows is already installed? I've obtained/written scripts and reg files for most common tasks and settings that we do now, but this one has me....Many thanks for your enlightenment
#2
Posted 16 October 2005 - 05:11 PM
Windows 2000 and Windows XP are very closely related, so this might work:
http://support.micro...om/?kbid=222444
http://support.micro...om/?kbid=222444
#3
Posted 16 October 2005 - 05:29 PM
THANKS! About to try this, it looks like exactly what we need
#4
Posted 16 October 2005 - 05:41 PM
Some components can be disabled via winnt.sif (see the MSFN Unattended Guide for more info on that). Otherwise, you'll probably have to use nLite to accomplish what you want to do.
#5
Posted 16 October 2005 - 06:07 PM
Well, from what I can tell, Elotemuygrande wants to disable those components from the command line for computers that already have Windows XP set up.
Disabling components using winnt.sif suggests an unattended XP installation which doesn't sound like what Elotemuygrande is after.
Disabling components using winnt.sif suggests an unattended XP installation which doesn't sound like what Elotemuygrande is after.
#6
Posted 16 October 2005 - 06:29 PM
Yes, that's exactly what I'm trying to do, Asin. I'm primarily interested in removing Outlook Express, MS Messenger, and MSN Explorer, and probably the Zone games.
This is what I'm trying:
sysocmgr /i:C:\windows\inf\sysoc.inf /u:components.inf
;components.inf
[Components]
OEAccess = Off
pinball=off
zonegames=off
msnexplr=off
solitaire = off
spider = off
freecell = off
pinball = off
minesweeper = off
When I try this it prompts for the XP install CD. I'm trying different permutations now...
This is what I'm trying:
sysocmgr /i:C:\windows\inf\sysoc.inf /u:components.inf
;components.inf
[Components]
OEAccess = Off
pinball=off
zonegames=off
msnexplr=off
solitaire = off
spider = off
freecell = off
pinball = off
minesweeper = off
When I try this it prompts for the XP install CD. I'm trying different permutations now...
#7
Posted 16 October 2005 - 06:44 PM
Ughh, nothing in Add/Remove will continue until I can find the cinfo.xml file that it wants.
#8
Posted 16 October 2005 - 09:16 PM
Ah, I see now. I was apparently confused since we're in the Unattended Windows forum, not the general Windows XP forum.
Anyway, there's always XPLite
Anyway, there's always XPLite
This post has been edited by RyanVM: 16 October 2005 - 09:16 PM
#9
Posted 17 October 2005 - 02:01 AM
- ← What is Encoding type used for reg file W2K
- Unattended Windows 2000/XP/2003
- slipstream latest windows update? →
Share this topic:
Page 1 of 1



Help
Back to top










