June 27, 200719 yr Hi, im trying to make full unattended xp sp2 installation cd, but seems like my cmdlines.txt doesnt work... There is no problem with copying files from $OEM$ directory to the hard drive / system folder, but files i want to execute using cmdlines dont run/open. I tried to put "pause" in cmdlines.txt, so it should probably show 'press any key...' in a cmd window, but i dont see it while installing, maybe i missed something in winnt.sif? :/This is my Winnt.sif:;SetupMgrTag[Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes"[Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS Repartition=Yes UnattendSwitch="Yes" WaitForReboot="No" Hibernation=No[GuiUnattended] AdminPassword=xxx EncryptedAdminPassword=Yes OEMSkipRegional=1 TimeZone=100 OemSkipWelcome=1[UserData] ProductKey=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx FullName="xxx" OrgName="" ComputerName=xxx[Display] BitsPerPel=32 Xresolution=1280 YResolution=1024 Vrefresh=85[RegionalSettings] LanguageGroup=1 Language=00000809[Identification] JoinWorkgroup=xxx[Networking] InstallDefaultComponents=YesCmdlines.txt:[Commands]"users.cmd""test.cmd"users.cmd:net user test /addnet localgroup Administrators test /addnet localgroup Users test /deletenet accounts /maxpwage:unlimitedEXITtest.cmd:(i made this file to check if cmdlines was executed, it worked once i believe )MKDIR C:\testEXITMy cd looks like this ->root|- $OEM$| || |- $1| |- $$| |- Cmdlines.txt| |- users.cmd| |- test.cmd||- I386 (this is untouched folder from original xp cd)|- autorun.ini etc...
June 28, 200719 yr yep that is right, it is in the $OEM$ Folderyou could do no worse than than go through this for a double check: http://unattended.msfn.org
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now