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.

How To Make 2nd CD Unattend Installation

Featured Replies

in your command file that does the import of all the Registry keys for the RunOnceEX add this line at the very end....

rundll32.exe iernonce.dll,RunOnceExProcess

Thanks for the quick reply. So it would look something like this:

@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 Acrobat Reader 6 - Full" /f

REG ADD %KEY%\001 /V 1 /D "%CDROM%\install\Applications\AdobeReader6\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\""" /f

REG ADD %KEY%\005 /VE /D "Microsoft Office 2003 Pro" /f

REG ADD %KEY%\005 /V 1 /D "%CDROM%\install\Applications\Office2003\setup.exe TRANSFORMS=testUA.MST /qb- /noreboot" /f

REG ADD %KEY%\055 /VE /D "Cleaning Up and Rebooting" /f

REG ADD %KEY%\055 /V 1 /D "%CDROM%\install\cleanup.cmd" /f

rundll32.exe iernonce.dll,RunOnceExProcess

EXIT

or would I put it before my "clean up and reboot" stuff?

I've got my regular cmd batch working, and it installs the apps and everything just fine.....but i would like this new look...

I will have to give it a try and see how it goes.....

thanks,

Rory

what you posted is correct.

Think of it this way, all those registry lines, aren't getting executed till that rundll32.exe command. They're just getting imported and saved.

Alanoll,

I tried it out today and it works perfect. Thanks so much. Now if only I could get that DOS window to close or not display while the runonceEX screen is up... :) I will have to play around some more. It will finally give me something to do at work. :rolleyes:

Later,

0007

Most CD / DVD players and so on use a generic driver by means off Plug n Play technique if that is what u mean? As long as you have a working and supported hardware device off the operating system you are running it should work out just fine....

Please sign in to comment

You will be able to leave a comment after signing in

Sign In Now

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

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.