Tinywoods Posted January 11, 2005 Posted January 11, 2005 I tried several times but I could not solve. I want to make an Unattended install CD for my 3 machines. Only Network is OK but “Display” and 3 “Computer names” do not work.I put below “winnt.sif”, winnt.udb and winnt.bat in XPCREAT / FILESCD / i386.Will you let me know ? ;SetupMgrTag [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes"[unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=/WINDOWS Repartition=No FileSystem=* UnattendSwitch="yes" DriverSigningPolicy=Ignore OemPnPDriversPath="Drivers/Nic/Asus_LAN;Drivers/Nic/Abit_LAN;Drivers/Nic/Aopen_LAN" DriverSigningPolicy=Ignore[GuiUnattended] AdminPassword=xxxxxxxxxxxxxxxxxxxx EncryptedAdminPassword=Yes OEMSkipRegional=1 TimeZone=200 OemSkipWelcome=1[userData] ProductID="" FullName="Tinywoods" OrgName="" ComputerName=*[Display] BitsPerPel=24 Xresolution=1280 YResolution=1024[RegionalSettings] LanguageGroup=1,2,9[setupMgr] ComputerName0=PC1 ComputerName1=PC2 ComputerName2=PC3[identification] JoinWorkgroup=WORKGroup[Networking] InstallDefaultComponents=No[NetAdapters] Adapter1=params.Adapter0[params.Adapter0] INFID=*[NetClients] MS_MSClient=params.MS_MSClient[NetServices] MS_SERVER=params.MS_SERVER[NetProtocols] MS_TCPIP=params.MS_TCPIP[params.MS_TCPIP] DNS=No UseDomainNameDevolution=No EnableLMHosts=Yes AdapterSections=params.MS_TCPIP.Adapter0[params.MS_TCPIP.Adapter0] SpecificTo=Adapter0 DHCP=No IPAddress=192.168.00.00 SubnetMask=255.255.255.0 DefaultGateway=192.168.00.00 DNSServerSearchOrder=000.000.000.000,111.111.111.111 WINS=No NetBIOSOptions=0
Alanoll Posted January 11, 2005 Posted January 11, 2005 please use CODE tages. They're not hard to figure out, just press the code button, paste the text, press the button again.
durex Posted January 11, 2005 Posted January 11, 2005 So basically youre trying to have 1 UA cd, but use it for multiple PC's.. which of course each would need to have different hostnames and CDKEYS?Id be very interested to find the solution to this as well, as I would make things much more convenient. (Course I havent searched for it so someone has probably already covered this before)
MCT Posted January 11, 2005 Posted January 11, 2005 just make a cmd file that asks u what computer your using, or make a script that detects the pc & sets appropriate pc name / resolution
durex Posted January 12, 2005 Posted January 12, 2005 Right, but the winnt.sif is loaded way at the beginning of the install... how would you implement this?Again, I havent search a bunch for this.. not really sure what terms to use to be honest.. so if its been covered (which i wouldnt be surprised if it has) hit me up with some search terms or the thread and Ill stop buggin ya...
Tinywoods Posted January 12, 2005 Author Posted January 12, 2005 Thank you for all responses. :>Alanoll OK I?fll use Code Buttons from next time.> durexYes, I have three PCs that need to have different hostnames and XP CDKEYS. So I set ?gblank?h in ProductID part. Actually, it is not full unattended mode. I need to input ProductIDs and select ComputerNames for 3 machines.I have visited many sites that describe about winnt.sif, but I could not find out any solution. > MCT It?fs a good idea. ?c.?@I want to try the cmd file if you have.I do not want to use a winnnt.sif in floppy. I want to use just one DVD for my PCs when I install XP pro and Office.
Tinywoods Posted January 12, 2005 Author Posted January 12, 2005 Sorry, there are something happen above my previous post. Thank you for all responses.>Alanoll OK I?fll use Code Buttons from next time.> durexYes, I have three PCs that need to have different hostnames and XP CDKEYS. So I set ?gblank?h in ProductID part. Actually, it is not full unattended mode. I need to input ProductIDs and select ComputerNames for 3 machines.I have visited many sites that describe about winnt.sif, but I could not find out any solution. > MCT It?fs a good idea. ?c.?@I want to try the cmd file if you have.I do not want to use a winnnt.sif in floppy. I want to use just one DVD for my PCs when I install XP pro and Office.
Tinywoods Posted January 12, 2005 Author Posted January 12, 2005 Here are other 2 files that I use with winnt.sif. In case of .bat, you may not able to read some sentences, I guess. But do not worry; it is only mentioned "caution" in Japanese.Winnt.udb;SetupMgrTag[UniqueIds] PC1=UserData PC2=UserData PC3=UserData [PC1:UserData] ComputerName=PC1[PC2:UserData] ComputerName=PC2[PC3:UserData] ComputerName=PC3winnt.bat@rem SetupMgrTag@echo offremrem ‚±‚ê‚Í?AƒZƒbƒgƒAƒbƒv ƒ}ƒl?[ƒWƒƒ ƒEƒBƒU?[ƒh‚Å?¶?¬‚³‚ꂽƒoƒbƒ` ƒXƒNƒŠƒvƒg‚̃Tƒ“ƒvƒ‹‚Å‚·?Brem ‚±‚̃XƒNƒŠƒvƒg‚ð?A?¶?¬‚³‚ꂽ?ê?Š‚©‚çˆÚ“®‚³‚¹‚½?ê?‡‚Í?AƒXƒNƒŠƒvƒg‚Ì?C?³‚ª•K—v‚Å‚ ‚邱‚Æ‚ª‚ ‚è‚Ü‚·?Bremset AnswerFile=.\winnt.sifset UdfFile=.\winnt.udbset ComputerName=%1set SetupFiles=F:\i386if "%ComputerName%" == "" goto USAGEF:\i386\winnt32 /s:%SetupFiles% /unattend:%AnswerFile% /udf:%ComputerName%,%UdfFile% /makelocalsource /copysource:langgoto DONE:USAGEecho.echo Žg—p–@: unattend ^<computername^>echo.:DONE
prathapml Posted January 12, 2005 Posted January 12, 2005 You can make a multi-boot disc with 3 different BOOT folders (each having a different winnt.sif).So that when the CD boots up, it will ask which of the 3 options to install and you just choose the one you want - that's all.
fillalph Posted January 12, 2005 Posted January 12, 2005 I would recommend reading this post:http://www.msfn.org/board/index.php?showtopic=21316&hl=]Bonkers[
Incroyable HULK Posted January 13, 2005 Posted January 13, 2005 You can make a multi-boot disc with 3 different BOOT folders (each having a different winnt.sif).So that when the CD boots up, it will ask which of the 3 options to install and you just choose the one you want - that's all.I agree, go for Multi-Boot! Much more flexible
Tinywoods Posted January 13, 2005 Author Posted January 13, 2005 >prathapml, ]Bonkers[, Incroyable HULKThank for your interesting information ! I will try this week end.
Tinywoods Posted January 15, 2005 Author Posted January 15, 2005 I understand there are two ways to make an Unattended DVD for my three PCs. One is a cmd file that ]Bonkers[ has posted, another one is three-winnt.sif. http://www.msfn.org/board/index.php?showtopic=21316&st=10http://www.911cd.net/forums/index.php?showtopic=3352Cmd file is too difficult to understand for me due to my less skill. So I chose three-winnt.sif. However, three-winnt.sif is also difficult for me to make a DVD. I do not understand to load three boot.Bin files in one time. I may need to make a script file to load them. Nero Burning ROM can not load more than two boot.bin files in a same time. I may need more time to find out solution. Now I'm studying!
Incroyable HULK Posted January 15, 2005 Posted January 15, 2005 I suggest you follow the "official" guide http://flyakite.msfnhosting.com/ which is close to the 911cd.net solution...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now