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.

nube Question, RunOnceEx or Batch Files?

Featured Replies

Hi, my first Post!

I invested some time to read the MSFN Unattended guide completely, and I am creating a Unattended CD. Windows Completes with no errors however no applications install, they are copied to the hard drive correctly however. Do I need both the RunOnceEx and the Batch files with all the echo and wait commands for the programs to install, does RunOnceEx just install the reg keys?

I have all the MSI and EXE's in $OEM$\$1\install\*NAME*

I have the cmdow in $OEM$\$$\system32

In the X:\$OEM$ Directory I have these files:

Cleanup.cmd

RunOnceEx.cmd

cmdlines.txt

RegTweaks.reg

cmdow @ /HID
@echo off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\001 /VE /D "Adobe Reader 6" /f
REG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\Adobe\AR6.exe -p"-s /v\"/qn\"" /f

blahblahblah....

REG ADD %KEY%\075 /VE /D "Importing Registry Tweaks" /f
REG ADD %KEY%\075 /V 1 /D "REGEDIT /S %systemdrive%\regtweaks.reg" /f

REG ADD %KEY%\080 /VE /D "Cleaning Up and Rebooting" /f
REG ADD %KEY%\080 /V 1 /D "%systemdrive%\cleanup.cmd" /f

EXIT

Is there anything immediately wrong or am I forgetting something?


  • Author

ugh, noo, dont say that.

Im sure that i was told that windows setup would look for cmdlines.txt which says:

[COMMANDS]
"RunOnceEx.cmd"

Before I go try that, what is this cmdlines.txt used for.

So your saying in winnt.sif

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

???

hi, cmdlines.txt is fine, it runs @ 12mins left stage (T-12)

EDIT: make sure both files are in $OEM$ directory :)

:)

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.