MSFN Forum: Unable to disable messanger, msn explorer, OE - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Unable to disable messanger, msn explorer, OE Winnt.sif file Rate Topic: -----

#1 User is offline   faisalt 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 13-July 05

Posted 03 August 2005 - 10:12 AM

Hi,

I couldn't disable messanger, msn explorer, and outlook express from winnt.sif.
Here is my file: Can someone please tell me what I am doing wrong? Thanks.

;SetupMgrTag
[Data]
AutoPartition=0
MsDosInitiated="0"
UnattendedInstall="Yes"

[Unattended]
UnattendMode=ProvideDefault
UnattendSwitch=Yes
OemSkipEula=Yes
OemPreinstall=No
TargetPath=\WINDOWS
FileSystem=*

[GuiUnattended]
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=35
OemSkipWelcome=1

[Display]
BitsPerPel=32
Xresolution=1024
Yresolution=768
Vrefresh=75
AutoConfirm=1

[Identification]
JoinWorkgroup=WORKGROUP

[Networking]
InstallDefaultComponents=Yes

[Components]
msmsgs= off
msnexplr= off
OEAccess= off


#2 User is offline   warrior1109 

  • Junior
  • Pip
  • Group: Members
  • Posts: 65
  • Joined: 17-September 04

Posted 03 August 2005 - 10:23 AM

Try removing the spaces;

[Components]
msmsgs= off
msnexplr= off
OEAccess= off

Becomes;

[Components]
msmsgs=off
msnexplr=off
OEAccess=off

#3 User is offline   pawan 

  • The One
  • PipPip
  • Group: Members
  • Posts: 188
  • Joined: 21-February 05

Posted 03 August 2005 - 10:26 AM

Just put a space after msnexplr the entry should be (msnexplr = off).
The items list (in mine winnt.sif) is below:

[Components]
accessopt = off
calc = off
charmap = off
Clipbook = off
deskpaper = off
dialer = off
freecell = off
heart = off
hypertrm = off
media_clips = off
media_utopia = off
minesweeper = off
mousepoint = off
mplay = off
msnexplr = off
mswordpad = off
netoc = off
objectpkg = off
paint = off
pinball = off
rec = off
solitaire = off
spider = off
templates = off
vol = off
WbemCrrl = off
WbemFwrd = off
WMAccess = off
zonegames = off
:thumbup

#4 User is offline   faisalt 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 13-July 05

Posted 03 August 2005 - 12:12 PM

Thanks man..I am trying that right now. I will let you know how it goes...

pawan, on Aug 3 2005, 11:26 AM, said:

Just put a space after msnexplr the entry should be (msnexplr = off).
The items list (in mine winnt.sif) is below:

[Components]
accessopt = off
calc = off
charmap = off
Clipbook = off
deskpaper = off
dialer = off
freecell = off
heart = off
hypertrm = off
media_clips = off
media_utopia = off
minesweeper = off
mousepoint = off
mplay = off
msnexplr = off
mswordpad = off
netoc = off
objectpkg = off
paint = off
pinball = off
rec = off
solitaire = off
spider = off
templates = off
vol = off
WbemCrrl = off
WbemFwrd = off
WMAccess = off
zonegames = off
:thumbup
<{POST_SNAPBACK}>


#5 User is offline   oioldman 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 967
  • Joined: 16-April 04
  • OS:Windows 7 x64

Posted 03 August 2005 - 12:22 PM

i have the same as pawan and works a treat.

#6 User is offline   faisalt 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 13-July 05

Posted 03 August 2005 - 02:24 PM

It didn't work for me. I have exactly the same format. I only have 3 components listed, do you think that might be the problem. Is there any other components that needs to be turned off.



oioldman, on Aug 3 2005, 01:22 PM, said:

i have the same as pawan and works a treat.
<{POST_SNAPBACK}>


#7 User is offline   pawan 

  • The One
  • PipPip
  • Group: Members
  • Posts: 188
  • Joined: 21-February 05

Posted 03 August 2005 - 10:34 PM

Is your unattended setup is working (like windows key, resolution, partition etc.)?

Pawan

#8 User is offline   eirogge 

  • www.eirogge.de
  • PipPip
  • Group: Members
  • Posts: 218
  • Joined: 07-February 04

Posted 04 August 2005 - 04:24 AM

make sure you have

OemPreinstall=Yes
UnattendSwitch=Yes

set in the [Unattended] section.

and be aware that OEAccess=No just disables all visible entries to Outlook Express in Start Menu, Quick Launch and so an, but does not disable the installation of it.

#9 User is offline   faisalt 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 13-July 05

Posted 04 August 2005 - 07:16 AM

I have configured so it prompts me for partition size, computer name, and admin password. Windows keys are being pulled from the winnt.sif file. I have the display section in my answer file, but it doesn't seem like it is getting that information. As i have to change the display to 1024*768. Thanks...

pawan, on Aug 3 2005, 11:34 PM, said:

Is your unattended setup is working (like windows key, resolution, partition etc.)?

Pawan
<{POST_SNAPBACK}>


#10 User is offline   faisalt 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 13-July 05

Posted 04 August 2005 - 07:21 AM

I am going to try your suggestion. I will disable outlook express from group policy as well. I just like to disable all visible entries to outlook express.


eirogge, on Aug 4 2005, 05:24 AM, said:

make sure you have

OemPreinstall=Yes
UnattendSwitch=Yes

set in the [Unattended] section.

and be aware that OEAccess=No just disables all visible entries to Outlook Express in Start Menu, Quick Launch and so an, but does not disable the installation of it.
<{POST_SNAPBACK}>


#11 User is offline   faisalt 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 13-July 05

Posted 04 August 2005 - 09:48 AM

That didn't work either....

faisalt, on Aug 4 2005, 08:21 AM, said:

I am going to try your suggestion.  I will disable outlook express from group policy as well.  I just like to disable all visible entries to outlook express.


eirogge, on Aug 4 2005, 05:24 AM, said:

make sure you have

OemPreinstall=Yes
UnattendSwitch=Yes

set in the [Unattended] section.

and be aware that OEAccess=No just disables all visible entries to Outlook Express in Start Menu, Quick Launch and so an, but does not disable the installation of it.
<{POST_SNAPBACK}>

<{POST_SNAPBACK}>


#12 User is offline   pawan 

  • The One
  • PipPip
  • Group: Members
  • Posts: 188
  • Joined: 21-February 05

Posted 05 August 2005 - 07:54 AM

faisalt, on Aug 4 2005, 06:46 PM, said:

I have configured so it prompts me for partition size, computer name, and admin password.  Windows keys are being pulled from the winnt.sif file.  I have the display section in my answer file, but it doesn't seem like it is getting that information.  As i have to change the display to 1024*768.  Thanks...

pawan, on Aug 3 2005, 11:34 PM, said:

Is your unattended setup is working (like windows key, resolution, partition etc.)?

Pawan
<{POST_SNAPBACK}>

<{POST_SNAPBACK}>



Attached is mine winnt.sif, check all the entry or simply replace with your key & name.

Pawan :thumbup

#13 User is offline   faisalt 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 13-July 05

Posted 05 August 2005 - 08:03 AM

Thanks man...I really appreciate it.

pawan, on Aug 5 2005, 08:54 AM, said:

faisalt, on Aug 4 2005, 06:46 PM, said:

I have configured so it prompts me for partition size, computer name, and admin password.  Windows keys are being pulled from the winnt.sif file.  I have the display section in my answer file, but it doesn't seem like it is getting that information.  As i have to change the display to 1024*768.  Thanks...

pawan, on Aug 3 2005, 11:34 PM, said:

Is your unattended setup is working (like windows key, resolution, partition etc.)?

Pawan
<{POST_SNAPBACK}>

<{POST_SNAPBACK}>



Attached is mine winnt.sif, check all the entry or simply replace with your key & name.

Pawan :thumbup
<{POST_SNAPBACK}>


#14 User is offline   TnT 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 27-February 05

Posted 05 December 2005 - 09:00 AM

I have exactly the same problem. All settings are applied correctly, except for the entries in [Components] and TimeZone. Has someone found a solution to this problem?

;SetupMgrTag
[Data]
	AutoPartition=0
	MsDosInitiated=0
	UnattendedInstall=Yes

[Unattended]
	UnattendMode=ProvideDefault
	FileSystem=*
	OemPreinstall=Yes
	OemSkipEula=Yes
	WaitForReboot=No
	UnattendSwitch=Yes 

[GuiUnattended]
	OEMSkipRegional=0
	OEMSkipWelcome=1
	TimeZone=105

[UserData]
	ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
	FullName=""
	OrgName=""

[Identification]
	JoinWorkgroup=WORKGROUP

[Networking]
	InstallDefaultComponents=Yes

[Components]
	msmsgs=off
	msnexplr=off

[Shell]
	DefaultThemesOff=Yes
	DefaultStartPanelOff=Yes


#15 User is offline   AndreK 

  • Newbie
  • Group: Members
  • Posts: 36
  • Joined: 27-October 05

Posted 05 December 2005 - 09:22 AM

The only thing i can suggest is you try changing
UnattendMode to FullUnattended in stead of ProvideDefault..


But i could be totally wrong...

#16 User is offline   svasutin 

  • Member
  • PipPip
  • Group: Members
  • Posts: 192
  • Joined: 08-January 04

Posted 05 December 2005 - 01:57 PM

Try these tweaks.
I found even though I said no, messenger still shows up when olx or ol is open, and also still enabled as a bho in ms ie.

The only warning is, it is extremely diifficult to reinstall, re-enable, or run ms messenger after applying these tweaks at t-12.

hope this helps

Attached File(s)



#17 User is offline   cyberyeye 

  • Member
  • PipPip
  • Group: Members
  • Posts: 140
  • Joined: 19-March 05
  • OS:XP Pro x86
  • Country: Country Flag

Posted 05 December 2005 - 02:15 PM

I had this problem too probably because I also use "provide defaut" in winnt.sif. But I manage to bypass this pb with "sysoc manager" with a txt file and a little cmdline execute in runonceex stage.

-> Components.txt

Quote

[Components]AccessOpt = Off
Freecell = Off
Hearts = Off
Minesweeper = Off
Msnexplr = Off
Pinball = On
Solitaire = On
Spider = Off
WMAccess = Off
Zonegames = Off


-> Components.cmd

Quote

cmdow @ /HID
SET path=%systemdrive%\install
sysocmgr /i:%windir%/inf/sysoc.inf /u:%path%\Components.txt


-> Runonceex.cmd:

Quote

REG ADD %KEY%\015 /VE /D "Configurating Components" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\Components.cmd" /f


Works really fine at leat for me :)

#18 User is offline   TnT 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 27-February 05

Posted 22 February 2006 - 07:05 AM

I'm using a similar approach with cmdlines.txt now:

[COMMANDS]
"sysocmgr /q /r /i:%windir%\inf\sysoc.inf /u:..\I386\winnt.sif"

Works great and you don't need a separate text file anymore. The contents of winnt.sif is used instead!

#19 User is offline   exrcizn 

  • Rock Star
  • PipPip
  • Group: Members
  • Posts: 123
  • Joined: 15-October 04

Posted 22 February 2006 - 07:22 AM

I have this in my winnt.sif:

[Components]
OEAccess=off

#20 User is offline   TnT 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 27-February 05

Posted 22 February 2006 - 07:56 AM

View Postexrcizn, on Feb 22 2006, 03:22 PM, said:

I have this in my winnt.sif:

[Components]
OEAccess=off

The problem is that this section (and also the timezone setting) is ignored with UnattendMode=ProvideDefault. If you use UnattendMode=FullUnattended the problem does not exist.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy