Windows XP Community - XPHeads



Deploying .NET 2.0 SP1 via Group Policy

microsoft.public.windowsxp.general


Reply
  #1 (permalink)  
Old 09-05-2008, 08:04 AM
Ben
 
Posts: n/a
Deploying .NET 2.0 SP1 via Group Policy
Hi,

I'm trying to deploy .NET 2.0 SP1 via group policy software installs,
along with .NET 3.5. For .NET 3.5 to install successfully .NET 2.0
_SP1_ must be installed first.

I have been able to deploy .NET 1.1 SP1, .NET 2.0 (non SP1) & .NET 3.0
(non SP1) via Group Policy without any problem. However, if I try and
do the same for .NET 2.0 SP1, the install fails, the trouble is, I
can't tell why. Usually an event log for 'Application Management' is
created under the Application event log. However for this deploy, you
can see it tries to get applied, on machine start up, but quickly
disappears, and nothing appears in the event log to suggest why.

I have downloaded the .NET Framework 2.0 SP1 Redistributable Package
(x86) from the following URL:
http://www.microsoft.com/downloads/d...displaylang=en

Which is 23.6mb. Then run "NetFx20SP1_x86.exe -x" to extract the
files. I copied the entire directory to our network share (\
\server1.domain.com\software\microsoft\dotnet20sp1 \vs_setup.msi), and
added the install to our group policy. Am I using the correct MSI -
vs_setup.msi? This is the MSI I used to deploy .NET 3.0 sucessfully.
However, there is another MSI - Netfx20a_x86.msi - under a sub folder
"\wcu\dotNetFramework\dotNetFX20" along with a load of MSP patch
files. Should I be linking to this MSI instead?

Also, is NetFx20SP1_x86.exe .NET 2.0 with SP1, or just SP1 for .NET
2.0? I'm assuming, as the file size is similar to that of .NET 2.0 non
SP1, which is 22.4mb that it is the former rather than latter.

Any help would be much appreciated.

Ben
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 09-06-2008, 03:50 PM
MowGreen [MVP]
 
Posts: n/a
Re: Deploying .NET 2.0 SP1 via Group Policy
Ben wrote:

> Also, is NetFx20SP1_x86.exe .NET 2.0 with SP1, or just SP1 for .NET
> 2.0? I'm assuming, as the file size is similar to that of .NET 2.0 non
> SP1, which is 22.4mb that it is the former rather than latter.


No, it's the latter. See this MSKB and check the number of fixes/updates
included in .NET 2.0 SP1 : http://support.microsoft.com/kb/945757

The full install package of .NET 3.5 contains the following:
http://blogs.msdn.com/astebner/archi...0/7067719.aspx

> The .NET Framework 3.5 full install package includes all prerequisites and product components that
> could need to be installed for any processor architecture. Basically, it is the union of the x86, x64
> and ia64 packages and prerequisites. The .NET Framework 3.5 includes the following prerequisites in
> addition to the main .NET Framework 3.5 product payload:
>
> * .NET Framework 2.0 with SP1
> * .NET Framework 3.0 with SP1
> * MSXML 6.0
> * RGB Rasterizer
> * Windows Imaging Components (WIC)


I checked the blog and couldn't find any special instructions for .NET 2
SP1, but did for 3.5: .NET Framework 3.5 deployment guides have been
published on MSDN
http://blogs.msdn.com/astebner/archi...5/7249161.aspx

If you need further assistance for deployment, suggest contacting Aaron:
http://blogs.msdn.com/astebner/contact.aspx

Aaron's blog is *the* source of info on all things .NET, Ben.

MowGreen [MVP 2003-2008]
===============
*-343-* FDNY
Never Forgotten
===============



Ben wrote:

> Hi,
>
> I'm trying to deploy .NET 2.0 SP1 via group policy software installs,
> along with .NET 3.5. For .NET 3.5 to install successfully .NET 2.0
> _SP1_ must be installed first.
>
> I have been able to deploy .NET 1.1 SP1, .NET 2.0 (non SP1) & .NET 3.0
> (non SP1) via Group Policy without any problem. However, if I try and
> do the same for .NET 2.0 SP1, the install fails, the trouble is, I
> can't tell why. Usually an event log for 'Application Management' is
> created under the Application event log. However for this deploy, you
> can see it tries to get applied, on machine start up, but quickly
> disappears, and nothing appears in the event log to suggest why.
>
> I have downloaded the .NET Framework 2.0 SP1 Redistributable Package
> (x86) from the following URL:
> http://www.microsoft.com/downloads/d...displaylang=en
>
> Which is 23.6mb. Then run "NetFx20SP1_x86.exe -x" to extract the
> files. I copied the entire directory to our network share (\
> \server1.domain.com\software\microsoft\dotnet20sp1 \vs_setup.msi), and
> added the install to our group policy. Am I using the correct MSI -
> vs_setup.msi? This is the MSI I used to deploy .NET 3.0 sucessfully.
> However, there is another MSI - Netfx20a_x86.msi - under a sub folder
> "\wcu\dotNetFramework\dotNetFX20" along with a load of MSP patch
> files. Should I be linking to this MSI instead?
>
> Also, is NetFx20SP1_x86.exe .NET 2.0 with SP1, or just SP1 for .NET
> 2.0? I'm assuming, as the file size is similar to that of .NET 2.0 non
> SP1, which is 22.4mb that it is the former rather than latter.
>
> Any help would be much appreciated.
>
> Ben

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 09-06-2008, 04:21 PM
MowGreen [MVP]
 
Posts: n/a
Re: Deploying .NET 2.0 SP1 via Group Policy
EDIT: >> Also, is NetFx20SP1_x86.exe .NET 2.0 with SP1, or just SP1 for .NET
>> 2.0? I'm assuming, as the file size is similar to that of .NET 2.0 non
>> SP1, which is 22.4mb that it is the former rather than latter.

>
>
> MowGreen answered, incorrectly:
> No, it's the latter. See this MSKB and check the number of fixes/updates included in .NET 2.0 SP1:
> http://support.microsoft.com/kb/945757


That's incorrect, .NET 2.0 SP1 is a slipstream replacement:
http://blogs.msdn.com/astebner/archi...7/8108332.aspx

> Note - the .NET Framework 2.0 SP1 and 3.0 SP1 are slipstream replacements for the original versions
> of 2.0 and 3.0. You do not need to install 2.0 then SP1 or 3.0 then SP1 as separate steps like you do
> for 1.0 and 1.1.


It would be helpful if the KB article describing the fixes included in
SP1 also included that little tidbit, wouldn't it ?

MowGreen [MVP 2003-2008]
===============
*-343-* FDNY
Never Forgotten
===============



>
> Ben wrote:
>
>> Hi,
>>
>> I'm trying to deploy .NET 2.0 SP1 via group policy software installs,
>> along with .NET 3.5. For .NET 3.5 to install successfully .NET 2.0
>> _SP1_ must be installed first.
>>
>> I have been able to deploy .NET 1.1 SP1, .NET 2.0 (non SP1) & .NET 3.0
>> (non SP1) via Group Policy without any problem. However, if I try and
>> do the same for .NET 2.0 SP1, the install fails, the trouble is, I
>> can't tell why. Usually an event log for 'Application Management' is
>> created under the Application event log. However for this deploy, you
>> can see it tries to get applied, on machine start up, but quickly
>> disappears, and nothing appears in the event log to suggest why.
>>
>> I have downloaded the .NET Framework 2.0 SP1 Redistributable Package
>> (x86) from the following URL:
>> http://www.microsoft.com/downloads/d...displaylang=en
>>
>>
>> Which is 23.6mb. Then run "NetFx20SP1_x86.exe -x" to extract the
>> files. I copied the entire directory to our network share (\
>> \server1.domain.com\software\microsoft\dotnet20sp1 \vs_setup.msi), and
>> added the install to our group policy. Am I using the correct MSI -
>> vs_setup.msi? This is the MSI I used to deploy .NET 3.0 sucessfully.
>> However, there is another MSI - Netfx20a_x86.msi - under a sub folder
>> "\wcu\dotNetFramework\dotNetFX20" along with a load of MSP patch
>> files. Should I be linking to this MSI instead?
>>
>> Also, is NetFx20SP1_x86.exe .NET 2.0 with SP1, or just SP1 for .NET
>> 2.0? I'm assuming, as the file size is similar to that of .NET 2.0 non
>> SP1, which is 22.4mb that it is the former rather than latter.
>>
>> Any help would be much appreciated.
>>
>> Ben

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 09-08-2008, 03:24 PM
Ben
 
Posts: n/a
Re: Deploying .NET 2.0 SP1 via Group Policy
On 6 Sep, 17:21, "MowGreen [MVP]" <mowgr...@nowandzen.com> wrote:
> EDIT: >> Also, is NetFx20SP1_x86.exe .NET 2.0 with SP1, or just SP1 for .NET
>
> >> 2.0? I'm assuming, as the file size is similar to that of .NET 2.0 non
> >> SP1, which is 22.4mb that it is the former rather than latter.

>
> > MowGreen answered, incorrectly:
> > No, it's the latter. See this MSKB and check the number of fixes/updates included in .NET 2.0 SP1:
> >http://support.microsoft.com/kb/945757

>
> That's incorrect, .NET 2.0 SP1 is a slipstream replacement:http://blogs.msdn.com/astebner/archi...7/8108332.aspx
>
> > Note - the .NET Framework 2.0 SP1 and 3.0 SP1 are slipstream replacements for the original versions
> > of 2.0 and 3.0. *You do not need to install 2.0 then SP1 or 3.0 then SP1 as separate steps like you do
> > for 1.0 and 1.1.

>
> It would be helpful if the KB article describing the fixes included in
> SP1 also included that little tidbit, wouldn't it ?
>
> MowGreen *[MVP 2003-2008]
> ===============
> * *-343-* *FDNY
> Never Forgotten
> ===============
>
>
>
>
>
> > Ben wrote:

>
> >> Hi,

>
> >> I'm trying to deploy .NET 2.0 SP1 via group policy software installs,
> >> along with .NET 3.5. For .NET 3.5 to install successfully .NET 2.0
> >> _SP1_ must be installed first.

>
> >> I have been able to deploy .NET 1.1 SP1, .NET 2.0 (non SP1) & .NET 3.0
> >> (non SP1) via Group Policy without any problem. However, if I try and
> >> do the same for .NET 2.0 SP1, the install fails, the trouble is, I
> >> can't tell why. Usually an event log for 'Application Management' is
> >> created under the Application event log. However for this deploy, you
> >> can see it tries to get applied, on machine start up, but quickly
> >> disappears, and nothing appears in the event log to suggest why.

>
> >> I have downloaded the .NET Framework 2.0 SP1 Redistributable Package
> >> (x86) from the following URL:
> >>http://www.microsoft.com/downloads/d...D=79bc3b77-e02....

>
> >> Which is 23.6mb. Then run "NetFx20SP1_x86.exe -x" to extract the
> >> files. I copied the entire directory to our network share (\
> >> \server1.domain.com\software\microsoft\dotnet20sp1 \vs_setup.msi), and
> >> added the install to our group policy. Am I using the correct MSI -
> >> vs_setup.msi? This is the MSI I used to deploy .NET 3.0 sucessfully.
> >> However, there is another MSI - Netfx20a_x86.msi - under a sub folder
> >> "\wcu\dotNetFramework\dotNetFX20" along with a load of MSP patch
> >> files. Should I be linking to this MSI instead?

>
> >> Also, is NetFx20SP1_x86.exe .NET 2.0 with SP1, or just SP1 for .NET
> >> 2.0? I'm assuming, as the file size is similar to that of .NET 2.0 non
> >> SP1, which is 22.4mb that it is the former rather than latter.

>
> >> Any help would be much appreciated.

>
> >> Ben- Hide quoted text -

>
> - Show quoted text -


Hi Mow,

Thanks for the reply.

I'll look through Aaron's blog and see if I can find anything to help.
If not, I'll contact him and see if I can get some advice direct.

Cheers

Ben
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 03:00 AM.


Registry Mechanic - Free Scan Now
Driver Scanner 2009 - Free Scan Now




Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74