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.

Stream Lined Hotfix Code

Featured Replies

I remember in one thread where a user had some code where all he looped through all the hotfixes in a specified Directory. I tried searching for it and couldnt fin it...anyone know where it might be?

@echo off
Echo Installing Switchless Applications
FOR /f %%f in ('dir/b/s %systemdrive%\Hotfixes\Switchless1\*.exe') DO Start /wait "" "%%f"
FOR /f %%f in ('dir/b/s %systemdrive%\Hotfixes\Switchless1\*.msi') DO Start /wait "" "%%f" /qn

Echo Installing Hotfixes
FOR /f %%f in ('dir/b/s %systemdrive%\Hotfixes\Type1\*.exe') DO Start /wait "" "%%f" /z /n /o /q
FOR /f %%f in ('dir/b/s %systemdrive%\Hotfixes\Type2\*.exe') DO Start /wait "" "%%f" /Q:A /R:N

Echo Installing Additional Switchless Applications
FOR /f %%f in ('dir/b/s %systemdrive%\Hotfixes\Switchless2\*.exe') DO Start /wait "" "%%f"

Start /wait "" "%systemdrive%\hotfixes\qchain.exe"

so far using XPSP2, I have:

\Switchless1\
dotnetfx.EXE
dotnetfxsp1.EXE
MBSASetup-EN.msi
WMP10Silent.EXE

\Switchless2\
Flash7.EXE
MSJAVA1.EXE
MSJava2.EXE
Shockwave10.EXE

\Type2\
WM9Codecs.exe

I'm doing a 3 CD system... 1 XP, 2 Office, 3 Apps. So XP is only for XP OS related items

You need Windows Scripting Host 5.6.0.8825 as well (it's newer than SP2's build)

BTW... I am thinking about adding some common applications this way as well. Packaged up in iexpress packages (or 7zip or rared exe or whatever) like acrobat, winzip (or 7zip), daemon tools, etc.

I suppose the requirements would be apps that could install at the 'Switchless2' phase from cmdlines.txt

or would it be best from runonce or from a seperate CD.

I suppose in a perfect world, MSFN could host all these freeware/shareware repackaged switchless/silent installers (assuming they have infinite storage and bandwidth)... or would it be best to write scripts that would create the package for you and then just host the scripts. Iexpress is scriptable...

bitmonster (I think) wrote a script for creating an integrated .NET SP1 installer. I suppose I could probably modify that for Acrobat Reader (though the version I made has a lot of modifications to the actual MSI file which can't be scripted, likewise for MSXML).

EDIT: On the other hand, I have 20GB/month of bandwidth from my host, and I've only ever even broken 8GB once since I got the account last May. If someone needs a host, I can probably help out. They only real problem is that I only have 100MB of storage space.

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.