PC Review


Reply
Thread Tools Rate Thread

SP3 Deployment with GPO

 
 
Markus
Guest
Posts: n/a
 
      13th Aug 2003
Hello,

I am having problem to deploy Windows 2000 SP3 with GPO. It always
fails to install on client computer.

If I try to run it manually from the server, it fails with error
message

Microsoft reguires Machine assigned deployment or something like that.
Can anyone please help he on this.

TIA,

Markus
Do not reply directly.
 
Reply With Quote
 
 
 
 
Markus
Guest
Posts: n/a
 
      14th Aug 2003
Hi Cary,

Thanks for the post.

I have done everything as they are mentioned in all the helps that I
have found to no vail.

1. I created a network share on my server
2. Shared with Everyone Read & Execute rights
3. Placed the I386 folder to that share
4. Created an OU Testing
5. Placed my computer on that OU
6. Created a group to which apply the Testing GPO
7. Opened the OU's GPO and made a new one
8. Under Computer configuration - SOftware installation I created a
new package (Assigned)
9. I DID not browse the msi file. I wrote the UNC name to that
10. I rebooted my computer
11. It says about 3 seconds that "installing Managed SP3 ...."
12. Nothing else happens

What am I doing wrong`????

TIA,

Markus

"Cary Shultz" <(E-Mail Removed)> wrote in message news:<008801c361c6$2a747540$(E-Mail Removed)>...
> >-----Original Message-----
> >
> >Deploy the .msi under Computer Configuration\Software
> >Settings (New Package --> Assigned)
> >
> >>-----Original Message-----
> >>Hello,
> >>
> >>I am having problem to deploy Windows 2000 SP3 with GPO.

> It always
> >>fails to install on client computer.
> >>
> >>If I try to run it manually from the server, it fails

> with error
> >>message
> >>
> >>Microsoft reguires Machine assigned deployment or

> something like that.
> >>Can anyone please help he on this.
> >>
> >>TIA,
> >>
> >>Markus
> >>Do not reply directly.
> >>.
> >>

> >.

> Markus,
>
> In addition, you need to use the UNC path instead of a
> mapped network drive. So, the path to update.msi needs to
> be something like \\servername\sharename\i386
> \update\update.msi as opposed to F:\sharename\i386
> \update\update.msi and you need to make sure that the
> group Domain Computers has at least read permissions (
> both Share and NTFS ) to this folder...
>
> HTH,
>
> Cary

 
Reply With Quote
 
Martin
Guest
Posts: n/a
 
      14th Aug 2003
Hi, I get the same problem as you.
What does it say in the eventvwr.msc (don't know the exact
name for this application).
I get the error %%1612
/Martin

>-----Original Message-----
>Hi Cary,
>
>Thanks for the post.
>
>I have done everything as they are mentioned in all the

helps that I
>have found to no vail.
>
>1. I created a network share on my server
>2. Shared with Everyone Read & Execute rights
>3. Placed the I386 folder to that share
>4. Created an OU Testing
>5. Placed my computer on that OU
>6. Created a group to which apply the Testing GPO
>7. Opened the OU's GPO and made a new one
>8. Under Computer configuration - SOftware installation I

created a
>new package (Assigned)
>9. I DID not browse the msi file. I wrote the UNC name to

that
>10. I rebooted my computer
>11. It says about 3 seconds that "installing Managed

SP3 ...."
>12. Nothing else happens
>
>What am I doing wrong`????
>
>TIA,
>
>Markus
>
>"Cary Shultz" <(E-Mail Removed)> wrote in message

news:<008801c361c6$2a747540$(E-Mail Removed)>...
>> >-----Original Message-----
>> >
>> >Deploy the .msi under Computer Configuration\Software
>> >Settings (New Package --> Assigned)
>> >
>> >>-----Original Message-----
>> >>Hello,
>> >>
>> >>I am having problem to deploy Windows 2000 SP3 with

GPO.
>> It always
>> >>fails to install on client computer.
>> >>
>> >>If I try to run it manually from the server, it fails

>> with error
>> >>message
>> >>
>> >>Microsoft reguires Machine assigned deployment or

>> something like that.
>> >>Can anyone please help he on this.
>> >>
>> >>TIA,
>> >>
>> >>Markus
>> >>Do not reply directly.
>> >>.
>> >>
>> >.

>> Markus,
>>
>> In addition, you need to use the UNC path instead of a
>> mapped network drive. So, the path to update.msi needs

to
>> be something like \\servername\sharename\i386
>> \update\update.msi as opposed to F:\sharename\i386
>> \update\update.msi and you need to make sure that the
>> group Domain Computers has at least read permissions (
>> both Share and NTFS ) to this folder...
>>
>> HTH,
>>
>> Cary

>.
>

 
Reply With Quote
 
Cary Shultz
Guest
Posts: n/a
 
      14th Aug 2003
in-line....

>-----Original Message-----
>Hi Cary,
>
>Thanks for the post.
>
>I have done everything as they are mentioned in all the

helps that I
>have found to no vail.
>
>1. I created a network share on my server


so, you have \\servername\sharename. Perfect!

>2. Shared with Everyone Read & Execute rights


Replace "Everyone" with "Domain Computers". "Everyone" is
far too much. This GPO is being assigned to the computer
accounts so there is no need for users to have any
permissions at all to it. In fact, I would even share it
as "sharename$" - so that it does not appear at all when
tusers are browsing...with the "$" being the key to that.
Also, please please please remember that there are two
sets of permissions involved - the SHARE Permissions and
then the NTFS ( aka Security ) Permissions.

>3. Placed the I386 folder to that share


Is this the extracted I386 folder? And from where do you
have this I386 folder?

>4. Created an OU Testing


Okay, that will work for testing. When you really do it I
would create an OU Called PCs and then create a sub-OU
called WIN2000 and another sub-OU called WINXP Pro. So,
it would look like this:

PCs
WIN2000
WINXP Pro


>5. Placed my computer on that OU


Perfect...when you really deploy this though I would
assign the GPO to either the WIN2000 sub-OU and to the
WINXP Pro sub-OU. Just make sure to put the machine
accounts in the appropriate sub-OU....

>6. Created a group to which apply the Testing GPO


Security groups have absolutely nothing to do with
applying GPOs - other than to filter to which accounts the
GPO should apply. By default, the "Authenticated Users"
group has the "Read" and "Apply Group Policy" permissions
to all GPOs ( well,... ). The only need for creating a
security group would be if you were going to place
whatever accounts ( either user or computer - in this case
computer ) in that particular security group, remove
the "Authenticated Users" group from the Permissions and
replace it with the one you created. In this particular
situation I do not see a need to do this...

In your post you simply stated that you created a
group....what did you do with this group? Did you put the
computer account in that group? Where did you create this
group? inside the Testing OU? inside the Users container?
inside the Computers container?

>7. Opened the OU's GPO and made a new one


Good, so you right-clicked the OU ( in your case, TESTING -
in the example that I gave above you would do this for
both the WIN2000 and the WINXP Pro sub-OUs ) and selected
Properties and then went to the Group Policy tab and
selected NEW...


>8. Under Computer configuration - SOftware installation I

created a
>new package (Assigned)


Perfect...you can only assign GPOs to the computer
configuration. When applying GPOs to the user
configuration you can either assign or publish ( and do
not forget about the ADVANCED option. This is very
important when using .mst files...say, for example, with
Office 2000 or Office XP ).


>9. I DID not browse the msi file. I wrote the UNC name to

that


So, the UNC Path that you entered would look something
like "\\servername\sharename\i386\update\update.msi"

If I were you, I would restart the computer to which you
want the GPO applied and see what happens. I have noticed
that if you do not give it enough time ( have fun figuring
out how much time is enough! ) it will not work
sometimes. Give it a few more minutes and then reboot and
it works!

However, if it still does not work, I would take a look at
the path. I would actually "browse" to the .msi file by
first entering "\\servername" as this will give a list of
all the shares on this server. I would then manually
enter "\sharename" as this will give you a list of all the
folders and files inside that "sharename". I would then
manually enter "\i386" and then manually enter "\update"
and then manually enter "\update.msi"...You should have it
with this...Naturally, if you have a different path then
you would need to enter that path. The path that I am
using is the path that I have used a hundred times...


>10. I rebooted my computer


As you are supposed to...


>11. It says about 3 seconds that "installing Managed

SP3 ...."

Like it usually does...


>12. Nothing else happens


What do you mean? Have you gone to My Computer, right-
clicked and selected Properties. What does it say on the
General Tab?

What you are experiencing is generally a permissions
problem. I suspect that either it has something to do
with the group that you created or it could also be that
you entered "update.exe" instead of "update.msi"???

Do you see any event log entries? You could also install
GPOTOOL and GPRESULT on this computer and let us know what
the output is...
>
>What am I doing wrong`????
>
>TIA,
>
>Markus
>
>"Cary Shultz" <(E-Mail Removed)> wrote in message

news:<008801c361c6$2a747540$(E-Mail Removed)>...
>> >-----Original Message-----
>> >
>> >Deploy the .msi under Computer Configuration\Software
>> >Settings (New Package --> Assigned)
>> >
>> >>-----Original Message-----
>> >>Hello,
>> >>
>> >>I am having problem to deploy Windows 2000 SP3 with

GPO.
>> It always
>> >>fails to install on client computer.
>> >>
>> >>If I try to run it manually from the server, it fails

>> with error
>> >>message
>> >>
>> >>Microsoft reguires Machine assigned deployment or

>> something like that.
>> >>Can anyone please help he on this.
>> >>
>> >>TIA,
>> >>
>> >>Markus
>> >>Do not reply directly.
>> >>.
>> >>
>> >.

>> Markus,
>>
>> In addition, you need to use the UNC path instead of a
>> mapped network drive. So, the path to update.msi needs

to
>> be something like \\servername\sharename\i386
>> \update\update.msi as opposed to F:\sharename\i386
>> \update\update.msi and you need to make sure that the
>> group Domain Computers has at least read permissions (
>> both Share and NTFS ) to this folder...
>>
>> HTH,
>>
>> Cary

>.
>

 
Reply With Quote
 
Aatu
Guest
Posts: n/a
 
      15th Aug 2003
Hi!

When you assigned the package (update.msi), did you check
the box in Deployment\Advanced "remove previuos
versions...."??
If you did and your workstation was installed with ie SP2
slipstreamed W2K CD -> it's impossible to remove the
erlier SP and setup stops. Also if did not back up your
erlier SP install - the same occur.

Hope this give some clue.....

Cheers
Aatu






>-----Original Message-----
>in-line....
>
>>-----Original Message-----
>>Hi Cary,
>>
>>Thanks for the post.
>>
>>I have done everything as they are mentioned in all the

>helps that I
>>have found to no vail.
>>
>>1. I created a network share on my server

>
>so, you have \\servername\sharename. Perfect!
>
>>2. Shared with Everyone Read & Execute rights

>
>Replace "Everyone" with "Domain Computers". "Everyone"

is
>far too much. This GPO is being assigned to the computer
>accounts so there is no need for users to have any
>permissions at all to it. In fact, I would even share it
>as "sharename$" - so that it does not appear at all when
>tusers are browsing...with the "$" being the key to

that.
>Also, please please please remember that there are two
>sets of permissions involved - the SHARE Permissions and
>then the NTFS ( aka Security ) Permissions.
>
>>3. Placed the I386 folder to that share

>
>Is this the extracted I386 folder? And from where do you
>have this I386 folder?
>
>>4. Created an OU Testing

>
>Okay, that will work for testing. When you really do it

I
>would create an OU Called PCs and then create a sub-OU
>called WIN2000 and another sub-OU called WINXP Pro. So,
>it would look like this:
>
>PCs
> WIN2000
> WINXP Pro
>
>
>>5. Placed my computer on that OU

>
>Perfect...when you really deploy this though I would
>assign the GPO to either the WIN2000 sub-OU and to the
>WINXP Pro sub-OU. Just make sure to put the machine
>accounts in the appropriate sub-OU....
>
>>6. Created a group to which apply the Testing GPO

>
>Security groups have absolutely nothing to do with
>applying GPOs - other than to filter to which accounts

the
>GPO should apply. By default, the "Authenticated Users"
>group has the "Read" and "Apply Group Policy" permissions
>to all GPOs ( well,... ). The only need for creating a
>security group would be if you were going to place
>whatever accounts ( either user or computer - in this

case
>computer ) in that particular security group, remove
>the "Authenticated Users" group from the Permissions and
>replace it with the one you created. In this particular
>situation I do not see a need to do this...
>
>In your post you simply stated that you created a
>group....what did you do with this group? Did you put

the
>computer account in that group? Where did you create

this
>group? inside the Testing OU? inside the Users

container?
>inside the Computers container?
>
>>7. Opened the OU's GPO and made a new one

>
>Good, so you right-clicked the OU ( in your case,

TESTING -
> in the example that I gave above you would do this for
>both the WIN2000 and the WINXP Pro sub-OUs ) and selected
>Properties and then went to the Group Policy tab and
>selected NEW...
>
>
>>8. Under Computer configuration - SOftware installation

I
>created a
>>new package (Assigned)

>
>Perfect...you can only assign GPOs to the computer
>configuration. When applying GPOs to the user
>configuration you can either assign or publish ( and do
>not forget about the ADVANCED option. This is very
>important when using .mst files...say, for example, with
>Office 2000 or Office XP ).
>
>
>>9. I DID not browse the msi file. I wrote the UNC name

to
>that
>
>
>So, the UNC Path that you entered would look something
>like "\\servername\sharename\i386\update\update.msi"
>
>If I were you, I would restart the computer to which you
>want the GPO applied and see what happens. I have

noticed
>that if you do not give it enough time ( have fun

figuring
>out how much time is enough! ) it will not work
>sometimes. Give it a few more minutes and then reboot

and
>it works!
>
>However, if it still does not work, I would take a look

at
>the path. I would actually "browse" to the .msi file by
>first entering "\\servername" as this will give a list of
>all the shares on this server. I would then manually
>enter "\sharename" as this will give you a list of all

the
>folders and files inside that "sharename". I would then
>manually enter "\i386" and then manually enter "\update"
>and then manually enter "\update.msi"...You should have

it
>with this...Naturally, if you have a different path then
>you would need to enter that path. The path that I am
>using is the path that I have used a hundred times...
>
>
>>10. I rebooted my computer

>
>As you are supposed to...
>
>
>>11. It says about 3 seconds that "installing Managed

>SP3 ...."
>
>Like it usually does...
>
>
>>12. Nothing else happens

>
>What do you mean? Have you gone to My Computer, right-
>clicked and selected Properties. What does it say on the
>General Tab?
>
>What you are experiencing is generally a permissions
>problem. I suspect that either it has something to do
>with the group that you created or it could also be that
>you entered "update.exe" instead of "update.msi"???
>
>Do you see any event log entries? You could also install
>GPOTOOL and GPRESULT on this computer and let us know

what
>the output is...
>>
>>What am I doing wrong`????
>>
>>TIA,
>>
>>Markus
>>
>>"Cary Shultz" <(E-Mail Removed)> wrote in message

>news:<008801c361c6$2a747540$(E-Mail Removed)>...
>>> >-----Original Message-----
>>> >
>>> >Deploy the .msi under Computer Configuration\Software
>>> >Settings (New Package --> Assigned)
>>> >
>>> >>-----Original Message-----
>>> >>Hello,
>>> >>
>>> >>I am having problem to deploy Windows 2000 SP3 with

>GPO.
>>> It always
>>> >>fails to install on client computer.
>>> >>
>>> >>If I try to run it manually from the server, it

fails
>>> with error
>>> >>message
>>> >>
>>> >>Microsoft reguires Machine assigned deployment or
>>> something like that.
>>> >>Can anyone please help he on this.
>>> >>
>>> >>TIA,
>>> >>
>>> >>Markus
>>> >>Do not reply directly.
>>> >>.
>>> >>
>>> >.
>>> Markus,
>>>
>>> In addition, you need to use the UNC path instead of a
>>> mapped network drive. So, the path to update.msi

needs
>to
>>> be something like \\servername\sharename\i386
>>> \update\update.msi as opposed to F:\sharename\i386
>>> \update\update.msi and you need to make sure that the
>>> group Domain Computers has at least read permissions (
>>> both Share and NTFS ) to this folder...
>>>
>>> HTH,
>>>
>>> Cary

>>.
>>

>.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with Deployment Workbench and Deployment Services RJ Windows Vista Installation 1 2nd Sep 2008 07:48 PM
Micrsoft Deployment and Vista image deployment.... jaredwetmore Windows Vista Installation 1 19th Dec 2007 03:10 PM
FrameWork 2.0 deployment as part of Deployment project Bob Microsoft Dot NET Framework 2 2nd Jun 2006 10:45 PM
clickonce Deployment eroor throgh VPN in local area Deployment is OK emri.mbiemri@gmail.com Microsoft Dot NET Framework 1 17th Apr 2006 05:49 AM
Enterprise Library deployment problem. Why needs to InstallUtil DLLs to the deployment server? If not, Registry Error whould shown. Benny Ng Microsoft ASP .NET 0 3rd Oct 2005 07:40 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:33 PM.