Extension Application Management ProcessGroupPolicy failed, status 0x1f.

  • Thread starter Thread starter Fred
  • Start date Start date
F

Fred

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.
 
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
 
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.
 
Thanks for your information. I will use another solution. I believe
GPO for install BackGround application not works well and I can't
restart the machines, are servers.

Thanks any way.

Fred.
 
Back
Top