Deliciouspies Posted July 11, 2006 Share Posted July 11, 2006 I created my unattended install, burned it to cd and put the answer file on a floppy diskette, but it isn't recognized, as I get prompted for everything from regional settings onwards. I am a bit obsessive compulsive I guess, since I could always just fill the prompts (I'm not even using the OEM function for anything) My diskette consists of WINNT.SIF and WINNT.BAT (and no they do not end in .TXT).Also, before I list their contents, I'm going to ask a more important question: What are the possible causes for not using the answer file, and if I can, how might I determine which might be causing my setup's ignoring of the answer file?And now, WINNT.SIF and WINNT.BAT, where "###" are omitted information for privacy reasons[Data]AutomaticUpdates = "No"Autopartition = 0MsDosInitiated = 0UnattendedInstall = "Yes"[Unattended]UnattendMode = FullUnattendedUnattendSwitch = "Yes"OemPreinstall = "No"OemSkipEula = "Yes"FileSystem = *WaitForReboot = "No"NoWaitAfterTextMode = 1NoWaitAfterGUIMode = 1DriverSigningPolicy = IgnoreNonDriverSigningPolicy = IgnoreHibernation = "No"[SystemRestore]DisableSR = 1CreateFirstRunRp = 0[SetupParams]SkipMissingFiles = "No"[GuiUnattended]EncryptedAdminPassword = "No"AdminPassword = "###"TimeZone = 035OEMSkipRegional = 1OemSkipWelcome = 1[Shell]DefaultThemesOff = "Yes"DefaultStartPanelOff = "Yes"[Components];---- Windows Games ----Freecell = Off ;FreecellHearts = Off ;HeartsMinesweeper = On ;MinesweeperSolitaire = On ;SolitaireSpider = Off ;Spider SolitairePinball = Off ;PinballZonegames = Off ;Microsoft Gaming Zone Internet games[UserData]ProductKey = "###"ComputerName = ###FullName = "###"[RegionalSettings]LanguageGroup = 13,17,3,2,5,16,4,12,15,7,8,10,11,9,6,14,1Language = "0409"[Networking]InstallDefaultComponents = "No"[NetClients]MS_MSClient = params.MS_MSClient[NetServices]MS_SERVER = params.MS_SERVERMS_PSched = params.MS_PSched[NetProtocols]MS_TCPIP = params.MS_TCPIP[params.MS_TCPIP]AdapterSections = params.MS_TCPIP.Adapter1,params.MS_TCPIP.Adapter2[NetAdapters]Adapter1 = params.Adapter1Adapter2 = params.Adapter2[params.Adapter1][params.MS_TCPIP.Adapter1]SpecificTo = Adapter1IPAddress = ###DHCP = "No"SubnetMask = ###WINS = "No"NetBIOSOptions = 0[params.MS_NWIPX.Adapter1]SpecificTo = Adapter1NetworkNumber = 00000000PktType = 0xFF[params.Adapter2][params.MS_TCPIP.Adapter2]SpecificTo = Adapter2IPAddress = ###DHCP = "No"SubnetMask = ###DefaultGateway = ###DNSServerSearchOrder = ###,###WINS = "No"NetBIOSOptions = 0[params.MS_NWIPX.Adapter2]SpecificTo = Adapter2NetworkNumber = 00000000PktType = 0xFF[WindowsFirewall]Profiles = WindowsFirewall.TurnOffFirewall[WindowsFirewall.TurnOffFirewall]Mode = 0[Identification]JoinWorkgroup = "MSHOME"rem SetupMgrTag@echo offremrem This is a SAMPLE batch script generated by the Setup Manager Wizard.rem If this script is moved from the location where it was generated, it may have to be modified.remset AnswerFile=.\Winnt.sifset SetupFiles=G:\i386 G:\i386\winnt32 /s:%SetupFiles% /unattend:%AnswerFile% Link to comment Share on other sites More sharing options...
mazin Posted July 11, 2006 Share Posted July 11, 2006 As I understand from your WINNT.BAT, I assume you install WinXP on another system for a dual boot purpose. Is that correct?If so, then all you need in your WINNT.BAT is one line:G:\i386\winnt32 /s:G:\i386 /unattend:A:\Winnt.sifI assume your CD-ROM drive is G and your floppy drive is A. Link to comment Share on other sites More sharing options...
Deliciouspies Posted July 11, 2006 Author Share Posted July 11, 2006 Mazin, I hope that your children be plentiful and healthy, so that one day everyone might inherit your genes and bring an end to all suffering brought about by such minute details.It worked. Thank you very much. Link to comment Share on other sites More sharing options...
mazin Posted July 11, 2006 Share Posted July 11, 2006 Oh! Thanks!I hope that heaven gates are open at the moment. Link to comment Share on other sites More sharing options...
mohammadgerami Posted March 31, 2007 Share Posted March 31, 2007 thanks Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now