Help - Search - Members - Calendar
Full Version: Unable to disable messanger, msn explorer, OE
MSFN Forums > Unattended Windows Discussion & Support > Unattended Windows 2000/XP/2003

   
Google Internet Forums Unattended CD/DVD Guide
faisalt
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
warrior1109
Try removing the spaces;

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

Becomes;

[Components]
msmsgs=off
msnexplr=off
OEAccess=off
pawan
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.gif
faisalt
Thanks man..I am trying that right now. I will let you know how it goes...

QUOTE (pawan @ Aug 3 2005, 11: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.gif
*
oioldman
i have the same as pawan and works a treat.
faisalt
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.



QUOTE (oioldman @ Aug 3 2005, 01:22 PM)
i have the same as pawan and works a treat.
*
pawan
Is your unattended setup is working (like windows key, resolution, partition etc.)?

Pawan
eirogge
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.
faisalt
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...

QUOTE (pawan @ Aug 3 2005, 11:34 PM)
Is your unattended setup is working (like windows key, resolution, partition etc.)?

Pawan
*
faisalt
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.


QUOTE (eirogge @ Aug 4 2005, 05: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.
*
faisalt
That didn't work either....

QUOTE (faisalt @ Aug 4 2005, 08: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.


QUOTE (eirogge @ Aug 4 2005, 05: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.
*

*

pawan
QUOTE (faisalt @ Aug 4 2005, 06:46 PM)
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...

QUOTE (pawan @ Aug 3 2005, 11:34 PM)
Is your unattended setup is working (like windows key, resolution, partition etc.)?

Pawan
*

*




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

Pawan thumbup.gif
faisalt
Thanks man...I really appreciate it.

QUOTE (pawan @ Aug 5 2005, 08:54 AM)
QUOTE (faisalt @ Aug 4 2005, 06:46 PM)
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...

QUOTE (pawan @ Aug 3 2005, 11:34 PM)
Is your unattended setup is working (like windows key, resolution, partition etc.)?

Pawan
*

*




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

Pawan thumbup.gif
*

TnT
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?

CODE
;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
AndreK
The only thing i can suggest is you try changing
UnattendMode to FullUnattended in stead of ProvideDefault..


But i could be totally wrong...
svasutin
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
cyberyeye
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 smile.gif
TnT
I'm using a similar approach with cmdlines.txt now:

CODE
[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!
exrcizn
I have this in my winnt.sif:

[Components]
OEAccess=off
TnT
QUOTE (exrcizn @ Feb 22 2006, 03:22 PM) *
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.
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.