dukeminus Posted November 20, 2005 Author Posted November 20, 2005 Like I stated earlier this is my first attempt at doing an unattended install with Win2000. I have posted the start.cmd and the guirunonce command line. Am I supposed to have anything else. Am I missing anythig?Any help would be greatly appreciated
wraithe Posted December 2, 2005 Posted December 2, 2005 Okay I have an issue.. this is my first time making an unattended install and the basics are easy but I ran into issues on the intermediate section where it refers to winnt.sif This file doesn't seem to exist on my CD anywhere nor does a copy of winnt.si_ The only file that resembles any of this is a file in the I386 folder called Unattended.txt. Where does one go from here?
Shark007 Posted December 2, 2005 Posted December 2, 2005 natan770 wrote: winnt.sif does not know about %systemdrive%. Give a letter.correction: winnt.sif has no problems whatsoever interpreting environment variables.%systemdrive% is perfectly fine, and recommended.shark
benners Posted December 3, 2005 Posted December 3, 2005 You need to enclose the commands in quotes for the GUIRunOnce section, try[GuiRunOnce]"%systemdrive%\install\start.cmd"
wraithe Posted December 5, 2005 Posted December 5, 2005 Well nevermind.. i found out... i somehow completely missed the unattended portion of first beginners section and there it says ti name it from unattended.txt to winnt.sif.
jojonono1973 Posted August 14, 2006 Posted August 14, 2006 well, i also have the same problem and i did rename the file to winnt.sif.windows can also not find \install\start.cmdmij file looks like this:;SetupMgrTag[Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes"[unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS UnattendSwitch="yes"[GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=110 OemSkipWelcome=1[userData] ProductID="my id code" FullName="Johan" OrgName="" ComputerName=P4[Display] BitsPerPel=16 Xresolution=1280 YResolution=1024 Vrefresh=70[RegionalSettings] LanguageGroup=1 Language=00000413[identification] JoinWorkgroup=Werkgroep[Networking] InstallDefaultComponents=Yes[Components] msmsgs=off msnexplr=off freecell=off hearts=off minesweeper=off pinball=off solitaire=off spider=off zonegames=off[GuiRunOnce] %systemdrive%\Install\start.cmdwhat am i doing wrong?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now