Jump to content

Recommended Posts

Posted

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!!!!!


Posted

Start.cmd

ECHO.

ECHO Installing OfficeXP

ECHO 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

Posted (edited)

Just to confirm, although reading your post it should be...

The Install folder is in the OEM/$1 folder on your cd???

Edited by drscouse
Posted (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=44

AreaCode=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=Adapter1

DHCP=YES

WINS=no

NetBIOSOptions=0

It 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 by drscouse
Posted

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!!!!!!

Posted

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...

Posted

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

Posted
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

1. install folder is created on you %systemdrive% where your windows folder is present

2. cmdlines.txt , RunOnceEx.cmd and regtweaks.reg needs to be in $OEM$ folder

Example:

oem_folder_structure.png

For more info just go to http://unattended.msfn.org/index.htm

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...