Disabling Components ?????
#1
Posted 04 May 2005 - 10:09 AM
Here is my Winn.sif, Do you see anything wrong or needed so I will be able to?
Great appreciation to all
;SetupMgrTag
[Data]
AutoPartition=1
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=No
TargetPath=\WINDOWS
Repartition=Yes
[GuiUnattended]
AdminPassword="$"
EncryptedAdminPassword=NO
AutoLogon=Yes
AutoLogonCount=1
OEMSkipRegional=1
TimeZone=20
OemSkipWelcome=1
[UserData]
ProductKey=$
FullName="$"
OrgName="TRRA"
ComputerName=W-EFM*
[Networking]
InstallDefaultComponents=Yes
[Shell]
DefaultStartPanelOff = Yes
DefaultThemesOff = Yes
[Components]
msmsgs = off
msnexplr = off
OEaccess = off
[WindowsFirewall]
Profiles = WindowsFirewall.TurnOffFirewall
[WindowsFirewall.TurnOffFirewall]
Mode = 0
#2
Posted 04 May 2005 - 11:48 AM
msmsgs = off
msnexplr = off
OEaccess = off
Should be like this:
[Components]
msmsgs=off
msnexplr=off
OEaccess=off
No 'spaces'.
Hope that works.
#4
Posted 05 May 2005 - 11:39 AM
#5
Posted 06 May 2005 - 05:44 AM
cant remember the last time it worked now...last time i managed to get those components not to install is after i used nLite to totally strip the components...
#6
Posted 06 May 2005 - 07:27 AM
#7
Posted 18 May 2005 - 10:55 AM
#8
Posted 16 June 2005 - 01:30 AM
I'm experiencing the same issue: winnt.sif is processed except for the [Components] section. This is really bugging me, since the only reason I ever created a winnt.sif file was to prevent Messenger and other things like that from installing. I have no great need for a fully unattended install, so I created this minimal winnt.sif for my XP Pro OEM slipstreamed SP2 install CD:
[Data] UnattendedInstall="Yes" MsDosInitiated="0" AutoPartition=0 [Unattended] UnattendMode=ProvideDefault [Components] msmsgs=off msnexplr=off media_clips=off IEAccess=off OEAccess=off WMAccess=off zonegames=off [WindowsFirewall] Profiles=WindowsFirewall.TurnOffFirewall [WindowsFirewall.TurnOffFirewall] Mode=0
I'm a complete newbie with unattended installs, but I've been reading a lot of posts and the guide here, and I still can't figure out what I'm doing wrong. My file is very definitely named "winnt.sif" and is in "I386" on my burned CD. XP appears to be processing it, since it turns off the firewall during the install, but all seven of the "components" I've listed remain installed for some reason.
Any ideas/suggestions are very much appreciated. Thanks.
#9
Posted 16 June 2005 - 01:50 AM
#10
Posted 16 June 2005 - 02:37 AM
I accepted that as fact and decided to do it the other way. I unpacked SYSOC.IN_, edited SYSOC.INF to comment-out (;) the lines of all components I didn't want installed, and then and repacked to SYSOC.IN_. This worked and I haven't looked back. Of course, it wouldn't be the first time a Microsoft KB article has been wrong so perhaps [components] *is* supported in WINNT.SIF. But I never got it to work and it appears I'm not the only one.
#11
Posted 16 June 2005 - 02:49 AM
i have [Components] in winnt.sif under [GuiUnattended] and it works like a charm but that shouldnt matter as the winnt.sif is parsed completely at the end of the text setup and is not parsed step by step in graphical setup.
#12
Posted 16 June 2005 - 05:37 PM
Msnexplr = Off
not
msnexplr = Off
The space doesn't matter as MS uses it. Try it out and see if it works
This post has been edited by Marthax: 16 June 2005 - 05:38 PM
#13
Posted 16 June 2005 - 11:19 PM
here's my complete list:
[Components] accessopt=Off calc=On certsrv=Off certsrv_client=Off certsrv_server=Off charmap=On chat=Off deskpaper=Off dialer=Off fax=Off fp_extensions=Off fp_vdir_deploy=Off freecell=Off hearts=Off hypertrm=Off IEAccess=Off iis_common=Off iis_ftp=Off iis_htmla=Off iis_inetmgr=Off iis_nntp=Off iis_nntp_docs=Off iis_pwmgr=Off iis_smtp=Off iis_smtp_docs=Off iis_www=Off iis_www_vdir_printers=Off iis_www_vdir_terminalservices=Off iisdbg=Off indexsrv_system=Off licenseserver=Off media_clips=Off media_utopia=Off minesweeper=Off mousepoint=Off mplay=Off msmq_ADIntegrated=Off msmq_Core=Off msmq_HTTPSupport=Off msmq_LocalStorage=Off msmq_MQDSService=Off msmq_RoutingSupport=Off msmq_TriggersService=Off msnexplr=Off mswordpad=On netcis=Off netoc=Off objectpkg=Off OEAccess=Off paint=Off pinball=Off rec=Off reminst=Off rstorage=Off solitaire=Off spider=Off templates=Off TerminalServer=Off TSClients=Off TSWebClient=Off vol=On WMAccess=Off WMPOCM=Off wms=Off wms_admin_asp=Off wms_admin_mmc=Off wms_server=Off zonegames=Off
#14
Posted 17 June 2005 - 02:15 AM
EDIT:
@eirogge:
I'm pretty sure that these settings are case sensitive but, what I said was partially wrong. Check this out:
Calc freecell hearts mswordpad paint spider TerminalServer TSWebClient
If it doesn't matter if you use a capital or low-case letter, then why does MS show us only a few of these programs with capitals and not all? This gottaŽ mean something.
Another thing I noticed just minute ago.
Quote
These are the words of MS so I guess that you guys that wanna use [Components] with winnt.sif are pretty screwed. I mean, if the deploy information file tells us to use this with unattend.txt, what else can you do if it doesn't work?
BTW, isn't Unattend.txt the same as Winnt.sif? I really don't understand this.
Quote
This post has been edited by Marthax: 17 June 2005 - 02:37 AM
#15
Posted 18 June 2005 - 04:29 AM
but the files are the same.
This post has been edited by eirogge: 18 June 2005 - 04:29 AM
#16
Posted 18 June 2005 - 02:29 PM
#17
Posted 18 June 2005 - 02:52 PM
Marthax, on Jun 18 2005, 09:29 PM, said:
<{POST_SNAPBACK}>
because it works with winnt.sif
but, sorrowly, i have no idea why it is not working for the threadstarter. maybe because of
Quote
This post has been edited by eirogge: 18 June 2005 - 02:54 PM
#18
Posted 18 June 2005 - 06:31 PM
#19
Posted 18 June 2005 - 06:48 PM
That can't be it. I mean, if several people have the same prob. it can't be a coinsidence. The thing that pinion said only proves it.
#20
Posted 19 June 2005 - 07:40 AM
further, if it wouldnt work, why should it be in the msfn unattended guide (http://unattended.ms....htm#components)?
both, bfletch and ven42, who have posted their winnt.sif, have not set OemPreinstall=Yes so did anyone probe this yet?



Help

Back to top









