Unattended XPCD
   


.NET Framework 1.1 & SP1
Submitted by Alanoll

Note: For a slipstreamed silent package containing .NET Framework 1.1 and SP1, please go to the bottom of the page.

Download: .NET Framework 1.1 Redistributable

Using an extractor such as WinRAR, extract dotnetfx.exe to this folder: \$OEM$\$1\install\NetFramework\

Unattended XPCD

Add these lines to your batch file:

ECHO Installing .NET Framework v1.1
ECHO Please wait...
start /wait %systemdrive%\install\NetFramework\netfx.msi /qb


Unattended XPCD

Note: This will fail to install when using RunOnceEx. Making an IExpress package of .NET Framework 1.1 will solve this and will run without a problem from RunOnceEx.

» Install .NET Framework 1.1 using svcpack.inf

If you've made a svcpack.inf file for installing hotfixes, you can also install .NET Framework from there.

Follow this guide to make an IExpress package (you'll save a couple of megabytes), then copy DOTNETFW.exe to the C:\XPCD\I386\Update\ folder and then add this line under [SetupHotfixesToRun] in svcpack.inf:

[SetupHotfixesToRun]
DOTNETFW.exe


» Installing SP1 for .NET Framework 1.1

Download: .NET Framework 1.1 Service Pack 1

Copy the downloaded file to: \$OEM$\$1\install\NetFramework\

Unattended XPCD

Add these lines to your batch file (this should be placed AFTER the .NET Framework 1.1 commands!):

ECHO Installing .NET Framework v1.1 SP1
ECHO Please wait...
start /wait %systemdrive%\install\NetFramework\NDP1.1sp1-KB867460-X86.exe /Q


» .NET Framework 1.1 with SP1 Slipstreamed

For a faster .NET Framework installation, and setup files occupying 11 MB on the CD, you can download this 7-Zip SFX package created by RyanVM from the MSFN Forums (thanks for taking the time to do this!). By default, this installs silently, so no switches are required.

Download: .NET Framework 1.1 with SP1 from RyanVM's MSFN Files Page
Last updated 2008-02-05 18:14:34 by Unknown  [Edit]
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001 - 2009 msfn.org
Privacy Policy