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.

Windows XP. Running a script after deployment/install.

Featured Replies

Hello.

With windows 7 there is there SetupComplete.bat which will run at first logon and only run one time.

What's the Windows XP equivalent? What I am trying to achieve is creating a c:\install folder and then having all the applications auto install.

 

So far I have this.

Add the install folder in the OEM's dir. \$OEM$\$1\Install so then this would become C:\Install\

 

Somehow have a .bat file execute during or after first logon to kick off the program install from C:\Install

 

@echo off
start /wait "" firefox.msi /passive
start /wait "" adobereader.exe /sPB /msi /norestart ALLUSERS=1 EULA_ACCEPT=YES
start /wait "" office.exe
start /wait "" chrome.exe
start /wait "" fileformatconverter.exe /quiet
exit

 

Thanks.

Edited by techsup1983

  • Author

I've just had a thought, I can run a script using nLite in Unattended\RunOnce, and instead of the .bat to install the apps i could use Add-On Maker and add the files as nLite addons.

I'm still curious about the w7 setupcomplete.bat in xp is tho.

What happens to $OEM$ does it disappear after the first reboot?

Thanks.

Edited by techsup1983

  • Author

Hello. I just tried this and the script runs before windows logon and says that it can't find the software :( I think if the script ran after windows logged it it would work better, anyone know how I make the script run after the first logon?

  • Author

Many thanks dencorso. That worked brilliantly! My script ran through with no errors.

That gets me around having to use Windows Post-Install Wizard WPI.

:thumbup 

  • Author

Thanks for the information Yzowl. I'm still learning XP deployments and those guides answer a few questions.

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.