How to slipstream SP1 for .Net 1.1

Published Thursday, April 07, 2005 7:35 PM

Hey all, have you ever wanted the .Net Framework, SP1 and the ASP Patch all in one package. Here are the steps you can follow to use Windows Installer command line tool to create an installable package that includes the .NET Framework, Service Pack 1 and the ASP patch.

1.) Download the .NET Framework 1.1

2.) Extract the contents of the .NET Framework to a folder - you can do this by
     running dotnetfx.exe /t:c:\temp /c

3.) Download the .NET Framework 1.1 SP1

4.) Extract the service pack MSP package to a folder by running
     NDP1.1sp1-KB867460-X86.exe /Xp:c:\temp\sp1.msp

5.) Download the ASP Patch to SP1

6.) Extract the ASP Patch MSP package to a folder by running
     NDP1.1sp1-KB886903-X86.exe /Xp:c:\temp\asp.msp
.

7.) Run msiexec.exe /a c:\temp\netfx.msi TARGETDIR=c:\temp\netfx

8.) Run msiexec /p c:\temp\sp1.msp /a c:\temp\netfx\netfx.msi

9.) Run msiexec /p c:\temp\asp.msp /a c:\temp\netfx\netfx.msi

You have now created a new netfx.msi, in c:\temp\netfx. You can now run your setup from this folder or you could take all of the contents of c:\temp\netfx, and compress it into a SFX archive. In the SFX archive options set the extraction to silent and run netfx.msi /qb after extraction.

Enjoy.

by deon

Comments

# Developer Under the Gun said on Thursday, April 14, 2005 3:20 AM

Thanks! Why hasn't Microsoft released this for download?

# NikoN said on Wednesday, April 20, 2005 9:09 PM

Awesome writeup.
Thanx

# anthony said on Tuesday, May 17, 2005 11:23 AM

Exactly what I was looking for! - You're a star Thanks mate

# DeRenzis, Sam P. said on Sunday, October 09, 2005 11:41 PM

It's a nice attempt to slipstream the .Net Framework however the problem is it doesn't work. When you run it in a fresh install it asks for the directory of the .Net files, it makes completely no sense as they're all .zipped together. I also tried this unzipped and again it asked for the file directory. I have no idea what is wrong, it makes no sense at all. If you ever find out e-mail me - SamYourMan@Hotmail.com

# DeRenzis, Sam P. said on Monday, October 10, 2005 5:59 AM

I tried it again, this time everything seems to have worked. I cannot account for this however since I did it all the same exact way. It's a mystery, never-the-less it does install. I'm going to check to insure I slipstreamed everything, I luV u!

# DeRenzis, Sam P. said on Wednesday, October 12, 2005 2:47 AM

I found out why it wouldn't work originally. For some odd reason it must be installed from the C:\ drive and not a secondary source like a DVD-ROM. It makes little sense to me however when you have the files extract to the HD then it works! Confusing as hell, why didn't someone mention you can't just run setup off a CD?

:-P

# netfx msi deploy 1 1 said on Friday, June 27, 2008 2:40 AM

Pingback from  netfx msi deploy 1 1

Leave a Comment

(required) 
(required) 
(optional)
(required) 

Enter the numbers above: