Jump to content

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


Recommended Posts

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

Link to comment
Share on other sites


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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...