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.

runonceex.cmd

Featured Replies

Helo all

I try to make my own unattended XP with some software and every time the programs won`t install and show some error :Windows cannot find apps\programs\programs.exe

I have the $OEM$ with $1 , $$, runonceex.cmd and cmdlines.txt

In $1 I have folder apps

The runonceex.cmd are this lines:

cmdow @ /HID
@echo off

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

REG ADD %KEY% /V TITLE /D "Software install" /f

REG ADD %KEY%\001 /VE /D "Firefox" /f
REG ADD %KEY%\001 /V 1 /D "%systemdrive%\apps\Firefox\Firefox3.exe -ms" /f

REG ADD %KEY%\002 /VE /D "Adobe Reader 9.1" /f
REG ADD %KEY%\002 /V 1 /D "%systemdrive%\apps\Adobe\AdobeReader91.exe /sAll /rs" /f

REG ADD %KEY%\003 /VE /D "PowerISO 4.3" /f
REG ADD %KEY%\003 /V 1 /D "%systemdrive%\apps\poweriso\poweriso.exe /S" /f
REG ADD %KEY%\003 /V 2 /D "REGEDIT /S %systemdrive%\apps\poweriso\poweriso.reg" /f

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

EXIT

The winnt.sif are this lines:

[Data]
AutoPartition=0
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
OemPreinstall=Yes
DriverSigningPolicy=Ignore
NonDriverSigningPolicy=Ignore
FileSystem=*

What is the problem? Tks

Edited by condor

Sound like the "runonceex.cmd" is written to registry - it starts, but fails to find the files.

Are the files copied to "%systemdrive%\apps" ?

i believe you need 8.3 format names, but i suppose only if firefox3 is working (or throwing some other error) and it bombs on adobereader91 with 'cant find file....'.

Edited by iamtheky

  • Author

g-force No the files not copied to %systemdrive%\apps

But I solved with:

%CD%\$1\apps replacind the %systemdrive%

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.