wolfshade Posted May 27, 2004 Posted May 27, 2004 Could someone please help me make an unattended run from HDD? I obvioulsly made something wrong it can't read or corupted DOSNET.INF when i start the install from DOS.I have NTFSDOS wich i use to recognize my NTFS partitions from DOS (win98se boot-floppy) then i use 2 more floppies to get NTFSDOS running.Once i do that i start this unattent.bat :@echo offset AnswerFile=E:\winxpsp1\unattend.txtset SetupFiles=E:\winxpsp1\i386E:\winxpsp1\i386\winnt /s:%SetupFiles% /t:c: /u:%AnswerFile%My unattend.txt looks like this :[Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes"[Unattended] CrashDumpSetting=0 DriverSigningPolicy=Ignore FileSystem=* OemPreinstall=Yes OemSkipEula=Yes TargetPath=* UnattendSwitch=Yes UnattendMode=FullUnattended WaitForReboot=No[GuiUnattended] AdminPassword="xxxxxxxx" AutoLogon=Yes AutoLogonCount=1 EncryptedAdminPassword=No OemSkipRegional=1 OemSkipWelcome=1 TimeZone=115[UserData] ComputerName=wolfshade FullName="wolf" OrgName="wolfpack" ProductID=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx[Components] accessopt=off deskpaper=off dialer=off freecell=off hearts=off hypertrm=off ieaccess=off licenseserver=off media_clips=off minesweeper=off mousepoint=off mplay=off msnexplr=off mswordpad=off netoc=off objectpkg=off pinball=off solitaire=off spider=off zonegames=off[Display] BitsPerPel=32 Xresolution=1024 YResolution=768 Vrefresh=60[RegionalSettings] LanguageGroup=1,2[Identification] JoinWorkgroup=WORKGROUP[Networking] InstallDefaultComponents=No[NetAdapters] Adapter1=params.Adapter1[params.Adapter1] INFID=*[NetProtocols] MS_TCPIP=params.MS_TCPIP[params.MS_TCPIP] DNS=No UseDomainNameDevolution=No EnableLMHosts=No AdapterSections=params.MS_TCPIP.Adapter1[params.MS_TCPIP.Adapter1] SpecificTo=Adapter1 DHCP=No IPAddress=xxx.xxx.xxx.xxx SubnetMask=xxx.xxx.xxx.xxx DefaultGateway=xxx.xxx.xxx.xxx DNSServerSearchOrder=xxx.xxx.xxx.xxx WINS=No NetBIOSOptions=2[Shell] DefaultThemesOff=Yes[GuiRunOnce] Command0=d:\winxp\postinst.cmdI already had slipstreamed SP1 into XP corectly yet i can't figure out why it doesn't start cuz i didn't modified the DOSNET.INF file and dunno what it requires.Please help me i'm really stuck on this one.I will add the DOSNET.inf i found unmodified by me as attachment.DOSNET.INF.RAR
wolfshade Posted May 27, 2004 Author Posted May 27, 2004 Maybe i have to set a batch command like if exist e:\xpsp1\win51ip.sp1 set cd=e:\xpsp1 or something like that plz help me
Alanoll Posted May 27, 2004 Posted May 27, 2004 MsDosInitiated="0"I believe should beMsDosInitiated="1"but not sure
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