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.

.NET 1.1 SP1 (slipstreamed) and .NET 3.5 SP1 + Updates command line sw

Featured Replies

Hi everyone,

I have searched on this forum and on Google for these answers, but I've seen so many variations, that I thought I would try and get the "definitive" answer from you wonderful, fine, intelligent people :thumbup

Could someone please tell me the switches for unattended (but minimal GUI - progress bar for example) installation with NO reboots of the following files in RunOnceEx:

- .NET 1.1 SP1 + ASP Update (all integrated - so the file to run is netfx.msi)

- .NET 3.5 SP1 FullFile (the file is dotnetfx35.exe)

- 3 Updates for .NET 3.5 SP1 (filenames are all .exes, not msis)

As I said, I have seen so many variations on the switches, I really don't know which ones to use.

Finally, should I extract the .NET 3.5 SP1 updates and try and integrate them into the main 3.5 SP1 install, or is that asking for trouble?

Many thanks!

Martin Hughes

I install the ".NET Framework 3.5 + SP1" (fullfile) with the following switch:

/Q /NORESTART

For progress bar only: /qb /norestart

But still recommend you SNMsynth above.

This is the relevant part of my RunOnceEx.cmd File

ECHO.

ECHO Installing MS Windows XP .Net Framework 1.1

REM .NET Framework Version 1.1 Redistributable Package

dotnetfx.exe /Q:A /C:"Install /Q"

REM .NET Framework 1.1 Service Pack 1

NDP1.1sp1-KB867460-x86.exe /Q

REM .NET Framework 1.1 Service Pack 1 SYSTEM.WEB.DLL and MSCOREE.DLL Security Update for Windows XP

NDP1.1sp1-KB928366-x86.exe /Q

ECHO.

ECHO Installing MS Windows XP .Net Framework 3.5 with SP1, and 3.0 with SP 2

REM .NET Framework Version 3.5 Redistributable Package (KB951847)

dotnetfx35.exe /Passive /NoRestart /OverWriteOEM /NoBackup

REM .NET Framework 3.5 Family Update for Windows XP

REM http://www.microsoft.com/downloads/details...54-6450b0212565

NDP20SP2-KB958481-x86.exe /Passive /NoRestart

REM .NET Framework 3.5 Family Update for Windows XP

REM http://download.microsoft.com/download/C/6...B958483-x86.exe

NDP30SP2-KB958483-x86.exe /Passive /NoRestart

REM .NET Framework 3.5 Family Update for Windows XP

REM http://www.microsoft.com/downloads/details...66-a31b83931953

NDP35SP1-KB958484-x86.exe /Passive /NoRestart

REM Update for Windows XP (KB961118) Printer driver may be unsigned after you install the Microsoft .NET Framework 3.5 SP1

WindowsXP-KB961118-x86-ENU.exe /Passive /NoRestart /OverWriteOEM /NoBackup

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.