MSFN Forum: OEM Files not being copied - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

OEM Files not being copied Rate Topic: -----

#1 User is offline   djwheeler 

  • Group: Members
  • Posts: 7
  • Joined: 15-June 05

  Posted 15 June 2005 - 09:51 AM

Hope someone can help. I have created an unattended install, created an iso file, put it onto CD and successfully install Windows XP. Unfortunately it has not copied the contents of the $oem$ folder to the appropriate locations. A script is supposed to run at first logon but because nothing has been copied from the $oem$ folder nothing happens. In the direcftory structure on the CD the $oem$ folder is on the same level as the I386 etc. folders. My winnt.sif file which I have put under the I386 folder is as follows:

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

[Unattended]
UnattendMode=DefaultHide
OemSkipEula=yes
OemPreinstall=No
UnattendSwitch="yes"
TargetPath=\WINDOWS

[GuiUnattended]
AdminPassword=27b4d5133f48764aaad3b435b51404ee051f6e0f6488392580e3bd42fe0d1735
EncryptedAdminPassword=Yes
OEMSkipRegional=1
TimeZone=85
OemSkipWelcome=1

[UserData]
ProductKey=
FullName="Eclipse"
OrgName="Eclipse Marketing Ltd"

[Display]
BitsPerPel=32
Xresolution=1024
YResolution=768

[RegionalSettings]
LanguageGroup=1
SystemLocale=00000809
UserLocale=00000809
InputLocale=0809:00000809

[Identification]
JoinDomain=********
DomainAdmin=*********
DomainAdminPassword=***********

[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=Yes
UseDomainNameDevolution=No
EnableLMHosts=Yes
AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]
SpecificTo=Adapter1
DHCP=Yes
WINS=No
NetBIOSOptions=0

[WindowsFirewall]
Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
Mode = 0

[Components]
msmsgs=off
msnexplr=off
freecell=off
hearts=off
minesweeper=off
pinball=off
solitaire=off
spider=off
zonegames=off

[GuiRunOnce]
%SYSTEMDRIVE%\INSTALL\START.CMD

Hope that someone can help.

This post has been edited by djwheeler: 15 June 2005 - 10:24 AM



#2 User is offline   erik_demon 

  • Master Chief
  • PipPip
  • Group: Members
  • Posts: 253
  • Joined: 22-August 04

Posted 15 June 2005 - 10:02 AM

Hey :hello:

this is why it doesn't work:

OemPreinstall=No


should be

OemPreinstall=YES


EDIT

IMPORTANT: Please remove your serial key

This post has been edited by erik_demon: 15 June 2005 - 10:04 AM


#3 User is offline   djwheeler 

  • Group: Members
  • Posts: 7
  • Joined: 15-June 05

Posted 15 June 2005 - 10:28 AM

erik_demon, on Jun 15 2005, 05:02 PM, said:

Hey :hello:

this is why it doesn't work:

OemPreinstall=No


should be

OemPreinstall=YES


EDIT

IMPORTANT: Please remove your serial key
<{POST_SNAPBACK}>



Of course, thanks for that - having these things looked at by a fresh pair of eyes is always good eh? Thanks for the other tip as well, thought I had removed all of that kind of information.

#4 User is offline   bazk 

  • Group: Members
  • Posts: 6
  • Joined: 11-June 05

  Posted 16 June 2005 - 07:01 AM

Hi, newbie here.

I was just about to ask the same Q, about why it doesn't copy the contents of the $OEM$ folder !

Thanks erik_demon, but this seems to be for the %SYSTEMDRIVE%\INSTALL\START.CMD if thats the case I am having the same problem with RunOnceEx.cmd, windows loads no prob, but when it reboots the GUI comes up, with the list of installs, but error after error, telling me that the c:\install\.........\........\ could not be found, this goes on until its finished ! now the software is on the DvD disk, which is %systemdrive%\install\.............. etc. sop i pressume the $OEM$ folder is ment to be copied to the c:\root ! is this correct !

I would really like some insite into runOnceEx.cmd, I have read the help files & looked around this excellent site, but I can't make heads/tails of this runOnceEx.cmd, start.cmd is easy but this.......................

Anyway i hope someone can help out..

Thanks

#5 User is offline   erik_demon 

  • Master Chief
  • PipPip
  • Group: Members
  • Posts: 253
  • Joined: 22-August 04

Posted 16 June 2005 - 09:30 AM

Hey Welcome to MSFN :hello:

Quote

so i pressume the $OEM$ folder is ment to be copied to the c:\root ! is this correct !


This is not entirely correct. If you want to copy some files to the root of the drive where windows is installed (for you is that the C drive), you have to create a folder inside the $OEM$ folder. This folder is called $1. Your structure should now look like this:

$OEM$\$1\install\enz


for more info about this, please check-out this page

For more info about the RunOnceEx, look here

and if you want to install directly from the CD, look here (this however is a bit more diffecult, I would recommend you to start with the link above first.

Good luck!!

This post has been edited by erik_demon: 16 June 2005 - 09:31 AM


#6 User is offline   Corn~Julio 

  • Newbie
  • Group: Members
  • Posts: 28
  • Joined: 13-June 05

Posted 16 June 2005 - 06:17 PM

I Have Not Gotten To The More Technical End Of Installing Drivers Or Other Apps Yet But I Did Have An Issue With It Reading My Cmdlines Until I Added

OemFilesPath=D:\$oem$ - D Being My CdRom Of Course
OemPreinstall=Yes

And It Only Worked When I Added It Above OemPreinstall=Yes

I Hope This Helps Some

Oh And BTW If Ur Goung To Add PnP Drivers According To The Deploy.Chm This Should Be The Order

[Unattended]
OemFilesPath="%SYSTEMDRIVE%\OEM_Files"
OemPnPDriversPath=MyFolder1; MyFolder2
OemPreinstall=Yes

This post has been edited by Corn~Julio: 16 June 2005 - 06:31 PM


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy