question about software deployment
It is not deployed by machine name. There are three items that determine if
a program is managed. One component for program management is in the local
system registry under the following registry key:
HKEY_CURRENT_USER\Software\microsoft\windows\curre ntversion\group
policy\appmgmt\<GUID of the Assigned Package of the Group Policy Object>
The second component is the contents of %windir%\System32\Appmgmt\<user SID>
folder. The Appmgmt.ini file contains the LDAP reference to the Group Policy
Object for the managed program.
The final component is the Group Policy Object information that is stored in
the Active Directory. If either of the first two items are missing or
damaged, the Group Policy Extension for Application Management acts as if
the program is unmanaged, and the symptom occurs. For example, if the SID
folder is missing (so the Gpt.ini and *.aas script are gone), the computer
must remove the existing program, and then reinstall the managed package.
For additional information about program deployment debugging, click the
article number below
to view the article in the Microsoft Knowledge Base:
246509 Troubleshooting Program Deployment By Using Verbose Logging
http://support.microsoft.com/?id=246509
|