zainravi Posted April 12, 2005 Share Posted April 12, 2005 HELP!!i've got dot net framework version 1.1 and its service pack.how do i integrate it in my unattended windows® xp™?if thats not possible then is there a way to silent install IT using switches? Link to comment Share on other sites More sharing options...
DiGGiTY Posted April 12, 2005 Share Posted April 12, 2005 You can do the slipstream with nLite. As for the easiest silent install for .NET Framework, SP1 for .NET and ASP fix, check below:1.) Download the .NET Framework 1.12.) Extract the contents of the .NET Framework to a folder - you can do this by running dotnetfx.exe /t:c:\temp /c3.) Download the .NET Framework 1.1 SP14.) Extract the service pack MSP package to a folder by running NDP1.1sp1-KB867460-X86.exe /Xp:c:\temp\sp1.msp5.) Download the ASP Patch to SP16.) 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\netfx8.) Run msiexec /p c:\temp\sp1.msp /a c:\temp\netfx\netfx.msi9.) Run msiexec /p c:\temp\asp.msp /a c:\temp\netfx\netfx.msiYou 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. Link to comment Share on other sites More sharing options...
Mike_Wilson Posted April 12, 2005 Share Posted April 12, 2005 can be done easily with a cmdECHO Installing .net Framework 1.1 + SP1...ECHO Please wait...start /wait %systemdrive%\Install\dotnetframe\netfx.msi /QBstart /wait %systemdrive%\Install\dotnetframe\NDP1.1sp1-KB867460-X86.exe /QChange the dir to yours, this is how I do it. Link to comment Share on other sites More sharing options...
purewaveform Posted April 12, 2005 Share Posted April 12, 2005 That is overkill Just download and can add in runonce or in the other methods."dotnetfx.exe /q /c:\"msiexec /I netfx.msi /qn\" And it is already silent. (you need the qoutes) this is in the reunonce in the svcpack.inf do it like this"dotnetfx.exe /q /c:""msiexec /I netfx.msi /qn"""If you want to install the update ( I havent downloaded it together)"KB867460.exe /Q /I" Link to comment Share on other sites More sharing options...
DiGGiTY Posted April 12, 2005 Share Posted April 12, 2005 I guess packaging it as one install is not appropriate for home use... This is done to cut down on the number of executable lines that must run to build/rebuild a base load prior to imaging. Link to comment Share on other sites More sharing options...
RyanVM Posted April 12, 2005 Share Posted April 12, 2005 I DON'T KNOW, TRY SEARCHING THE FORUM.And while you're at it, read the forum rules before posting next time. Link to comment Share on other sites More sharing options...
totoymola Posted April 13, 2005 Share Posted April 13, 2005 I guess packaging it as one install is not appropriate for home use... This is done to cut down on the number of executable lines that must run to build/rebuild a base load prior to imaging.<{POST_SNAPBACK}> Wait, how do you integrate it with nlite if the installer is an msi? Link to comment Share on other sites More sharing options...
beppemito Posted April 18, 2005 Share Posted April 18, 2005 can i use:netfx.msi /QBNDP1.1sp1-KB867460-X86.exe /Qunder svcpack.inf with the same switches? Link to comment Share on other sites More sharing options...
T D Posted May 22, 2006 Share Posted May 22, 2006 I don't think .NET can be installed via svcpack.inf. For me, it didn't execute. Link to comment Share on other sites More sharing options...
muiz Posted May 22, 2006 Share Posted May 22, 2006 I don't think .NET can be installed via svcpack.inf. For me, it didn't execute.works fine Link to comment Share on other sites More sharing options...
T D Posted May 23, 2006 Share Posted May 23, 2006 I'll have to test that further... Link to comment Share on other sites More sharing options...
Joelito Posted January 23, 2007 Share Posted January 23, 2007 You can do the slipstream with nLite. As for the easiest silent install for .NET Framework, SP1 for .NET and ASP fix, check below:1.) Download the .NET Framework 1.12.) Extract the contents of the .NET Framework to a folder - you can do this by running dotnetfx.exe /t:c:\temp /c3.) Download the .NET Framework 1.1 SP14.) Extract the service pack MSP package to a folder by running NDP1.1sp1-KB867460-X86.exe /Xp:c:\temp\sp1.msp5.) Download the ASP Patch to SP16.) 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\netfx8.) Run msiexec /p c:\temp\sp1.msp /a c:\temp\netfx\netfx.msi9.) Run msiexec /p c:\temp\asp.msp /a c:\temp\netfx\netfx.msiYou 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.Ok...this is a cool tuto, but..one final step...how can I add the "langpack" for the .NET 1.1? Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now