September 16, 200916 yr I have been perusing many pages on the dotnet unattended installations and feel so confused... Most of the posts I have read have been for XP-SP2 distributions that slip streams SP3 - our MS ISO already has SP3 on it (no slipstream of SP3). My understanding is that SP3 already contains .NET 2.0 and .NET 3.0. When I run a base install, run all the updates I find that WU wants to install KB951847 - but which exe is being installed? If I manually install the 'family update' - it works and all the SP's for 2.0, 3.0 and 3.5 show up in the Add/Remove Programs but if I try to run during the unattended via svcpack.inf then there is an error regarding .Net 2.0 not existing so therefore can't continue.... and no .net SP's are installed.Exec criteria is that we have to do things the manual way - ie no nlite, no hf installer magic. I might be able to get away with using something for speed but need to be able to document how to setup the .net manually.I hope someone is able to shed some light into my oh-so-dark unattended installation...
September 16, 200916 yr XP SP3 doesn't has any .NET framework version installed. See Silent .NET Maker synthesized.
September 17, 200916 yr Author Thanks, Strel for the reply... Our mis-information was that MS ISO (XP with SP3) did contain it... Unfortunately THE project constraints are that we have to configure the updates/integrations by hand... I have been cruising through the link and have gleaned some important points but it is hard with 17 pages to skim...
September 17, 200916 yr Wait, I was wrong in one thing, XP SP3 OS has no .NET framework installed but there's one .NET 1.1 framework ready to install in the CD.Don't cruise the whole thread, all the information you need is in the first post. And if you want to know how things are done you only have to cruise the script (and maybe the .mst files if you want to know something about the fixes this method apply). And if you do this and have questions, simply ask.
September 17, 200916 yr Author Your reply is much appreciate... It is all making soooo much more sense now... lol - does MS ever really make sense?
September 17, 200916 yr does MS ever really make sense? MS-DOS 5.0 wasn't that bad. (possibly because 4.0 actually was that bad)jaclaz
September 17, 200916 yr But if your restrictions are to not use any external method than manual, and if you don't need any of the features that this method has, you can avoid embroilment by simply using the original installers in the windows setup process. The guide of this method can be useful to you, in this case to understand how to avoid potential problems, as what the guide says about .NET applies to the original installers.
September 24, 200916 yr What about "RunOnceEx"?Guide: http://unattended.msfn.org/unattended.xp/view/web/59/
October 5, 200916 yr i use runonceMicrosoft .NET Framework V3.5 SP1 FULL w/KB961118 1.04http://www.ryanvm.net/forum/viewtopic.php?...net&start=0http://www.doitrightconsulting.net/forum/v...p?f=8&t=577This is a multimode installer so you have access to the following switches:-ai = Silent-ai1 = PassiveREG ADD %KEY%\000 /VE /D "Microsoft.NET Framework" /f REG ADD %KEY%\000 /V 1 /D "%systemdrive%\install\Microsoft.NET_Framework\dotNet35SP1_1.04.exe -ai " /f Edited October 5, 200916 yr by --=ddSHADOW=--
Create an account or sign in to comment