Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

copy $OEM$ to hdd with /makelocalsource?

Featured Replies

hey all

ok im using winnt32.exe from inside winPE and im starting it with the /makelocalsource switch which copies the setup files to the hdd... i have "oempreinstall=yes" in the winnt.sif file and the correct $OEM$ folder structure next to the i386 folder...

now with the /makelocalsource switch it creates the $OEM$ direcotry on the hdd but doesnt copy anything else in??? wtf??

what needs to be done so the $OEM$ dir gets copied correctly so programs can be installed after windows installs?

When installing with winnt32.exe, the $OEM$ folder must be insde the i386 folder, ie. \i386\$oem$

When installing with winnt32.exe, the $OEM$ folder must be insde the i386 folder, ie. \i386\$oem$

Wrong. My $OEM$ is beside my I386, not inside, and it copies fine. I set mine up like a RIS image, but decided not to use RIS. I boot with BartPE and launch a batch file that formats the drive and starts the install.

Here is a snipit from a batch file that launched the install:

set AnswerFile=\\CRP16237\windist\unattend.txt
set SetupFiles=\\CRP16237\windist\I386

\\CRP16237\windist\I386\winnt32 /makelocalsource /tempdrive:C: /syspart:C: /s:%SetupFiles% /unattend:%AnswerFile%

And here is a snipit of my unattent.txt

[Data]
   AutoPartition=1
   MsDosInitiated="0"
   UnattendedInstall="Yes"

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=Yes
   TargetPath=\WINDOWS
   OemFilesPath=\\crp16237\windist\$oem$
   DriverSigningPolicy = "Ignore"
   NonDriverSigningPolicy = "Ignore"
   DriverSigningPolicy = "Ignore"
   OemPreinstall = "Yes"

You can put $OEM$ wherever you like if you specify the path with OemFilesPath.

If OemFilesPath is omitted from winnt.sif then winnt32.exe setup looks for it under i386 by default.

Edited by Dahi

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.