Jump to content

Refuses To Copy Files


Recommended Posts

Alrighty.. I gots a problem. I have the Unattended.sif file and then the autogenerated unattended.cmd file. I assumed it was needed so i put it there. Than when i make the iso with CD IMAGE GUI or w/e and select the bootfile im told to. I get a 3rd UNATTENDED file.. cept this one is a txt file . I assume they are all needed. I then have my install.cmd script running at RUNGUIONCE or w/e that one is. I forget off the top of my head. The problem is. The OEM files aren't being copied over like they are supposed to. Below is my UNATTENDED.sif file which is located in the I386 folder. and yes it will go thru the entire setup w/o prompting me for anything. Once it reboots it gives me the startup screen which asks for my username and tries to connect to the internet and that sorta thing. Thnx for looking guys and i hope you can help. Let me know if you need anything else.

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

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=Yes
   TargetPath=\WINDOWS
   Filesystem=*  
   UnattendedSwitch="yes"
   WaitForReboot="No"
   TargetPath=\WINDOWS
   WaitForReboot="No"
   DriverSigningPolicy=Ignore

[GuiUnattended]
   AdminPassword=*
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=35
   OemSkipWelcome=1

[UserData]
   ProductKey=*
   FullName="Brice"
   OrgName="Thumper"
   ComputerName=BMB

[TapiLocation]
   CountryCode=1
   AreaCode=989

[RegionalSettings]
   LanguageGroup=1

[Identification]
   JoinWorkgroup=HOUSEHOLD

[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=10.20.30.200
   SubnetMask=255.255.255.0
   DefaultGateway=10.20.30.1
   DNSServerSearchOrder=206.141.192.60,206.141.193.55
   WINS=No
   NetBIOSOptions=0

[Components]
  msmsgs=off
  msexplr=off
  zonegames=off

[GuiRunOnce]
"%systemdrive%\install\install.cmd"

[IEPopupBlocker]
  BlockPopups=No
  FilterLevel=Low
  ShowInformationBar=Yes

[WindowsFirewall]
  Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
  Mode = 0

Edited by Alanoll
Link to comment
Share on other sites


:P

1) Name the file winnt.sif (that is required in the i386 folder.)

2)

 [Unattended]
  UnattendMode=FullUnattended
  OemSkipEula=Yes
  OemPreinstall=Yes
  TargetPath=\WINDOWS           --- first time
  Filesystem=*  
  UnattendedSwitch="yes"
  WaitForReboot="No"
  TargetPath=\WINDOWS           --- second time
  WaitForReboot="No"
  DriverSigningPolicy=Ignore

Remove double instances of the same variables :P

3) Make sure u boot from CD, if u have all above options set (not HD install :no: )

4) http://unattended.msfn.org

5) SEARCH FORUMS!

:thumbup

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