MSFN Forum: $OEM$ Folder - MSFN Forum

Jump to content



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

$OEM$ Folder Rate Topic: -----

#1 User is offline   RBCC 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 621
  • Joined: 09-July 04

  Posted 01 February 2007 - 06:19 PM

:hello: :thumbup Please Help!
I am using HfSlip? I am trying to use this folder structure :
$OEM$--|
|-$1--|
|--Apps
|--Utils
|--User
|--Pictures
|--Drivers
|--Install<--batches

What folder in HFSlip do I put this folder structure? Where does this folder structure go so it is copied to

c:\apps
c:\install
c:\utils
c:\user
c:\drivers
c:\Pictures

Thank you, John :whistle:


#2 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,171
  • Joined: 08-August 05

Posted 01 February 2007 - 10:10 PM

Nowhere. HFSLIP only copies into WINDOWS/WINNT and Program Files...

#3 User is offline   tommyp 

  • MSFN Addict
  • Group: Developers
  • Posts: 1,664
  • Joined: 09-January 04
  • OS:none specified
  • Country: Country Flag

Posted 02 February 2007 - 04:56 AM

If you are using an OEM folder like it says in unattended.msfn.org, you can put the OEM folder structure alongside your source\i386 folder. When run, HFSLIP will simply copy the OEM folder to the sourcess\i386.

#4 User is offline   S3pHiroTh 

  • Member
  • PipPip
  • Group: Members
  • Posts: 122
  • Joined: 04-September 06

Posted 02 February 2007 - 07:17 AM

I have found a way, to slipstream the $OEM$, if you create a $OEM$ directory in SOURCE directory, it will be slipstreamed in SOURCESS automatically.
Remember to set, in WINNT.SIF, OemPreinstall=Yes

#5 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 02 February 2007 - 05:25 PM

You can always try HFEXPERT too...;)

#6 User is offline   RBCC 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 621
  • Joined: 09-July 04

  Posted 03 February 2007 - 02:02 AM

:hello: How do I do this in HFExpert? John

#7 User is offline   Kiki Burgh 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,425
  • Joined: 06-January 06

Posted 03 February 2007 - 02:19 AM

hi RBCC! HFEXPERT basically functions like OEM ... you may want to refer to these for some additional info: Questions about HFSlip and unattended install & HFEXPERT - Codecs, WIN files, replace apps & inject hives ;)

This post has been edited by Kiki Burgh: 03 February 2007 - 02:19 AM


#8 User is offline   LeveL 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 551
  • Joined: 30-September 05

Posted 03 February 2007 - 02:56 AM

Since HFSLIP is a batch file why not just add a command at the end to xcopy the folder
from source to sourcess? It cant be hard...

XCOPY "SOURCE\$OEM$" "SOURCESS\$OEM$" /I /S /E /R /V /K /F /C /H /Y


#9 User is offline   S3pHiroTh 

  • Member
  • PipPip
  • Group: Members
  • Posts: 122
  • Joined: 04-September 06

Posted 03 February 2007 - 04:21 AM

The HFEXPERT doesn't work as Tomcat said!!! The only way, is to put a $OEM$ directory in SOURCE directory!!! Is the only way!

#10 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 03 February 2007 - 07:58 AM

View PostKiki Burgh, on Feb 3 2007, 03:19 AM, said:

hi RBCC! HFEXPERT basically functions like OEM ... you may want to refer to these for some additional info: Questions about HFSlip and unattended install & HFEXPERT - Codecs, WIN files, replace apps & inject hives ;)

The link is actually http://www.hfslip.org/advanced.html#a3. ;)

View PostLeveL, on Feb 3 2007, 03:56 AM, said:

Since HFSLIP is a batch file why not just add a command at the end to xcopy the folder
from source to sourcess? It cant be hard...

XCOPY "SOURCE\$OEM$" "SOURCESS\$OEM$" /I /S /E /R /V /K /F /C /H /Y

This already exists. The entire SOURCE folder is ALWAYS copied to SOURCESS.

View PostS3pHiroTh, on Feb 3 2007, 05:21 AM, said:

The HFEXPERT doesn't work as Tomcat said!!! The only way, is to put a $OEM$ directory in SOURCE directory!!! Is the only way!

No. I think you should read about the many features HFEXPERT has to offer. It works perfectly for me. Follow the above link. :)

#11 User is offline   S3pHiroTh 

  • Member
  • PipPip
  • Group: Members
  • Posts: 122
  • Joined: 04-September 06

Posted 03 February 2007 - 08:02 AM

View PostSuper-Magician, on Feb 3 2007, 02:58 PM, said:

View PostS3pHiroTh, on Feb 3 2007, 05:21 AM, said:

The HFEXPERT doesn't work as Tomcat said!!! The only way, is to put a $OEM$ directory in SOURCE directory!!! Is the only way!

No. I think you should read about the many features HFEXPERT has to offer. It works perfectly for me. Follow the above link. :)


It doesn't work as $OEM$ directory do, it works only with ProgramFiles and Windows directory. If you want to create a directory as "Custom" in SystemDrive, you cannot do it with HFEXPERT directory!

This post has been edited by S3pHiroTh: 03 February 2007 - 08:03 AM


#12 User is offline   Super-Magician 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 970
  • Joined: 15-January 06

Posted 03 February 2007 - 08:03 AM

@S3pHiroTh, you mean the root directory of the drive? Yes, I guess that would be a limitation of HFEXPERT. I'm sure it will be added at some point in the future, however.

#13 User is offline   S3pHiroTh 

  • Member
  • PipPip
  • Group: Members
  • Posts: 122
  • Joined: 04-September 06

Posted 03 February 2007 - 10:44 AM

View PostSuper-Magician, on Feb 3 2007, 03:03 PM, said:

@S3pHiroTh, you mean the root directory of the drive? Yes, I guess that would be a limitation of HFEXPERT. I'm sure it will be added at some point in the future, however.


Yes I mean C:\ (the defaults for most of installations), if you want to create for examples C:\Custom, with HFEXPERT it's impossible. That's all

#14 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,171
  • Joined: 08-August 05

Posted 03 February 2007 - 10:56 AM

Support for %SYSTEMDRIVE% may be added at some point but it's not top priority: installing apps can be done from HFSVCPACK and HFGUIRUNONCE. As far as I can see, the only thing you may have to do is remove the paths inside install.cmd (if you're using that).

#15 User is offline   daddydave 

  • Member
  • PipPip
  • Group: Members
  • Posts: 102
  • Joined: 08-December 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 05 February 2007 - 07:31 PM

A variation on LeveL's idea is to create an addon for HFAAO using install.cmd (or whatever you call the batch file) as the installation program, and have a line that goes something like:

xcopy mytools\* "%systemdrive%\mytools" /I /C /Q /Y /H /E


Or whatever path you want off the system drive.

I would recommend Addon Maker for nLite for this, and the batch file is automatically hidden.


Also, and this may be HFSLIP heresy, there's no law against using $OEM$ in the SOURCE, so why duplicate that functionality?

This post has been edited by daddydave: 05 February 2007 - 07:40 PM


#16 User is offline   LeveL 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 551
  • Joined: 30-September 05

Posted 05 February 2007 - 07:37 PM

I don't understand much of this...

S3pHiroTh said:
It doesn't work as $OEM$ directory do, it works only with ProgramFiles and
Windows directory. If you want to create a directory as "Custom" in SystemDrive,
you cannot do it with HFEXPERT directory!


But if you want a custom folder on the systemdrive, why doesn't putting it here work...

SOURCE\$OEM$\$1\Custom

Since what I said (xcopy the $OEM$) is already covered (Super-Magician said "This
already exists. The entire SOURCE folder is ALWAYS copied to SOURCESS.") then it
will copy it, no?

This post has been edited by LeveL: 05 February 2007 - 07:40 PM


#17 User is offline   daddydave 

  • Member
  • PipPip
  • Group: Members
  • Posts: 102
  • Joined: 08-December 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 05 February 2007 - 07:46 PM

LeveL.
you are right, we are saying the same, I was just being redundant :whistle:

So use one of these, not HFSLIP folders:
$OEM$\C -- Copy subfolders to C drive
$OEM\1 -- Copy subfolders to %SYSTEMDRIVE% which often is C

which the original poster seems to already know about :whistle:

This post has been edited by daddydave: 05 February 2007 - 10:24 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