Jump to content

Recommended Posts

Posted

ok i have my install dir as follows

$OEM$\$1\install

When I rebuild the box i get an error message after I log on stating it can not find the file. c:\install\bat.cmd make sure the path is correct etc etc...

I also have a driver folder set in the same directory

$OEM$\$1\drivers

The drivers for the box install with no problems

Both directories are not copying over to the c:\

but like I stated the drivers are installing. I dont think this is the SIF problem as it's looking for the file after the build is complete. I'm thinking its the local of my directories. For s***s and giggles I placed the bat.cmd file in all the directories to see if it would copy over ie

$OEM$\bat.cmd

$OEM$\$1\bat.cmd

$OEM$\$1\install\bat.cmd

But still no good.

Am I wrong in thinking that the &systemdrive% will copy over the directory to the root?

What could I be doing wrong? here is a copy of the winnt.sif

What I am looking to do is just run a simple CMD file on a enclosed network that after the box is built will call the setup.exe's from about 30 apps to run and install from a 192.168.0.1 file shared box. Thanks

__________________________________________________

______________

;

;

;

[Data]

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendSwitch=Yes

Repartition=Yes

OemSkipEula = Yes

FileSystem = *

WaitForReboot = No

NoWaitAfterTextMode = 1

NoWaitAfterGUIMode = 1

TargetPath = Windows

DriverSigningPolicy = Ignore

NonDriverSigningPolicy = Ignore

OemPnPDriversPath="Drivers\INTELINF"

Hibernation = No

UnattendMode=FullUnattended

[GuiUnattended]

AdminPassword = "Password"

TimeZone = 035

OEMSkipRegional = 1

OemSkipWelcome = 1

[shell]

DefaultThemesOff = Yes

DefaultStartPanelOff = Yes

[Components]

msmsgs=off

msnexplr=off

OEAccess=off

media_clips=off

media_utopia=off

Accessopt=off

templates=off

fax=off

Clipbook=off

rec=off

pinball=off

freecell=off

minesweeper=off

spider=off

hearts=off

zonegames=off

[GUIRunOnce]

%systemdrive%\install\bat.cmd

[userData]

ProductKey = "my product id"

ComputerName = *

FullName = "name 1"

OrgName = "name 2"

[RegionalSettings]

Language = 0409

[Networking]

InstallDefaultComponents=No

[NetAdapters]

Adapter1=params.Adapter1

[params.Adapter1]

INFID=*

[NetClients]

MS_MSClient=params.MS_MSClient

[NetServices]

MS_SERVER=params.MS_SERVER

[NetProtocols]

MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]

DNS=No

UseDomainNameDevolution=No

EnableLMHosts=Yes

AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]

SpecificTo=Adapter1

DHCP=No

IPAddress=192.168.0.2

SubnetMask=255.255.255.0

DefaultGateway=192.168.0.2

WINS=No

NetBIOSOptions=0

[identification]

JoinDomain = "workgroup"


Posted
ok i have my install dir as follows

$OEM$\$1\install

When I rebuild the box i get an error message after I log on stating it can not find the file. c:\install\bat.cmd make sure the path is correct etc etc...

All you need is

$OEM$\$1\install\bat.cmd

In your winnt.sif

[GUIRunOnce]
%systemdrive%\install\bat.cmd

is incorrect

If you read this you will see why!

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