IPB

Google Frontpage Forums Unattended CD/DVD Guide
 Forum Rules Unattended CD/DVD Guide Homepage · MSFN Forum Rules
 
Reply to this topicStart new topic
> Unable to disable messanger, msn explorer, OE, Winnt.sif file
faisalt
post Aug 3 2005, 10:12 AM
Post #1


Newbie


Group: Members
Posts: 16
Joined: 13-July 05
Member No.: 64261
Country Flag


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
Go to the top of the page
 
+Quote Post
warrior1109
post Aug 3 2005, 10:23 AM
Post #2


Junior
*

Group: Members
Posts: 65
Joined: 17-September 04
From: London, England
Member No.: 31293
Country Flag


Try removing the spaces;

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

Becomes;

[Components]
msmsgs=off
msnexplr=off
OEAccess=off
Go to the top of the page
 
+Quote Post
pawan
post Aug 3 2005, 10:26 AM
Post #3


The One
**

Group: Members
Posts: 188
Joined: 21-February 05
Member No.: 44729
Country Flag


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
Go to the top of the page
 
+Quote Post
faisalt
post Aug 3 2005, 12:12 PM
Post #4


Newbie


Group: Members
Posts: 16
Joined: 13-July 05
Member No.: 64261
Country Flag


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
*
Go to the top of the page
 
+Quote Post
oioldman
post Aug 3 2005, 12:22 PM
Post #5


Friend of MSFN
*****

Group: Members
Posts: 952
Joined: 16-April 04
From: bedroom @ home
Member No.: 17928
Country Flag


i have the same as pawan and works a treat.
Go to the top of the page
 
+Quote Post
faisalt
post Aug 3 2005, 02:24 PM
Post #6


Newbie


Group: Members
Posts: 16
Joined: 13-July 05
Member No.: 64261
Country Flag


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.
*
Go to the top of the page
 
+Quote Post
pawan
post Aug 3 2005, 10:34 PM
Post #7


The One
**

Group: Members
Posts: 188
Joined: 21-February 05
Member No.: 44729
Country Flag


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

Pawan
Go to the top of the page
 
+Quote Post
eirogge
post Aug 4 2005, 04:24 AM
Post #8


www.eirogge.de
**

Group: Members
Posts: 218
Joined: 7-February 04
From: Germany
Member No.: 13913
OS: XP Pro x86
Country Flag


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.
Go to the top of the page
 
+Quote Post
faisalt
post Aug 4 2005, 07:16 AM
Post #9


Newbie


Group: Members
Posts: 16
Joined: 13-July 05
Member No.: 64261
Country Flag


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
*
Go to the top of the page
 
+Quote Post
faisalt
post Aug 4 2005, 07:21 AM
Post #10


Newbie


Group: Members
Posts: 16
Joined: 13-July 05
Member No.: 64261
Country Flag


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.
*
Go to the top of the page
 
+Quote Post
faisalt
post Aug 4 2005, 09:48 AM
Post #11


Newbie


Group: Members
Posts: 16
Joined: 13-July 05
Member No.: 64261
Country Flag


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

*

Go to the top of the page
 
+Quote Post
pawan
post Aug 5 2005, 07:54 AM
Post #12


The One
**

Group: Members
Posts: 188
Joined: 21-February 05
Member No.: 44729
Country Flag


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
Go to the top of the page
 
+Quote Post
faisalt
post Aug 5 2005, 08:03 AM
Post #13


Newbie


Group: Members
Posts: 16
Joined: 13-July 05
Member No.: 64261
Country Flag


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
*

Go to the top of the page
 
+Quote Post
TnT
post Dec 5 2005, 09:00 AM
Post #14


Newbie


Group: Members
Posts: 11
Joined: 27-February 05
Member No.: 45504
Country Flag


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
Go to the top of the page
 
+Quote Post
AndreK
post Dec 5 2005, 09:22 AM
Post #15


Newbie


Group: Members
Posts: 36
Joined: 27-October 05
Member No.: 77886
Country Flag


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


But i could be totally wrong...
Go to the top of the page
 
+Quote Post
svasutin
post Dec 5 2005, 01:57 PM
Post #16


Member
**

Group: Members
Posts: 192
Joined: 8-January 04
Member No.: 12156
OS: none
Country Flag


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)
Attached File  KillMessenger.zip ( 2.04K ) Number of downloads: 9
 
Go to the top of the page
 
+Quote Post
cyberyeye
post Dec 5 2005, 02:15 PM
Post #17


Junior
*

Group: Members
Posts: 61
Joined: 19-March 05
Member No.: 48403
Country Flag


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
Go to the top of the page
 
+Quote Post
TnT
post Feb 22 2006, 07:05 AM
Post #18


Newbie


Group: Members
Posts: 11
Joined: 27-February 05
Member No.: 45504
Country Flag


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!
Go to the top of the page
 
+Quote Post
exrcizn
post Feb 22 2006, 07:22 AM
Post #19


Rock Star
**

Group: Members
Posts: 123
Joined: 15-October 04
Member No.: 33803
Country Flag


I have this in my winnt.sif:

[Components]
OEAccess=off
Go to the top of the page
 
+Quote Post
TnT
post Feb 22 2006, 07:56 AM
Post #20


Newbie


Group: Members
Posts: 11
Joined: 27-February 05
Member No.: 45504
Country Flag


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.
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 21st November 2009 - 10:26 PM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy