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.

Runonce

Featured Replies

I get this error when it goes to install my software windows cannot find c:\install\Applications\AdAware\aawsepersonal.exe

this is my Runonceex

cmdow @ /HID

@echo off

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

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

REG ADD %KEY%\005 /VE /D "Adobe Reader 6" /f

REG ADD %KEY%\005 /V 1 /D "%systemdrive%\Install\Applications\AdobeReader6\AR6.msi /qn" /f

REG ADD %KEY%\010 /VE /D "Ad-Aware SE Personal Edition" /f

REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\Applications\AdAware\aawsepersonal.exe /s" /f

REG ADD %KEY%\010 /V 2 /D "%systemdrive%\Install\pskill\sleep.exe /5" /f

REG ADD %KEY%\010 /V 3 /D "%systemdrive%\Install\pskill\pskill hh.exe" /f

REG ADD %KEY%\010 /V 4 /D "%systemdrive%\Install\pskill\pskill Ad-Aware.exe" /f

REG ADD %KEY%\015 /VE /D "MSN Messenger 6.2" /f

REG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\Applications\MSN\MSN_Messenger_6.2.0137.msi /qn" /f

REG ADD %KEY%\020 /VE /D "WinRAR 3.30" /f

REG ADD %KEY%\020 /V 1 /D "%systemdrive%\Install\Applications\WinRAR\WinRAR330.exe /s" /f

REG ADD %KEY%\025 /VE /D "Importing Registry Tweaks" /f

REG ADD %KEY%\025 /V 1 /D "REGEDIT /S %systemdrive%\install\RegTweaks.reg" /f

EXIT

all of my programs are in D:\XPCD\$OEM$\$1\Install\Applications

what did I do wrong

  • Author

and this is my winnt.sif

;SetupMgrTag

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

[GuiUnattended]

AdminPassword=*

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=50

OemSkipWelcome=0

[userData]

ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

FullName="User"

OrgName=""

ComputerName=user

[Display]

BitsPerPel=32

Xresolution=800

YResolution=600

Vrefresh=75

[TapiLocation]

CountryCode=107

Dialing=Tone

AreaCode=506

[branding]

BrandIEUsingUnattended=Yes

Home_Page=http://www.google.com/

Help_Page=http://www.google.ca/

Search_Page=http://www.google.ca/

[Components]

msmsgs=off

msnexplr=off

[Proxy]

Proxy_Enable=0

Use_Same_Proxy=1

[identification]

JoinWorkgroup=home

[Networking]

InstallDefaultComponents=Yes

[COMMANDS]

"RunOnceEx.cmd"

Is your cmdlines.txt in your winnt.sif?

You need to have cmdlines.txt under $oem$ folder to run your runonceex command from there.

Here is my file called cmdlines.txt, in $oem$

[COMMANDS]
"UserAccounts.cmd"
"RunOnceEx.cmd"
"REGEDIT /S RegTweaks.reg"

That is similar to what you need to do.

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.