Re: Extension Application Management ProcessGroupPolicy failed, status 0x1f.

From: Vsevolod Titov [MSFT] (vtitov_at_online.microsoft.com)
Date: 02/03/04


Date: Tue, 3 Feb 2004 11:48:32 -0800

Software Installation extension can only be executed in foreground. If you
attempt to execute it in background it would fail.

I don't think that you can install MSI packages in background using Group
Policy, so you should evaluate other solutions. I know SMS would help, as it
can install any package in background.

-- 
V.T.
This posting is provided "AS IS" with no warranties, and confers no rights.
"MS Newsgroups" <nospam@nospam.com> wrote in message 
news:eyccmvo6DHA.2412@TK2MSFTNGP09.phx.gbl...
> You could configure the package to reboot automatically by adding the
> property REBOOT=FORCE, either through a transform or in your MSI package
>
> Regards
>
> Niclas
>
> "Fred" <fred@tbiz.com.br> wrote in message
> news:95a83e37.0402021538.4b2fb1f5@posting.google.com...
>> I am trying to install a service (MSI package) through GPO.
>>
>> The service creates a key in
>> "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services \" as any
>> another.
>>
>> I configured "extension Application Management" to execute in
>> Background.
>>
>> The following message is inserted in Event Viewer:
>>
>> Source: Userenv
>> Event ID: 1000
>> Description: The Group Policy client-side extension Application
>> Management was passed flags (17) and returned failure status code of
>> (31).
>>
>> The following message is inserted in userenv.log:
>>
>> USERENV(c0.4f8) 20:47:11:946 ProcessGPOs: Extension Application
>> Management ProcessGroupPolicy failed, status 0x1f.
>>
>> What I must make to install this package (as assign - Computer)
>> without to need restart the computers?
>>
>> Note: When I restart the client computers the software is sucessfull
>> installed.
>
> 


Relevant Pages