juggernaut Posted March 7, 2005 Posted March 7, 2005 ok i have my install dir as follows$OEM$\$1\installWhen 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\driversThe drivers for the box install with no problemsBoth 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.cmdBut 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.sifWhat 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=YesRepartition=YesOemSkipEula = YesFileSystem = *WaitForReboot = NoNoWaitAfterTextMode = 1NoWaitAfterGUIMode = 1TargetPath = WindowsDriverSigningPolicy = IgnoreNonDriverSigningPolicy = IgnoreOemPnPDriversPath="Drivers\INTELINF"Hibernation = NoUnattendMode=FullUnattended[GuiUnattended]AdminPassword = "Password"TimeZone = 035OEMSkipRegional = 1OemSkipWelcome = 1[shell]DefaultThemesOff = YesDefaultStartPanelOff = Yes[Components]msmsgs=offmsnexplr=offOEAccess=offmedia_clips=offmedia_utopia=offAccessopt=offtemplates=offfax=offClipbook=offrec=offpinball=offfreecell=offminesweeper=offspider=offhearts=offzonegames=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=NoUseDomainNameDevolution=NoEnableLMHosts=YesAdapterSections=params.MS_TCPIP.Adapter1[params.MS_TCPIP.Adapter1]SpecificTo=Adapter1DHCP=NoIPAddress=192.168.0.2SubnetMask=255.255.255.0DefaultGateway=192.168.0.2WINS=NoNetBIOSOptions=0[identification]JoinDomain = "workgroup"
Yzöwl Posted March 7, 2005 Posted March 7, 2005 ok i have my install dir as follows$OEM$\$1\installWhen 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.cmdIn your winnt.sif[GUIRunOnce]%systemdrive%\install\bat.cmdis incorrectIf you read this you will see why!
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