MSFN Forum: Switches in TXTSETUP.SIF - MSFN Forum

Jump to content



  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Switches in TXTSETUP.SIF Here's what "1,,,,,,,,,_x,4,0" means Rate Topic: -----

#4 User is offline   raskren 

  • I ♥ Longhorn
  • PipPipPip
  • Group: Members
  • Posts: 383
  • Joined: 11-September 03

Posted 09 February 2004 - 02:59 PM

Now in plain English...I think.

A while back I posted how to add 3rd party SATA/RAID/SCSI/IDE drivers that were not included with Windows. This involved making changes to the TXTSETUP.SIF file located in the i386 directory.

Let's look at a line adding the driver file iaStor.sys (ICH5R driver) in the [SourceDisksFiles]

Attached File(s)




#5 User is offline   raskren 

  • I ♥ Longhorn
  • PipPipPip
  • Group: Members
  • Posts: 383
  • Joined: 11-September 03

Posted 09 February 2004 - 03:01 PM

Now a bit more commentary.

I think I've figured out what everything means here except for the last "4" in the line. Looking through the original TXTSETUP.SIF shows that the DESTINATION CODE and this last number always match. So I'd suggest keeping your own lines that way.

Text in the drawing marked in RED is optional.

I've also noticed that with a CD install the [SourceDisksNames] are all the same. I believe that these are really just dummy files (especially 2_ through 6_). I would also suspect that in your own modifications to TXTSETUP.SIF you could probably replace 3_ with 1_ through 6_ and have success...haven't tested it though.

I also must give credit to Gosh for figuring out some of this information. According to his information if your added files in the i386 directory are not compressed replace 3_ with _x.

In any case if you add files by modifying TXTSETUP.SIF make sure that an identical filename doesn't already exist in TXTSETUP.SIF or DOSNET.INF. If it does you should be able to comment out (;) the additional lines to add your new, updated file. Although it does seem that a few of the additional switchs (the last two specifically) are there to allow you to determine what should happen if a conflict arises.

I'll be doing some testing playing with different settings very soon.

#6 User is offline   gosh 

  • gosh 2.0
  • Group: Patrons
  • Posts: 2,347
  • Joined: 03-October 03
  • OS:none specified
  • Country: Country Flag

Posted 09 February 2004 - 03:21 PM

Just wanted to mention my site has similiar info at http://gosh.msfnhost...om/txtsetup.htm

-gosh

#7 User is offline   techtype 

  • * Seeker of Knowledge *
  • PipPip
  • Group: Members
  • Posts: 275
  • Joined: 18-October 03

Posted 09 February 2004 - 03:56 PM

@gosh
Your stuff is always so nicely laid out. You have a gift for explaning things!

#8 User is offline   RyanVM 

  • Like a big surly teddy bear.
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,661
  • Joined: 31-August 03

Posted 07 May 2004 - 09:51 AM

Does it really matter if there's a 100 or a 1 at the front of the line if you're integrating files (say a mass storage controller driver) into the install?

Why do RAID drivers use 4_ instead of 3_?

#9 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 07 May 2004 - 01:52 PM

does anyone have one of those expensive books to answer the man?

I'm interested as well. No real use for it just yet, but curiosity is a good enough driving force.

#10 User is offline   Bilou_Gateux 

  • Powered by Windows Embedded
  • PipPipPipPipPip
  • Group: Members
  • Posts: 766
  • Joined: 03-January 04

Posted 25 August 2004 - 09:47 AM

In Windows 2000 Server txtsetup.sif, some RAID drivers use this syntax
[SourceDisksFiles]
cpqarray.sys = 2,,,,,,3_,4,1
cpqarry2.sys = 1,,,,,,3_,4,1
mraid35x.sys = 1,,,,,,3_,4,1

[SCSI]
cpqarry2 = "Compaq Smart Array Controller"
mraid35x = "AMI MegaRaid RAID Controller"

both cpqarry2 and mraid35x are RAID controllers.

@RyanVM
Maybe this number 3_ is just used to recreate the Setup Boot floppies with makeboot or makebt32 tool.
3_ means put the file on the 3rd disk
4_ means put the file on the 4th disk
because there is 4 setup boot floppies on Windows 2000

on Windows XP, there is 6 setup boot floppies
How can I create the Setup Boot floppies for Windows XP Pro/Home?

#11 User is offline   Bâshrat the Sneaky 

  • aka Wim Leers
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,214
  • Joined: 29-October 03
  • OS:none specified
  • Country: Country Flag

Posted 25 August 2004 - 10:04 AM

Old topic, maybe forgotten, but I've bookmarked it.

Might turn out to be useful...

#12 User is offline   glugglug 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 13-August 04

Posted 26 August 2004 - 08:17 PM

bah, somehow replied to wrong thread.

#13 User is offline   Vadikan 

  • MSFT MVP Windows Expert: Consumers
  • PipPipPip
  • Group: Members
  • Posts: 349
  • Joined: 22-February 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 14 November 2004 - 06:49 PM

I have a couple of questions related to the [url=http://www.msfn.org/board/index.php?act=Attach&type=post&id=103095]image[/b] attached to the raskren's post on the first page of the thread.

"1- Original or RTM." What is RTM? "Ready to manufcture" is the only thing that comes to my mind except for RTFM :)

"Commas required. 6 at minimum, 7 if the next entry is omitted". What entry is this about? And what happens if it is omitted?

Thanks for your attention to my questions.

#14 User is offline   evilvoice 

  • Ditchy McAbandonpants
  • PipPipPipPipPip
  • Group: Members
  • Posts: 946
  • Joined: 27-January 04

Posted 14 November 2004 - 06:54 PM

rtm is "release(d) to manufacturer"

and the 6 commas or 7 if next is omitted...this basically refers to "[SourceDisksNames] Entry" you can omit it if you want (dunno what happens if you do) and if you do, then youll need 7 commas...Actually, I believe it tells windows if the file is compressed or not...3_ for uncompressed _3 for compressed...and dunno what happens if its omitted.

#15 User is offline   Vadikan 

  • MSFT MVP Windows Expert: Consumers
  • PipPipPip
  • Group: Members
  • Posts: 349
  • Joined: 22-February 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 14 November 2004 - 08:45 PM

Thanks for your reply, evilvoice. So "omitting the entry" refers to the particular entry after the commas and has nothing to do with the whole line, correct?

#16 User is offline   evilvoice 

  • Ditchy McAbandonpants
  • PipPipPipPipPip
  • Group: Members
  • Posts: 946
  • Joined: 27-January 04

Posted 15 November 2004 - 12:36 AM

that is correct...it is talking about omitting the very next entry...or if it helps you more...its talking about omitting the entry BEFORE the 7th comma

#17 User is offline   Vadikan 

  • MSFT MVP Windows Expert: Consumers
  • PipPipPip
  • Group: Members
  • Posts: 349
  • Joined: 22-February 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 15 November 2004 - 01:17 PM

Thanks, I just needed to make sure I got it right :)

#18 User is offline   Caube 

  • Group: Members
  • Posts: 1
  • Joined: 24-December 04

Posted 24 December 2004 - 03:45 AM

How to delete floppy disk driver(flpydisk.sys&flpydisk.inf) from the txtsetup.sif file?

#19 User is offline   raskren 

  • I ♥ Longhorn
  • PipPipPip
  • Group: Members
  • Posts: 383
  • Joined: 11-September 03

Posted 06 January 2005 - 09:19 AM

Wha? Please rephrase the question.

You wanna remove two drivers from the textsetup portion of the install?

Delete ALL relevant entries in txtsetup.sif and delete the drivers files themselves from i386.

#20 User is offline   HooGLaNDeR 

  • Group: Members
  • Posts: 4
  • Joined: 26-March 05

Posted 05 April 2005 - 03:55 AM

Has anything changed, since ServicePack 2? Any changes in the syntax ?

#21 User is offline   Bâshrat the Sneaky 

  • aka Wim Leers
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,214
  • Joined: 29-October 03
  • OS:none specified
  • Country: Country Flag

Posted 05 April 2005 - 04:03 AM

Nope, no changes to the syntax at all.

#22 User is offline   HooGLaNDeR 

  • Group: Members
  • Posts: 4
  • Joined: 26-March 05

Posted 05 April 2005 - 05:29 AM

Thnx Bâshrat the Sneaky.

Ps. You've got mail ;)

#23 User is offline   ohad 

  • Group: Members
  • Posts: 6
  • Joined: 07-April 05

Posted 07 April 2005 - 03:54 AM

hmm.. how can I debug it if setup doesnt copy my file?
(I'm using win2003 due..)

I have the same configureation in my txtsetup.sif:

megaide.sys = 1,,,,,,,3_,4,1
i've also tried
megaide.sys = 1,,,,,,,4_,4,1,,,1,4

could it be needed to add in any other file ? (dosnet.inf...)

thanks,
ohad

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • 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