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.

Adding Programs to Unattended XP

Featured Replies

I'm trying to create an unattended xp sp2 cd, I've got sp2 slipstreamed and a few drivers and some tweaks but I can't really make a RunOnceEx cmd file unless I have the programs in my $OEM$ subdirectory right, well, I can't figure out how to do this?

any help would be appreciated, I've got to reinstall due to a Trojan.

You should read up on the unattended guide hosted here.

But for your question, first take a look at organizing an OEM directory HERE. Note the Install directory and place your programs for install in there. Be careful what you put in there, I've started using WPI from this forum for my installs because of programs like Office2K3. You could use a DVD though too.

Then, for the RunOnceEx.cmd file, check out this page HERE. And when you go to reference a program you're installing use %systemdrive%\install:

rem "Installs Adobe Acrobat Reader"
start /w %systemdrive%\install\adobe\adbr7\setup.exe /S /v/qn

rem "Installs Office 2000 Pro" /f
start /w %systemdrive%\install\Office\Office2kPro_SR-1\setuppro.exe TRANSFORMS=FILE.MST /q

rem "Installs Antivirus Client"
start /w msiexec.exe /i "%systemdrive%\install\Anti\SAV902\WIN32\Symantec AntiVirus.msi" ADDLOCAL=SAVMain,SAVUI,SAVHelp,EMailTools,OutlookSnapin,Pop3Smtp,QClient NETWORKTYPE=1 SERVERNAME=ENTVM11 ENABLEAUTOPROTECT=1 RUNLIVEUPDATE=0 REBOOT=ReallySuppress /qn

rem "Installs Java support"
start /w %systemdrive%\install\java\jre-1_5_0_04-windows-i586-p.exe /s /v"/qn ADDLOCAL=ALL IEXPLORER=1 REBOOT=Suppress JAVAUPDATE=0 EULA=1"

exit

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.