Jump to content

[Components] section isn't processed


Recommended Posts

My [Components] section in the Winnt.sif isn't processed. Does anybody know a reason y?

[Components]

    deskpaper=Off

    fp_extensions=Off

    freecell=Off

    hearts=Off

    IEHardenUser=Off

    hypertrm=Off

    indexsrv_system=Off

    media_clips=Off

    media_utopia=Off

    minesweeper=Off

    msnexplr=Off

    netoc=Off

    OEAccess=Off

    pinball=Off

    reminst=Off

    solitaire=Off

    spider=Off

    WMAccess=Off

    WMPOCM=Off

    zonegames=Off

    msmsgs=Off

I tested it to take out the languages and just leave 1, and i tested to put the msmsgs=Off entry out. Nothing worked. I asked for help on www.windows-unattended.de but nobody could help me. Can you?

[Data]

    AutoPartition=0

    MsDosInitiated=0

    UnattendedInstall=Yes

[unattended]

    UnattendMode=ProvideDefault

    OemPreinstall=Yes

    TargetPath=\WINDOWS

    Hibernation=No

    OemSkipEula=Yes

    Repartition=No

    Filesystem=*

    OemPnPDriversPath="Drivers\000_chipset;Drivers\001_network;Drivers\001_network\English\Update\Source;Drivers\002_monitor;Drivers\003_printer\DISK1\WIN2000;Drivers\003_printer\DISK4\WIN2000"

    DriverSigningPolicy=Ignore

[GuiUnattended]

    EncryptedAdminPassword=NO

    OEMSkipRegional=0

    TimeZone=110

[userData]

    ProductKey=censured

    FullName="blablabla"

    ComputerName=Dennis

[Display]

    BitsPerPel=32

    Xresolution=1280

    YResolution=1024

    Vrefresh=60

[TapiLocation]

    CountryCode=49

    Dialing=Tone

    AreaCode=030

[RegionalSettings]

    LanguageGroup=1,13,3,9,10,4,12,7,5,2

[identification]

    JoinWorkgroup=WORKGROUP

[systemFileProtection]

    SFCShowProgress=1

[shell]

    CustomDefaultThemeFile="%SYSTEMROOT%\Resources\Themes\DameK Ultrablue.Theme"

    Home_Page=about:blank

[Components]

    deskpaper=Off

    fp_extensions=Off

    freecell=Off

    hearts=Off

    IEHardenUser=Off

    hypertrm=Off

    indexsrv_system=Off

    media_clips=Off

    media_utopia=Off

    minesweeper=Off

    msnexplr=Off

    netoc=Off

    OEAccess=Off

    pinball=Off

    reminst=Off

    solitaire=Off

    spider=Off

    WMAccess=Off

    WMPOCM=Off

    zonegames=Off

    msmsgs=Off

[GuiRunOnce]

    Command0=%systemdrive%\install\batch_file1.cmd

Link to comment
Share on other sites


I had a similar problem, every thing was working except the componets parts.

My Fix was to add a more complete componet list. That help me, not sure if that will help you.

[Components]
   AutoUpdate=On
   Calc=On
   Deskpaper=On
   Dialer=Off
   Dtcnetwork=Off
   Fax=Off
   Fp_extensions=Off
   Fp_vdir_deploy=Off
   Freecell=off
   Hearts=off
   Iis_ftp=Off
   Iis_htmla=Off
   Iis_doc=Off
   Iis_inetmgr=Off
   Iis_internetdataconnector=Off
   Iis_nntp=Off
   Iis_pwmgr=Off
   Iis_serversideincludes=Off
   Iis_smtp=Off
   Iis_smtp_docs=Off
   Iis_webadmin=Off
   Iis_webdav=Off
   Iis_www=Off
   Iis_www_vdir_printers=Off
   Iis_www_vdir_scripts=Off
   Iis_www_vdir_terminalservices=Off
   Indexsrv_system=Off
   Inetprint=Off
   Licenseserver=Off
   Media_clips=On
   Media_utopia=On
   Minesweeper=On
   Mousepoint=On
   msmsgs=off
   Msnexplr=Off
   Mswordpad=On
   Paint=On
   Pinball=Off
   Rec=On
   Rootautoupdate=On
   Rstorage=On
   Solitaire=On
   Spider=On
   Templates=On
   zonegames=Off

Hope this helps

Link to comment
Share on other sites

Well, I have quite a short Components section. Some of the threads here had got their winnt.sif problems solved when they changed the position of the relevant section. So maybe a try could be given to that?

This is the order in which I have mine:

;SetupMgrTag
[Data]
[Unattended]
[GuiUnattended]
[UserData]
[Display]
[TapiLocation]
[RegionalSettings]
[Branding]
[URL]
[Identification]
[Networking]
[Components]
[SetupParams]
[Shell]
[GuiRunOnce]

It seems that (for example) having the [Components] block before the Identification block would leave [components] unprocessed.

Do tell us on how it works out.

Link to comment
Share on other sites

I've done it with as little as 2 components so quantity I would think shouldn't matter.

As far as Order it resembles an inf file and is processed as it needs to be, In other words it don't matter or shouldn't according to MikeySoft but who knows?

Interesting though Prath , something I'm going to look at.

Getting things to work in the Virtual is a lot harder than actual, I've seen things work actual when they did not in Virtual if you understand.

Link to comment
Share on other sites

I might add though

* A rewriteable CDR drive is an extremely useful tool when experimenting with bootable CDs. Although your test CD-RW may be unusable in some standard CD drives, it can be used on the mastering system if the CD-RW drive is set as the primary CD, and this is enough for general test purposes.

If you are planning on making a variety of bootable CDs, or just experimenting, CD-RW has the obvious advantage of media cost. If you don't have a CD-RW, any failed experiments can be used as multi-session backups

Link to comment
Share on other sites

I'll use CD-RW too but the prob is, that i don't have a 2nd PC where I could install Windows on. And I can't use my Primary cause i need to write for example this text. So VMWare is my only chance... I'll try everything out like somewhen, when i used Ghost. Ill then i think, just Ghost it back.

Link to comment
Share on other sites

Indeed, stick with VMware. I don't know how things can work in a real machine but not in a virtual (yes, I can understand that its possible, but that sort of a thing has never happened to me, in hundreds of tests. What happens in real machine happens in VM *EXACTLY* and vice-versa). Configure your CD properly, to be hardware-independant, and it will act the same no matter what the underlying machine.

I normally follow this pattern - do testing on VM, then after I'm 99% happy that everything works as planned, test on a real machine, then test on some more real machines just to be sure.

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