hello,
1) does server 2k3 x64 editions come with .net framework 2.0 already
installed?
I have the redistributable being installed as part of a post image task
sequence that was made for 32bit versions of server 2k3 and I have noticed
after looking in IIS that they don't have the same components..
for example in 32 bit at the end of my install process under web extensions
in IIS I see:
- front page extensions are installed and enabled
- asp.net 1.1 is installed and enabled
- asp.net 2.0 is installed and enabled
- classic asp is enabled
and for 64bit I see:
- NO front page extenstions
- asp.net 1.1 is NOT installed
- asp.net 2.0 is installed but NOT enabled (prohibited)
- classic asp is enabled
front page extensions, classic asp and asp.net are set to be included as
components in unattend.txt... this was setup and tested for 32 bit server
2003 and all worked fine. Now I'm using the same unattend.txt with server
2k3 64bit with sp2 integrated and I get the results as detailed above.
2) Not sure if this is because of option changes/addition to unattend.txt
between 32 and 64 bit? or between sp2 and not sp2 source? or is just that
64bit doesn't include dotnet 1.1 and/or support front page extensions..
ect..
|