dukeminus Posted November 12, 2005 Posted November 12, 2005 Hi,I am creating a Win2000 Unattended DVD with Office XP. I was succeful with everything until the Unattended installation reboots. I get the error that the system cannot fint 'C:\install\start.cmd or any of it's components.During the installation phase everything goes smoothly, I have the install folder on yhe root of C with all of the applications and everything. I can run the start.cmd manualy and it works fine. Why won't the command execute during 2000 reboot?Please help, this is driving me crazzzzyyyyy!!!!!
dukeminus Posted November 13, 2005 Author Posted November 13, 2005 Start.cmdECHO.ECHO Installing OfficeXPECHO Please wait...start/wait %systemdrive%\install\applications\officexp\setup.exe TRANSFORMS=%systemdrive%\install\applications\officexp\Unattended.mst /qb-Winnt.sif;SetupMgrTag[Data] UnattendedInstall=Yes MSDosInitiated=No AutoPartition=1[unattended] UnattendMode=FullUnattended UnattendSwitch=Yes OemSkipEula=Yes OemPreinstall=yes TargetPath=\WINDOWS FileSystem=* AutoActivate=Yes Repartition=yes[GuiRunOnce] %systemdrive%\install\start.cmd[GuiUnattended] AdminPassword=* EncryptedAdminPassword=No AutoLogon=yes AutoLogonCount=1 OEMSkipRegional=1 TimeZone=35 OEMSkipWelcome=1[userData] ProductID=Xxxx-KBxxD-xxxKQ-K36XB-Xxxxxx FullName=user1 OrgName=user1 ComputerName=COMPUTER-01[Display] Xresolution=800 YResolution=600[LicenseFilePrintData][TapiLocation] CountryCode=1 AreaCode=617[RegionalSettings][MassStorageDrivers][OEMBootFiles][OEM_Ads][setupMgr][identification] JoinWorkgroup=workgroup[Networking] InstallDefaultComponents=No[NetAdapters] Adapter1=params.Adapter1[params.Adapter1] INFID=*[NetClients] MS_MSClient=params.MS_MSClient[params.MS_MSClient] RPCSupportForBanyan=No[NetServices] MS_SERVER=params.MS_SERVER[params.MS_SERVER][NetProtocols] MS_TCPIP=params.MS_TCPIP[params.MS_TCPIP] DNS=Yes UseDomainNameDevolution=No EnableLMHosts=Yes AdapterSections=params.MS_TCPIP.Adapter1[params.MS_TCPIP.Adapter1] SpecificTo=Adapter1 DHCP=Yes WINS=No NetBIOSOptions=0
drscouse Posted November 13, 2005 Posted November 13, 2005 (edited) Just to confirm, although reading your post it should be... The Install folder is in the OEM/$1 folder on your cd??? Edited November 13, 2005 by drscouse
dukeminus Posted November 13, 2005 Author Posted November 13, 2005 The OEM on the DVD is has follows:$OEM$ $1 drivers install Applications OfficeXP $$ $docs $progs
dukeminus Posted November 13, 2005 Author Posted November 13, 2005 Has anyone else ever had this problem?
drscouse Posted November 13, 2005 Posted November 13, 2005 (edited) Maybe a stab in the dark.. Im not sure... Does the winnt.sif get done in order, the only difference I can see, is that my GUIRUNONCE is a lot further down the list...???Maybe nothing though...???[TapiLocation]CountryCode=44AreaCode=023[GuiRunOnce]"%windir%\system32\RunOnceEx.cmd"[NetProtocols]MS_TCPIP=params.MS_TCPIP[NetAdapters]Adapter1=params.Adapter1[params.Adapter1]ConnectionName="ADSL Router"NetCardAddress=XXXXXXXXXXXX[params.MS_TCPIP]AdapterSections=params.MS_TCPIP.Adapter1[params.MS_TCPIP.Adapter1]SpecificTo=Adapter1DHCP=YESWINS=noNetBIOSOptions=0It looks ok otherwise....Even here http://www.unattended.msfn.org/global/examples.htm in the sample winnt.sif, it is the last entry..??If it does execute in some sequence, it would appear you are trying to run it before any accounts are even created... as I said, Im not entireyl sure, just an observation...!!Good look Edited November 13, 2005 by drscouse
dukeminus Posted November 13, 2005 Author Posted November 13, 2005 Like you said....Just a try. I am going to move the GuiRunOnce command down the list. I will post the results.Thanks
dukeminus Posted November 14, 2005 Author Posted November 14, 2005 I have changed the location of the guirunonce location. I still get the same error after final reboot. Cannot find C:\install.start.cmd or any of it's components.HELP!!!!!!
cyberloner Posted November 14, 2005 Posted November 14, 2005 start/wait %systemdrive%\install\applications\officexp\setup.exe TRANSFORMS=%systemdrive%\install\applications\officexp\Unattended.mst /qb-that is the problem i think...should be start/wait %systemdrive%\\install\applications\\officexp\\setup.exe TRANSFORMS=Unattended.mst /qb-Office know where is your Unattended.mst if run in same directory...need double \\ else use "%systemdrive%\install\applications\officexp\setup.exe "something like that...
drscouse Posted November 14, 2005 Posted November 14, 2005 Lol.. should really learn to read posts better.. never saw the start.cmd info...doh!!!!
oioldman Posted November 14, 2005 Posted November 14, 2005 just a couple of quick things =>1; is the install folder created on c: and does it contain your start.cmd?2; is the applications folder level with install folder or inside - as your .cmd is calling for apps to be inside
--=ddSHADOW=-- Posted November 16, 2005 Posted November 16, 2005 just a couple of quick things =>1; is the install folder created on c: and does it contain your start.cmd?2; is the applications folder level with install folder or inside - as your .cmd is calling for apps to be inside1. install folder is created on you %systemdrive% where your windows folder is present2. cmdlines.txt , RunOnceEx.cmd and regtweaks.reg needs to be in $OEM$ folderExample:For more info just go to http://unattended.msfn.org/index.htm
natan770 Posted November 17, 2005 Posted November 17, 2005 winnt.sif does not know about %systemdrive%. Give a letter.http://www.windowsdream.com
Elc0chin0 Posted November 17, 2005 Posted November 17, 2005 Does anyone know where to put the Default Gatway in the winnt.sif file and what that syntax is for win2000 unattended install?
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