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.

Intergrating WUSA Updates into installation

Featured Replies

Hi guys,

I wrote a small update script for my Vista installs. I have it part of the "auditUser" pass but for some reason the script is failing.

- <settings pass="auditUser">
- <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <RunSynchronous>
- <RunSynchronousCommand wcm:action="add">
- <Credentials>
<Password>*</Password>
<Username>Office</Username>
</Credentials>
<Path>cmd /C \\server\Software\Vista.bat</Path>
<Order>3</Order>
<Description>Installing applications</Description>
</RunSynchronousCommand>
- <RunSynchronousCommand wcm:action="add">
- <Credentials>
<Password>*</Password>
<Username>Office</Username>
</Credentials>
<Path>cmd /C "\\server\Windows Vista\Updates\Run Patches.bat"</Path>
<Order>1</Order>
<Description>Installing updates</Description>
</RunSynchronousCommand>
- <RunSynchronousCommand wcm:action="add">
- <Credentials>
<Password>*</Password>
<Username>Office</Username>
</Credentials>
<Path>cmd /C "\\server\Windows\Windows Vista\D946GZIS\Drivers.bat"</Path>
<Order>2</Order>
<Description>Installing drivers</Description>
</RunSynchronousCommand>
</RunSynchronous>
</component>
</settings>

The BAT file for updates is:

@echo off
net use q: "\\server\windows\windows vista\updates"
q:

echo --------------------------------
echo Installing Windows Vista Updates
echo --------------------------------

echo * Installing Updates ...

REM Marker - January 2006
wusa Windows6.0-KB905866-v3-x86.msu /quiet /norestart
wusa Windows6.0-KB929427-x86.msu /quiet /norestart
wusa Windows6.0-KB929685-x86.msu /quiet /norestart
wusa Windows6.0-KB929735-x86.msu /quiet /norestart
wusa Windows6.0-KB930857-x86.msu /quiet /norestart
wusa Windows6.0-KB931573-x86.msu /quiet /norestart
wusa Windows6.0-KB928089-x86.msu /quiet /norestart
REM Marker - Feburary 2006

echo * Installing Malicious Removal Software Tools ...

REM Marker - January 2006
Windows-KB890830-V1.24.exe /Q
REM Marker - Feburary 2006

echo * Completed!

c:
net use q: /DELETE

When I reboot the system for admin interaction in audit mode the script runs fine. But doesn't run automatically in the unattended install? Any ideas?


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.