Je suis trying to deploy an MSI via le Group Policy in Active Directory. But these are le errors Je suis getting in le System event log après logging in:
- The assignment of application XStandard depuis policy install failed. **The error was : %%1274**
- The removal of le assignment of application XStandard depuis policy install failed. The error was : %%2
- Failed to apply changes to software installation settings. The installation of software deployed through Group Policy for this user has been delayed jusqu'à le suivant logon parce que le changes must be applied avant le user logon. The error was : %%1274
- The Group Policy Client Side Extension Software Installation was unable to apply one ou more settings parce que le changes must be processed avant system startup ou user logon. The system will wait for Group Policy processing to finish completely avant le suivant startup ou logon for this user, et this may result in slow startup et boot performance.
When I reboot et log in again I simply get le même messages about needing to perform le update avant le suivant logon. Je suis on a Windows Vista 32-bit laptop. Je suis plutôt nouveau to deploying via group policy so what autre information would be helpful in determining le issue? J'ai essayé a différent MSI avec le même results. Je suis able to installez le MSI using le command line et msiexec quand logged into le computer, so Je sais le MSI is working ok at least.
Échec de l'installation de la stratégie de groupe, erreur 1274
Re: Échec de l'installation de la stratégie de groupe, erreur 1274
You're seeing le dreaded scourge of asynchronous policy processing. C'est pas a "feature" (and was default-off in Windows 2000 mais default-on in Windows XP et above) et causes exactly what you're seeing-- non-deterministic behaviour avec processing certains types of GPO settings.
In a GPO that applies to that computer, add le suivant setting:
- Computer Settings
- Administrative Templates
- System
- Logon
- Always wait for le network at computer startup et logon - Enabled
After you set that (and allow le GPO to replicate si you're in a multi-DC environment), do a "gpupdate /force /boot" on le subject PC. It will reboot et you should see le software installation occur.
The "Always wait for le network at computer startup et logon" slightly slows down le startup et logon parce que tous GPO extensions are allowed to process, mais le upside is that tous GPO extensions are allowed to process.
In a GPO that applies to that computer, add le suivant setting:
- Computer Settings
- Administrative Templates
- System
- Logon
- Always wait for le network at computer startup et logon - Enabled
After you set that (and allow le GPO to replicate si you're in a multi-DC environment), do a "gpupdate /force /boot" on le subject PC. It will reboot et you should see le software installation occur.
The "Always wait for le network at computer startup et logon" slightly slows down le startup et logon parce que tous GPO extensions are allowed to process, mais le upside is that tous GPO extensions are allowed to process.