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.

WPI Batch Script Issue

Featured Replies

Hi, i am currently working on a unattended install for the college i work for.

Basically its a Windows XP install, i have managed to merge drivers and other applications both in nlite and in WPI, but the only issue im having at the moment is a batch file the contents of the batch file are as followed;

@ECHO The Sheffield College

@echo Windows Update Script

@ Echo ********************************

@ Echo *Do Not Switch Off The Computer*

@ Echo * As Windows XP Is Installing *

@ Echo * Important Updates *

@ Echo ********************************

@echo Currently Installing .Net Framework 2

start /wait dotnetfx.exe /q /c:"install.exe /q"

@echo Currently Installing Windows Install 3.1

start /wait WindowsInstaller-KB893803-v2-x86.exe /q

EXIT /B

Running the script by itself works fine, installs as it should not a problem but when i add it to WPI i get the following error message;

---------------------------

dotnetfx.exe

---------------------------

Windows cannot find 'dotnetfx.exe'. Make sure you typed the name correctly, and then try again. To search for a file, click the Start button, and then click Search.

---------------------------

OK

---------------------------

and the same for the Windows Installer 3.1

was wondering what i was doing wrong

Thanks

Chris

You probably need complete path names:

start /wait c:\wpi\install\dotnetfx.exe /q /c:"install.exe /q"

The /c:"install.exe /q" looks alittle weird, too.

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.