Jump to content

can't install applications and hotfixes.cmd


Recommended Posts

Hi, I created an unattended window xp CD with some applications and hotfixes on it. Everything went well at first, but at the end. I had this problem, hope some1 can help me out.... :)

right after the welcome screen, it said "Windows can't locate 'C:\install\applications.cmd" and "Windows can't find 'C:\install\hotfixes.cmd" .

I only have two batch files, they are at C:\XPCD\$OEM$\$1\install.

Thanks 4 helping in advance.

Link to comment
Share on other sites


That's what I did, can u tell me if there is anything wrong, please.

I placed 3 batch files in C:\XPCD\$OEM$\$1\install.

The winnt.sif in the C:\XPCD\i386

all the xp sp1 files on in C:\xpCD

my winnt.sif is:

;SetupMgrTag
[Data]
   AutoPartition=0
   MsDosInitiated="0"
   UnattendedInstall="Yes"

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=No
   TargetPath=\WINDOWS
   OemPreinstall=Yes
?@?@UnattendSwitch="no"
   WaitForReboot="No"

[GuiUnattended]
   AdminPassword="000000"
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=20
   OemSkipWelcome=1

[UserData]
   ProductKey=xxxxxxxxxxxxxxxxxxxxxx
   FullName="Leon"
   OrgName="Leon Inc."
   ComputerName=*

[TapiLocation]
   CountryCode=1
   AreaCode=456

[RegionalSettings]
   LanguageGroup=10

[Identification]
   JoinWorkgroup=WORKGROUP

[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\hotfixes.cmd
%systemdrive%\install\applications.cmd

Link to comment
Share on other sites

sounds like you have possibly created a root folder called xpcd on the cd.

The $oem$ should be the first folder in the sequence. The XPCD folder is merely to contain all the folder on the hard disk prior to creating the iso.

Leon...edit out your serial number in that winnt.sif!

Link to comment
Share on other sites

thanks, guys.

I double check and I'm sure my batch files are cmd format(located in install folder)

and the winnt is sif format(located in the i386).

I've installed the window xp sp1 automatically, but at the end. it said

"windows can't locate c:\install\applications.cmd"

"windows can't locate c:\install\hotfixes.cmd". :)

Link to comment
Share on other sites

thanks for all you guys' help, this Forum is so awesome!! :)

I finally fixed the problems and got everything work.

there was a mistake on my winnt.sif, I had two OemPreinstalls. :rolleyes:

[Unattended]
  UnattendMode=FullUnattended
  OemSkipEula=Yes
  OemPreinstall=No
  TargetPath=\WINDOWS
  OemPreinstall=Yes

once again, thanks 4 helping!!!

Link to comment
Share on other sites

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