kotlas Posted March 29, 2005 Posted March 29, 2005 pleas help me for instal windows xp media center edition 2005 in unattended mode. hii am a MCSE student.problem 1 brief: in unattend install windows xp media center 2005 CD2 not request. problem 2 brief: i use "NTUpgrade=NO"&"Win9xUpgrade=NO" in [unattended] Parameter,in unattend.txt. but setup upgradeed old windows if 9x or XP. problem 3 brief:i set "AutoPartition=0" in [Data] parameter in unattend.txt .i run setup in unattend mode. after one restart,"select partition for instal" window not viewed.and setup go to upgrade windows.my setting in unattend.bat:@rem SetupMgrTag@echo offremrem This is a SAMPLE batch script generated by Setup Manager.rem If this script is moved from the location where it was generated, it may have to be modified.remset AnswerFile=.\UNATTEND.TXTset SetupFiles=L:\i386L:\i386\winnt32 /s:%SetupFiles% /unattend:%AnswerFile% /copysource:lang /tempdrive:d:\my setting in answer file :;SetupMgrTag[Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes"[Unattended] UnattendMode=FullUnattended NTUpgrade=NO Win9xUpgrade=NO OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS[GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=160 OemSkipWelcome=1[UserData] ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx FullName="MySystem" OrgName="WorldSoftware" ComputerName=WorldSoftware[Display] BitsPerPel=16 Vrefresh=70 XResolution=1024 YResolution=768[TapiLocation] CountryCode=98 AreaCode=021[RegionalSettings] LanguageGroup=13,11 Language=00000429[Identification] JoinWorkgroup=WORKGROUP[Networking] InstallDefaultComponents=Yes[Branding] BrandIEUsingUnattended=Yes[Proxy] Proxy_Enable=0 Use_Same_Proxy=0thankfullykotlas_ehs@yahoo.com
Bâshrat the Sneaky Posted March 29, 2005 Posted March 29, 2005 To problem 1: open your dosnet.inf and change everything that's on CD2 to CD1, and then make sure you have everything on CD1. (you will need a 99min CD if you don't remove anything)
kotlas Posted April 11, 2005 Author Posted April 11, 2005 hi my friend.thankyou for help me.i am a mcse student.i want setup winXP media center 2005 in unattend mode.my problem is , in events setup (unattend) cd2 not request.my friend sayed : ought edit "DOSNET.INF" in i386 directory.i opened dosnet.inf and edited thats.Edit description:i edited all parameter "d2,d3,d4 to d1" (i think"d1=disk1")before edit :[Directories]d1 = \I386d2 = \cmpnents\tabletpc\I386d3 = \cmpnents\mediactr\I386d4 = \cmpnents\netfx\I386after edited :edited to ...[Directories]d1 = \I386d1 = \cmpnents\tabletpc\I386d1 = \cmpnents\mediactr\I386d1 = \cmpnents\netfx\I386before edit :and edit all d1,sonic.catd2,stikynot.exed3,plus.cabd4,netfx.cabafter edited :to ...d1,sonic.catd1,stikynot.exed1,plus.cabd1,netfx.caband in this time ,i by winISO software createed image from cd1.i open image in winIso and transfered contents folder in CD2 (cmpnents) to cd root.and i replace new dosnet.inf to i386 folder.and i burning thats image to cd.CD root: __\i386\files... |__\cmpnents\mediactr\i386\files... |__\cmpnents\netfx\i386\files... |__\cmpnents\tabletpc\i386\files... |__setup.exe |__AUTORUN.INF . . .now i runed winnt32.exe /unattend:g:unattend.txtsetup started.started copying file.then setup display a "file copy error window". and searched for "inkball.exe"and displayed this key:"Retry" "Skip File" "Exit Setup"this file exist in "cd\cmpnents\tabletpc\i386\inkball.ex_"and setup not found that.i understand setup is searching in "CD\i386\inkball.ex_"now i Transferred all file in CD root:|__\cmpnents\mediactr\i386\files... |__\cmpnents\netfx\i386\files... |__\cmpnents\tabletpc\i386\files...folders to cd\i386\...CD root: __\i386\files... |__\cmpnents\mediactr\i386\empty |__\cmpnents\netfx\i386\empty |__\cmpnents\tabletpc\i386\empty . . .now run winnt32.exe /unattend:g:unattend.txtsetup started.started copying file.copying file complete.but "mediactr.cab & plus.cab & sonic.cab &..." not copyed in $win_nt~is$ .system restarted and goed to other stage.setup completeed.but mediacenter & other program not instaled.i View "layout.inf" whether this file not ought edited ?please help me !!!.
erik_demon Posted April 11, 2005 Posted April 11, 2005 (edited) [Directories]d1 = \I386d1 = \cmpnents\tabletpc\I386d1 = \cmpnents\mediactr\I386d1 = \cmpnents\netfx\I386This is wrong.What you are doing here, is creating a directory path.d1 = \i386That means that every line that starts with d1, will copy it's files from the i386 directory.You now get a copy error because you tell setup to copy a file from all four directories.I think your problem is within txtsetup.sifcheck out these lines:[SourceDisksNames.x86]1 = %cdname%,%cdtagfilei%,,\i3862 = "%cd2name%","%cd2tagfilei%",,\cmpnents\tabletpc\i3863 = "%cd2name%","%cd2tagfilei%",,\cmpnents\mediactr\i3864 = "%cd2name%","%cd2tagfilei%",,\cmpnents\netfx\i386Maybe you could change this to:[SourceDisksNames.x86]1 = %cdname%,%cdtagfilei%,,\i3862 = "%cdname%","%cdtagfilei%",,\cmpnents\tabletpc\i3863 = "%cdname%","%cdtagfilei%",,\cmpnents\mediactr\i3864 = "%cdname%","%cdtagfilei%",,\cmpnents\netfx\i386I am not quite sure about this so I hope that someone can confirm this.Edit:About problem nr. 3this is what I found in the ref.chm file:AutoPartitionInstalls Windows to the first available partition that has adequate space for a Windows installation and does not already contain an installed version of Windows.Syntax AutoPartition = 1 Value 1Example AutoPartition = 1Comments: Either omit the AutoPartition entry from your answer file or set the value of AutoPartition to 1. If AutoPartition = 1, the /tempdrive command-line option of Winnt32.exe is ignored during Setup. If you do not set the value, text-mode Setup installs Windows on the partition where $WIN_NT$.~LS is located.I never knew this either I think that you should delete this line and use /tempfile to decide on which drive you want to install. Edited April 11, 2005 by erik_demon
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