MSFN Forum: $OEM$ Distribution Folders and VMWare - MSFN Forum

Jump to content



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

$OEM$ Distribution Folders and VMWare Have i missed something? Rate Topic: -----

#1 User is offline   dr_pr0phet 

  • Group: Members
  • Posts: 7
  • Joined: 03-March 09

  Posted 04 March 2009 - 05:38 AM

Firstly, the information i have found throughout these forums and in guides has been brilliant, i have had no experience of building an unattended install disc before.

I have managed to get all the drivers etc in the right places to enable my SATA drive to be picked up The operating system and answer-file work correctly. I am using the RunOnceEx approach to install third party apps/programs. Instead of burning to disc each time i make a change, I am using VMWorkstation to test my installers.

The first time i ran the .iso from from the virtual drive all went well until the RunOnceEX, all the apps to install showed up in the GUI but i had an error for each app in turn - the apps couldn't be found to be installed. RunOnceEx was looking to C:\install\ for the apps and my distribution folder path for my apps is $OEM$\$1\install\.

Does anyone know if i missed anything out anywhere to copy the files over as they should for install?
Do distribution folders work as they should in VMWare?

Thanks in advance.....


#2 User is offline   ner 

  • Member
  • PipPip
  • Group: Members
  • Posts: 264
  • Joined: 19-January 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 04 March 2009 - 06:04 AM

H,

You need to ensure that you have this within your
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
UnattendSwitch=Yes
WaitForReboot=No

install will then place your programs in the c:\install folder

#3 User is offline   dr_pr0phet 

  • Group: Members
  • Posts: 7
  • Joined: 03-March 09

Posted 04 March 2009 - 08:12 AM

View Postner, on Mar 4 2009, 12:04 PM, said:

H,

You need to ensure that you have this within your
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
UnattendSwitch=Yes
WaitForReboot=No

install will then place your programs in the c:\install folder


DOH, my OemPreinstall was set to NO

Thanks a lot bro

#4 User is offline   dr_pr0phet 

  • Group: Members
  • Posts: 7
  • Joined: 03-March 09

Posted 04 March 2009 - 09:45 AM

After i changed that entry in the winnt.sif file i keep getting this, i haven't changed anything else in any other files. I have change the entries back to the way they were and still i get this error message.

Is the manufacturers file referring to winnt.sif? or another file?

This is the error i receive:
Posted Image

#5 User is offline   ner 

  • Member
  • PipPip
  • Group: Members
  • Posts: 264
  • Joined: 19-January 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 04 March 2009 - 09:48 AM

how are you installing the sata drivers and can you post your winnt.sif file?

this is my file

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

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
UnattendSwitch=Yes
WaitForReboot=No
Keyboardlayout="United Kingdom"
OemPnPDriversPath="Drivers\000_intel_INF;Drivers\001_Intel_LAN;Drivers\002_Intel_WLAN;Drivers\003_Nvidia;Drivers\004_Monitor;Drivers\005_HP_Media;Drivers\006_SATA_RAID"
DriverSigningPolicy=Ignore

[GuiUnattended]
AdminPassword=
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=85
OemSkipWelcome=1

[UserData]
ProductKey=xxxxxxxxxxxxxxxxxxxxxxxx
FullName=xxxxxxxxxxxxxxxxxxxxxxxxxx
OrgName=""
ComputerName=xxxxx

[Display]
BitsPerPel=32
Xresolution=1440
YResolution=900
Vrefresh=60

[TapiLocation]
CountryCode=44
Dialing=Tone
AreaCode=XXXXX

[RegionalSettings]
LanguageGroup=1
Language=00000809

[Identification]
JoinWorkgroup=WORKGROUP

[Networking]
InstallDefaultComponents=Yes

[Components]
msmsgs=off
msnexplr=off

This post has been edited by ner: 04 March 2009 - 10:08 AM


#6 User is offline   dr_pr0phet 

  • Group: Members
  • Posts: 7
  • Joined: 03-March 09

Posted 04 March 2009 - 05:51 PM

I am installing SATA driver by editing TXTSETUP.SIF and my WINNT.SIF files as explained in the driver section of the forum.

Here's my file:

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

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
UnattendSwitch=Yes
WaitForReboot=No
Keyboardlayout="United Kingdom"
OemPnPDriversPath="Drivers\000;Drivers\000\1;Drivers\000\A;Drivers\000\B;Drivers\000\C;Drivers\000\D;Drivers\000\E;Drivers\000\F;Drivers\000\G;Drivers\000\H;Drivers\000\I;Drivers\000\J;Drivers\000\K;Drivers\000\L;Drivers\000\M;Drivers\000\N;Drivers\001\A;Drivers\001\B;Drivers\001\C;Drivers\001\D;Drivers\001\E;Drivers\001\F;Drivers\001\G;Drivers\001\H;Drivers\001\I;Drivers\001\J;Drivers\001\K;Drivers\001\L;Drivers\001\M;Drivers\001\N;Drivers\001\O;Drivers\001\P;Drivers\001\Q;Drivers\001\R;Drivers\001\S;Drivers\001\T;Drivers\001\U;Drivers\001\V;Drivers\002\A;Drivers\002\B;Drivers\002\C;Drivers\002\D;Drivers\003\A;Drivers\003\B;Drivers\003\C;Drivers\003\D;Drivers\006\A;Drivers\006\B;Drivers\006\C;Drivers\006\D"

[GuiUnattended]
AdminPassword=xxxxxxxxxxxx
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=85
OemSkipWelcome=1

[UserData]
ProductKey=xxxxxxxxxxxxxxxxxxxxxxxxxxx
FullName=xxxxxxxxxxxx
OrgName=xxxxxxxxxxxxx
ComputerName=xxxxxxxxxxx

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

[Branding]
BrandIEUsingUnattended=Yes

[URL]
Home_Page=www.google.co.uk


[Identification]
JoinWorkgroup=WORKGROUP

[Networking]
InstallDefaultComponents=Yes

#7 User is offline   dr_pr0phet 

  • Group: Members
  • Posts: 7
  • Joined: 03-March 09

Posted 05 March 2009 - 05:13 AM

The above error only occurs when i change OemPreinstall= to Yes. It works fine when left as "No".

Any ideas?

#8 User is offline   ner 

  • Member
  • PipPip
  • Group: Members
  • Posts: 264
  • Joined: 19-January 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 06 March 2009 - 02:21 AM

\ok, if you search and using the fault message given "the manufacturer provided file that setup is trying to use is corrupted", you will see that this is common with SATA & Raid controller errors, post your TXTSETUP.SIF Files..

I just added tis to the end of the file...


[SourceDisksFiles]
iaStor.sys = 100,,,,,,3_,4,1,,,1,4

[HardwareIdsDatabase]
PCI\VEN_8086&DEV_27C3&CC_0104 = "iaStor"

[SCSI.load]
iaStor = iaStor.sys,4

[scsi]
iaStor = "Intel® 82801GR/GH SATA RAID Controller (Desktop ICH7R/DH)"

#9 User is offline   dr_pr0phet 

  • Group: Members
  • Posts: 7
  • Joined: 03-March 09

Posted 06 March 2009 - 05:38 PM

ners,

Thankyou very much for your help. i have finally got it sorted.

I used your example of adding the text to the end of my txtsetup.sif file instead of adding it within the file, i don't know what difference it made but its worked.

I used exactly the same text as before just added it to the end of the file...........

I'm now plugging slowly through adding my prefered apps which seems to be going really well so far.

Rgds

pr0phet

#10 User is offline   ner 

  • Member
  • PipPip
  • Group: Members
  • Posts: 264
  • Joined: 19-January 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 09 March 2009 - 02:09 AM

Good news - I am pleased for you - lets us all know how you do!

:thumbup

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