aerain Posted September 12, 2005 Posted September 12, 2005 Hello, all!First, I'd like to say that I did search on this topic and couldn't find anything related to my problem. I've used nLite to integrate SP2, device drivers, hotfixes, and create a bootable ISO image. Everything works like a charm! After Windows XP loads, the batch file that I use to launch my applications will not launch. Yet, it has been copied to the root of C:. Here's my START.CMD file:;SetupMgrTag[Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates=No[unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS DriverSigningPolicy=Ignore AutoActivate = No Repartition = No WaitForReboot="No" UnattendSwitch="yes" KeyboardLayout="US"[GuiUnattended] AdminPassword=WESDXVVRFBGFDGBSDFSDCSDCSCSD AutoLogon = Yes AutoLogonCount = 2 EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=4 OemSkipWelcome=1[userData] ProductKey=XXXXXXXXXXXXXXXXXXXXXX FullName="BASEPCNAME" OrgName="BASE" ComputerName=FRESH_XP_INSTALL[Display] BitsPerPel=32 Xresolution=1024 YResolution=768 AutoConfirm=1[TapiLocation] AreaCode=503[identification] JoinWorkgroup=WORKGROUP[Networking] InstallDefaultComponents=Yes[Components] Indexsrv_system = Off msmsgs=off msnexplr=off freecell=off hearts=off minesweeper=off pinball=off solitaire=off spider=off zonegames=off OEAccess=off Zonegames=off Fax=off[shell] DefaultStartPanelOff = Yes DefaultThemesOff = Yes[GuiRunOnce] %systemdrive%\install\start.cmd[WindowsFirewall] Profiles = WindowsFirewall.TurnOffFirewall[WindowsFirewall.TurnOffFirewall] Mode = 0 Home_Page=http://www.yahoo.com
Yzöwl Posted September 12, 2005 Posted September 12, 2005 That is actually your winnt.sif file and will likely need locating at <UWXPCD>\I386.Read this for examples of both files.
cheezus420 Posted September 13, 2005 Posted September 13, 2005 Hmmmm... Where did you place your start.cmd file???[GuiRunOnce]%systemdrive%\install\start.cmdThis looks right, so long as your start.cmd file is located in $OEM$\$1\Install folderCould you post your start.cmd file???Just a suggestion, but RunOnceEx seems like a much better way to go about installing apps. It is much more clean and professional looking. Check it out!!!It may seem a bit more complicated to set up, but it really isnt.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now