Is it possible to deploy .Net framework 1.1 SP1 from the Visual Studio setup
bootstrapper?
(http://www.microsoft.com/downloads/details.aspx?familyid=627921a0-d9e7-43d6-a293
-72f9c370bd19&displaylang=en)
We have an application that is highly dependent on the fix described in KB
article 826981 (large byte() allocations fail).
Thanks,
- Lachlan
Felix Wang - 22 Dec 2004 02:13 GMT
Hi Lachlan,
Thanks for posting. You can deploy the service pack with the setup
bootstrap but you may need to change some of the source code of the
bootstrap Setup.exe. The VC source code is available at the following link:
http://go.microsoft.com/fwlink/?LinkId=16824
You may check the existance of the Service Pack 1 with the following
knowledge base article:
Determine whether service packs are installed on the .NET Framework
http://support.microsoft.com/?id=318785
Then we launch the installation of the Service Pack if necessary.
Regards,
Felix Wang
Microsoft Online Partner Support

Signature
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.