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.

Installing Hotfixes Using the Automated /Integrate switch Method

Featured Replies

Having found the manual method (doing each hotfix one at a time in the Run box) very slow, I'd like to learn how to do the automated method explained in Step 3 of the beginner's section of the Unattended Guide.

I note the batch file that was supplied in the Guide for this purpose, and that it is to be placed in the same folder as the hotfixes.

My question is - how do I start it going, that is get the batch file to do its job?

Thankyou!

Malcolm


  • Author

I found my answer in a post from about four days ago!

Regards,

Malcolm

  • 4 weeks later...

Try change this FOR %%f IN (*.exe) DO "%%f" /Integrate:C:\XPCD to this FOR %%f IN (*.exe) DO "%%f" /passive /Integrate:C:\XPCD.

But I think better way is to slipstream hotfixes in hfslip. What you only need to do is to put all hotfixes in one folder and run program. Every hotfix will be slipstreamed automatically.

Edited by grzesiek

change

FOR %%f IN (*.exe) DO "%%f" /Integrate:C:\XPCD

to silent no progress bar:

FOR %%f IN (*.exe) DO "%%f" /Integrate:C:\XPCD /q

or silent with progress bar:

FOR %%f IN (*.exe) DO "%%f" /Integrate:C:\XPCD /p

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.