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.

display message to user when install starts

Featured Replies

I have a working XP unattended install but am trying to add a message to the user prompting them to unplug the ethernet cable, then to hit a key to continue. The message ideally needs to appear before the install starts, but if not then as early as possible in the install. Any suggestions please. :D

Script the installation using a batch file.

Just have everything exactly as shown:

ECHO Please unplug the ethernet cable before continuing.
PAUSE
<Code for installation. i.e. %SYSTEMROOT%\Applications\Installer.exe>

Well, not exactly. :P Change the last line to whatever you use to install the program. Otherwise, put the path to the executable file.

Edited by Asin

  • Author

The PC may not have an OS installed. there would need to be some kind of OS running to run the batch file. i did try creating a DOS boot CD and running from that(actaully it was a win98 boot cd). The batch file part worked ok, but the windows installation would not start. I guess to do with DOS being 16bit OS and the windows installer needs to be started from a 32bit OS.

You have two choices - use WinPE and enable WScript and then use VBScript to call your install or go back to your win98 DOS BOOT disk and use winnt.exe not winnt32.exe to start the build

Regards

i would go with globaltech, use BartPE or use a boot floppy to call winnt.exe with appropriate switches to unattend install

  • Author

Thanks for the responses. Yes i agree this seems the best method. It hadn't occured to me to use the winnt.exe instead of winnt32.exe. I will have to try a make my own boot disk as the bart version puts lots of text on the screen during the boot. i need a very 'clean' boot with no messages.

if you launch install from dos with winnt don't forget "smartdrv.exe" for buffering files during text if not that will be very slow !

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.