The current .net script installs version 3.5. There is a new download up
for some time now for 3.5 SP1. I've updated the below script with it. We
deploy in a mixed environment, and to be anal I included the previous
frameworks and their patches in this script as well. Feel free to remove
them, as it will speed up your build time.

:: Microsoft .NET 3.5 Redistributable Package (x86)
@Echo Off

:: .NET Framework 3.5 SP1
::
URL|ALL|http://download.microsoft.com/download/2/0/e/20e90413-712f-438c-
988e-fdaa79a8ac3d/dotnetfx35.exe|updates/common/dotnet3/dotnetfx35.exe
todo.pl ".reboot-on 194 %Z%\updates\common\dotnet3\dotnetfx35.exe /q
/norestart"

:: .NET Framework 2.0
::
URL|ALL|http://download.microsoft.com/download/5/6/7/567758a3-759e-473e-
bf8f-52154438565a/dotnetfx.exe|updates/common/dotnet2/dotnetfx2.exe
::
URL|ALL|http://download.microsoft.com/download/1/8/5/185ebe2d-6dda-4300-
bda5-64f527f3367d/NDP20-KB917283-X86.exe|updates/common/dotnet2/NDP20-KB
917283-X86.exe
::
URL|ALL|http://download.microsoft.com/download/9/e/9/9e966511-eccb-430c-
aea3-3697e3283b13/NDP20-KB922770-X86.exe|updates/common/dotnet2/NDP20-KB
922770-X86.exe
::
URL|ALL|http://download.microsoft.com/download/c/e/4/ce445110-e494-4a45-
81db-05852ffba284/NDP20-KB928365-X86.exe|updates/common/dotnet2/NDP20-KB
928365-X86.exe
todo.pl ".reboot-on 194
%Z%\updates\common\dotnet2\NDP20-KB928365-X86.exe /passive /q
/norestart"
todo.pl ".reboot-on 194
%Z%\updates\common\dotnet2\ndp20-kb922770-x86.exe /passive /q
/norestart"
todo.pl ".reboot-on 194
%Z%\updates\common\dotnet2\ndp20-kb917283-x86.exe /passive /q
/norestart"
todo.pl ".reboot-on 194 %Z%\updates\common\dotnet2\dotnetfx2.exe /q
/c:\"install /q\""

:: .NET Framework 1.1
::
URL|ALL|http://download.microsoft.com/download/a/a/c/aac39226-8825-44ce-
90e3-bf8203e74006/dotnetfx.exe|updates/common/dotnet1/dotnetfx.exe
::
URL|ALL|http://download.microsoft.com/download/6/d/0/6d0e5797-91eb-401a-
a61f-58b369302018/NDP1.1sp1-KB928366-X86.exe|updates/common/dotnet1/NDP1
.1sp1-KB928366-X86.exe
::
URL|ALL|http://download.microsoft.com/download/8/b/4/8b4addd8-e957-4dea-
bdb8-c4e00af5b94b/NDP1.1sp1-KB867460-X86.exe|updates/common/dotnet1/NDP1
.1sp1-KB867460-X86.exe
todo.pl ".reboot-on 194
%Z%\updates\common\dotnet1\NDP1.1sp1-KB928366-X86.exe /q /i"
todo.pl ".reboot-on 194
%Z%\updates\common\dotnet1\NDP1.1sp1-KB867460-X86.exe /q /i"
todo.pl ".reboot-on 194 %Z%\updates\common\dotnet1\dotnetfx.exe /q
/c:\"install /q\""

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to