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 doesn't work anymore...

Featured Replies

Hiya,

I just made a new DVD today using basically the same RunOnceEx as always and for some reason it simply does not want to execute. I try running it manually on the system and the command prompt just comes up and goes away. I really need help with this as this is going to cause a lot of problems with my installs...

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%\000 /VE /D "Adobe Photoshop CS" /f
REG ADD %KEY%\000 /V 1 /D "%SystemDrive%\Install\Applications\PhotoshopCS\setup.exe /QB" /f

REG ADD %KEY%\005 /VE /D "Office 2003 Professional w/ SP2 & Updates" /f
REG ADD %KEY%\005 /V 1 /D "%SystemDrive%\Install\Applications\Office2k3Pro\office2003.exe" /f
REG ADD %KEY%\005 /V 2 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB916521-FullFile-ENU.exe /Q" /f
REG ADD %KEY%\005 /V 3 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB905756-FullFile-ENU.exe /Q" /f
REG ADD %KEY%\005 /V 4 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB907417-FullFile-ENU.exe /Q" /f
REG ADD %KEY%\005 /V 5 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB913807-FullFile-ENU.exe /Q" /f
REG ADD %KEY%\005 /V 6 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB917334-FullFile-ENU.exe /Q" /f
REG ADD %KEY%\005 /V 7 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB921566-FullFile-ENU.exe /Q" /f
REG ADD %KEY%\005 /V 8 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB921580-FullFile-ENU.exe /Q" /f
REG ADD %KEY%\005 /V 9 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB914455-FullFile-ENU.exe /Q" /f
REG ADD %KEY%\005 /V 10 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB920103-FullFile-ENU.exe /Q" /f
REG ADD %KEY%\005 /V 11 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB916518-FullFile-ENU.exe /Q" /f
REG ADD %KEY%\005 /V 12 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB918419-FullFile-ENU.exe /Q" /f
REG ADD %KEY%\005 /V 13 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB894542-FullFile-ENU.exe /Q" /f
REG ADD %KEY%\005 /V 14 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB923091-FullFile-ENU.exe /Q" /f
REG ADD %KEY%\005 /V 15 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB923094-FullFile-ENU.exe /Q" /f
REG ADD %KEY%\005 /V 16 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB923097-FullFile-ENU.exe /Q" /f
REG ADD %KEY%\005 /V 17 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB923088-FullFile-ENU.exe /Q" /f
REG ADD %KEY%\005 /V 18 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB923272-FullFile-ENU.exe /Q" /f
REG ADD %KEY%\005 /V 19 /D "%SystemDrive%\Install\Applications\Office2k3Pro\Updates\office2003-KB923095-FullFile-ENU.exe /Q" /f

REG ADD %KEY%\010 /VE /D "ZoneAlarm Suite" /f
REG ADD %KEY%\010 /V 1 /D "regedit /S %SystemDrive%\Install\Applications\ZoneAlarmSuite\zonealarm.reg" /f
REG ADD %KEY%\010 /V 2 /D "%SystemDrive%\Install\Applications\ZoneAlarmSuite\zasuitesetup.exe /s /i /noreboot /lickey xxxxxxxxxxxxxxxxxxx

REG ADD %KEY%\015 /VE /D "Codec Pack Hotfix" /f
REG ADD %KEY%\015 /V 1 /D "%SystemDrive%\Install\Applications\CodecPack\HOTFIX.exe" /f

REG ADD %KEY%\020 /VE /D "Adobe Acrobat Reader" /f
REG ADD %KEY%\020 /V 1 /D "%SystemDrive%\Install\Applications\AdobeAcrobatReader\adobe.exe" /f

REG ADD %KEY%\025 /VE /D "Java Runtime Environment" /f
REG ADD %KEY%\025 /V 1 /D "%SystemDrive%\Install\Applications\Java\jre508lt.exe" /f

REG ADD %KEY%\030 /VE /D "Shockwave Player" /f
REG ADD %KEY%\030 /V 1 /D "%SystemDrive%\Install\Applications\Shockwave\swInstaller.exe" /f

REG ADD %KEY%\035 /VE /D "Cyberlink PowerDVD Deluxe" /f
REG ADD %KEY%\035 /V 1 /D "%SystemDrive%\Install\Applications\PowerDVD\Setup.exe" /f

REG ADD %KEY%\040 /VE /D "Nero Ultra Edition" /f
REG ADD %KEY%\040 /V 1 /D "%SystemDrive%\Install\Applications\Nero6Ultra\nero.exe" /f

REG ADD %KEY%\045 /VE /D "Winrar 3.61 Preregistered" /f
REG ADD %KEY%\045 /V 1 /D "%SystemDrive%\Install\Applications\Winrar\winrar.exe /s" /f

REG ADD %KEY%\050 /VE /D "Steam" /f
REG ADD %KEY%\050 /V 1 /D "%SystemDrive%\Install\Applications\Steam\steam.exe /silent" /f
REG ADD %KEY%\050 /V 2 /D "taskkill /F /IM steam.exe" /f
REG ADD %KEY%\050 /V 3 /D "%SystemDrive%\Install\Applications\Steam\Skins.exe" /f

REG ADD %KEY%\055 /VE /D "Winamp 5.31" /f
REG ADD %KEY%\055 /V 1 /D "%SystemDrive%\Install\Applications\Winamp\winamp531.exe /S /install=SFR" /f

REG ADD %KEY%\060 /VE /D "Mozilla Firefox w/ Settings" /f
REG ADD %KEY%\060 /V 1 /D "%SystemDrive%\Install\Applications\Firefox\sfirefox.exe" /f

REG ADD %KEY%\065 /VE /D "Mozilla Thunderbird w/ Settings" /f
REG ADD %KEY%\065 /V 1 /D "%SystemDrive%\Install\Applications\Thunderbird\sthunderbird.exe" /f

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

EXIT

Last Session

[Main]
Env = 1.2.1 - 2.0.50727.42.Microsoft Windows NT 5.1.2600 Service Pack 2
Target = Windows XP Professional SP:2 - 5.1.2600.2180 - English (United States)

[Tasks]
Remove Components
Unattended Setup
Hotfixes and Update Packs
Tweaks
Create a Bootable ISO
Options

[Components]
;# Applications #
Accessibility Options
Briefcase
Internet Games
;# Multimedia #
Media Center
Music Samples
Speech Support
Tablet PC
;# Network #
MSN Explorer
Windows Messenger
;# Operating System Options #
Color Schemes
Desktop Cleanup Wizard
Tour
;# Compatibility #

[KeepFiles]
msconfig.exe

[RemoveFiles]
clock.avi

[Options]
ProfilesDir = "%SystemDrive%\Documents and Settings"
TargetPath = "WINDOWS"
temp_dir = %USERPROFILE%\Local Settings\Temp
AdvTweaks

[Patches]
TcpIp = 16777215
UsbPoll = 500
DoUxTheme
DoSFC

[Services2]
ERSvc,4
helpsvc,4
wscsvc,4

[Tweaks]
Boot and Shutdown-Auto-End tasks immediately
Boot and Shutdown-Auto-Kill hung applications immediately
Boot and Shutdown-Auto-Kill hung services immediately
Desktop-Show Windows version on Desktop
Explorer-Add 'Command Prompt' to folder context menu
Explorer-Disable Beep on errors
Explorer-Disable Prefix: Shortcut to
Explorer-Disable shortcut arrow
Explorer-Recycle Bin: allow to rename and delete
Explorer-Show Drive Letters in front of Drive Names
Explorer-Show Statusbar in all windows
Explorer-Show the full path in the Address Bar
Explorer-Show the full path in the Title Bar
My Computer-Add Administrative Tools
My Computer-Add Control Panel
My Computer-Add Control Panel to Context Menu
My Computer-Add Device Manager to Context Menu
My Computer-Add Drive Cleanup to Context Menu
My Computer-Add Folder Options
My Computer-Add Fonts Folder
My Computer-Add My Network Places
My Computer-Add Network Connections
My Computer-Add Printers and Faxes
My Computer-Add Recycle Bin
My Computer-Add Scheduled Tasks
My Computer-Add Services to Context Menu
My Computer-Add Software to Context Menu
My Computer-Remove Shared Documents
Network-Allow receiving Remote Assistance-Enable
Network-Remote Desktop-Enable
Performance-Disable Info Tips on Files and Folders
Performance-Disable Last accessed Timestamp on files
Performance-Disable Tracking of Broken Shortcut Links
Performance-Disable Warn on low disk space
Performance-Disable WBEM logging
Performance-Do not cache thumbnails
Performance-Speed-up Access to AVI Media Files
Privacy-Disable Driver Update Internet prompt
Privacy-Disable Error Reporting
Privacy-Remove Alexa
Security-Disable Antivirus notification
Security-Disable Firewall notification
Security-Re-Enable user:pass URLs
Security-Screensaver Password-Protection-Disabled
Start Menu-Add Administrative Tools menu
Start Menu-Clear most recently opened documents list on logoff
Start Menu-Control Panel-Display as a menu
Start Menu-Disable and Remove Documents List from Start Menu
Start Menu-Disable Highlight newly installed programs
Start Menu-Disable popup on first boot
Start Menu-Expand Network Connections
Start Menu-My Computer-Display as a menu
Start Menu-My Documents-Display as a menu
Start Menu-My Music-Don't display this item
Start Menu-My Network Places-Display as a menu
Start Menu-My Pictures-Don't display this item
Start Menu-Network Connections-Display as Connect to menu
Start Menu-Printers and Faxes-Display as a menu
Start Menu-Remove Help and Support
Start Menu-Remove Set Program Access and Defaults
Start Menu-Remove Windows Catalog shortcut
Start Menu-Scroll Programs
Taskbar-Disable Balloon Tips
Taskbar-Disable Group similar Taskbar buttons
Taskbar-Disable Hide inactive icons
Taskbar-Disable Language-Bar
Taskbar-Lock the Taskbar-Yes
Visual Effects-Combo box animation-Disable
Visual Effects-Slide taskbar buttons-Disable
Visual Effects-Smooth edges of screen fonts-ClearType
Visual Effects-Smooth-scroll list boxes-Disable
Visual Effects-Tooltip animation-Disable

[Unattended]
ComputerType = Automatic
AutoLogon = Administrator
BitsPerPel = 32 bit (True Color)
MaximumDataStorePercentOfDisk = 12
RestorePointLife = 30
DesktopTheme = Windows Vista style|Vista RC2|Normal
AutoUpdates = 4
AutoUDay = 5
AutoUHour = 15
ProgFilesPath = "\Program Files"

[DesktopThemes]
C:\Documents and Settings\Administrator\Desktop\WinVista\WinVista\Winvista.msstyles

[NetAdapter1]
connname = ""
macaddress = ""
ipaddress = "192.168.0.1"
subnetmask = "255.255.255.0"
defaultgateway = ""
dnsserver1 = ""
dnsserver2 = ""
winsserver = ""
netbiossetting = "0"
ipxnetworknumber = "00000000"
ipxnetworkframetype = "0xFF"

[NetAdapter2]
connname = ""
macaddress = ""
ipaddress = "192.168.0.2"
subnetmask = "255.255.255.0"
defaultgateway = ""
dnsserver1 = ""
dnsserver2 = ""
winsserver = ""
netbiossetting = "0"
ipxnetworknumber = "00000000"
ipxnetworkframetype = "0xFF"

[GuiRunOnce]

[Drivers]

[Hotfixes]
C:\Documents and Settings\Administrator\Desktop\Addons\DIRECTX_AUGUST_2006_ADDON.CAB
C:\Documents and Settings\Administrator\Desktop\Addons\Foxy_dotNET_1.1_and_2.0_SVCPACK_Addon_v1.0.cab
C:\Documents and Settings\Administrator\Desktop\Addons\IE7-WindowsXP-x86-enu.cab
C:\Documents and Settings\Administrator\Desktop\Addons\RVMAddons_1.7.2.7z
C:\Documents and Settings\Administrator\Desktop\Addons\RVMAddonsDX9_1.0.7z
C:\Documents and Settings\Administrator\Desktop\Addons\RVMAddonsWGA_1.5.708.0.7z
C:\Documents and Settings\Administrator\Desktop\Addons\RVMUpdatePack2.1.3.7z
C:\Documents and Settings\Administrator\Desktop\Addons\XPize46FullBETA1.exe
C:\Documents and Settings\Administrator\Desktop\Addons\ADDON_Vista_Sounds.CAB
C:\Documents and Settings\Administrator\Desktop\Addons\ProgramAddons FlashGet 1.73 build 128.cab
C:\Documents and Settings\Administrator\Desktop\Addons\ProgramAddons+Everest+3.50.761.cab
C:\Documents and Settings\Administrator\Desktop\Addons\ReapersCCleanerAddon.7z
C:\Documents and Settings\Administrator\Desktop\Addons\RogueSpearAddons7-Zip_4.42.cab
C:\Documents and Settings\Administrator\Desktop\Addons\ScriptPackAddonsDAEMONTools_4.06.cab
C:\Documents and Settings\Administrator\Desktop\Addons\vcpack416_addon.7z

I also have WMP11 slipstreamed, using that nifty little program someone on the forums posted up.

Any and all help would be great! Thanks!

I also have WMP11 slipstreamed, using that nifty little program someone on the forums posted up.
Did you Slipstream WMP 11 before or after you nLited?

I was having the same issue with the WMP11 Integrator breaking my silent switch addons, all I had to do was use the WMP11 Integrator before updatepacks/hotfixes and addons and that solved my prob.

Edited by ricktendo64

  • Author

Interesting... I did run the integrator before I even Nlited the install...

i take it u got the install files in the $OEM$\c\ folder

to be copyed over to ur hdd so they can be installed

if not thats maybe why its not working

Im pretty certain your problem is a result of IE7, in the Application Installs thread i've presented a solution that ive found does wonders.

Regards, theunknown

Edited by theunknown

im having the same problem. runonce installs give errors. i believe it may be an nlite issue as it only happens with latest version.

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.