Jump to content

Unselected Messenger and MSN Explorer still instal


Recommended Posts

Hello there,

first, my winnt.sif:

[Data]

AutoPartition=0

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=ProvideDefault

OemPreinstall=Yes

OemSkipEula=Yes

NoWaitAfterTextMode=1

NoWaitAfterGUIMode=1

TargetPath=\WINDOWS

Unattendswitch=Yes

DriverSigningPolicy=Ignore

OemPnPDriversPath=OEMDRV\Audio;OEMDRV\Video;OEMDRV\Network;OEMDRV\AGP;OEMDRV\Monitor

[GuiUnattended]

OEMSkipWelcome=1

TimeZone=110

[RegionalSettings]

LanguageGroup=1

Language=0413

[userData]

ProductKey=YEAH-RIGHT

[Components]

msmsgs=off

msnexplr=off

freecell=off

minesweeper=off

solitaire=off

spider=off

hearts=off

zonegames=off

[GuiRunOnce]

%systemdrive%\OEMDRV\start.cmd

As you can see in the [Components] section, I have no use for the games, MSN Explorer and MSN Messenger. But in my test setup (VMWare), it does install them. What is wrong here?

One other question: I have tried setting the InputLocale to 0413:00000409 to get a US-International keyboard with Dutch language. But all I got was the standard setup: US International with English as default, and Dutch with Dutch language. Is this combination possible in [RegionalSetting]?

Greetz, Sanomi

Link to comment
Share on other sites


First, you should remove your Product key. I mean remove it from your post, not from your winnt.sif.

Second, I would say that UnattendMode=ProvideDefault is causing your trouble. Change that to UnattendMode=FullUnattended. Setting that to ProvideDefault is limiting the options that you can set.

Link to comment
Share on other sites

Sorry bout the key. Common mistake, innit? :)

About setting to FullUnattend, then I have to fill in more options and I want to have a certain amoutn of freedom with entering the name and company for instance. Is that possible with FullUnattend?

Greetz,

Sanomi

Link to comment
Share on other sites

Well, I think I was wrong about the ProvideDefault option.

Taken from ref.chm:

ProvideDefault 
Specifies default answers in the answer file. In this case, Setup displays these default answers to the end user, who can change them if they are not appropriate.

Use UnattendMode = ProvideDefault in preinstallation scenarios where the OEM or administrator wants to give the person setting up the computer the option to change the predefined default answers (especially network options).

That shouldn't have any thing to do with the problems you are encountering. I'm really not sure about the keyboard problem.

Link to comment
Share on other sites

I also found this in ref.chm.

If an available language group does not support the combination specified, Setup uses the default combination. Setup also ignores this entry if you specify the Language entry.

For a list of valid locale ID and keyboard layout combinations, visit the Microsoft Global Software Development Web site at http://www.microsoft.com/globaldev/.

ref.chm can be found on the XP CD in Support\Tools\Deploy.cab.

This page provides the valid Locale ID:Input Locale combinations for a particular language.

http://www.microsoft.com/globaldev/referen...xp/xp-lcid.mspx

Apparently, only these combinations are supported for Dutch Standard:

0409:00020409,

0413:00000413,

0409:00000409

Link to comment
Share on other sites

It did not work, I'm affraid.

I am completely out of options why it wouldn't uninstall Messenger, MSN Explorer and the games.

Any other thoughts about it?

I made a new winnt.sif with the tool provided in deploy.cab, so I should put it here again:

;SetupMgrTag

[Data]

AutoPartition=0

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

Unattendswitch=Yes

DriverSigningPolicy=Ignore

OemPnPDriversPath=OEMDRV\Audio;OEMDRV\Video;OEMDRV\Network;OEMDRV\AGP;OEMDRV\Monitor

[GuiUnattended]

AdminPassword=*

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=110

OemSkipWelcome=1

[userData]

ProductID=WHATEVER

FullName="Gebruiker"

OrgName="Geen"

ComputerName=Spearfish

[RegionalSettings]

LanguageGroup=1

SystemLocale=00000413

UserLocale=00000413

InputLocale=0409:00000409

[branding]

BrandIEUsingUnattended=Yes

Home_Page=http://www.eurovisionhouse.nl

Search_Page=http://www.google.com

[Proxy]

Proxy_Enable=0

Use_Same_Proxy=1

[GuiRunOnce]

Command0=%systemdrive%\OEMDRV\start.cmd

[identification]

JoinWorkgroup=belle_fourche

[Networking]

InstallDefaultComponents=Yes

[Components]

msmsgs=off

msnexplr=off

freecell=off

minesweeper=off

solitaire=off

spider=off

hearts=off

zonegames=off

Also, a new problem has arrissen: when it first logs in, it says it cannot find start.cmd

Link to comment
Share on other sites

You can use UnattendMode=DefaultHide if you want to fill in some info during setup, but this means you must remove those lines in winnt.sif.

e.g. you want to manually type in name and company, so you remove these two:

FullName="John Doe"

OrgName="some-place"

Link to comment
Share on other sites

Thanks guys, I made it!

It was a combination of all your answers and some stupidity on my part. I edited the wrong file (the one situated NOT in my I386 folder :) )

Thanks for everything!!

Greetz,

Sanomi

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...