Windows – Published software not displayed in Add/Remove Programs

deploymentgroup-policyinstallationmsiwindows

I just followed How to use Group Policy to remotely install software in Windows Server 2003 to try publishing a software (MSI file). I could follow all the steps, but the supposedly successfully published software does not appear on client/user machine's Add/Remove Programs.

Could some help figure why this may not be working.

Update:

On reading this question on Experts-Exchange, tried gpresults. Output extract follows:

COMPUTER SETTINGS

The following GPOs were not applied because they were filtered out
    XADistribution
        Filtering:  Denied (Security)

    Default Domain Policy
        Filtering:  Denied (Security)

Best Answer

The GPResult output shows that the target computer account (i.e. the COMPUTERNAME$ Active Directory account for the machine you're using) doesn't have permission to the software deployment GPO you created.

The target account(s) (i.e. computer accounts, in your case) need both Read and Apply Group Policy permissions, in the Security settings for the GPO you've created. (At the bottom of the Security tab in the Group Policy Management console)

Note also that if the installation isn't silent (i.e. displays UI) and you've not created a silent installation MST for it, it'll hang the computer when it boots (while waiting for invisible user input), for 15/30 minutes.


Note that as of MS16-072, you need computer accounts to be able to read (only Read, not apply) group policy in order to be able to apply User policy. https://blogs.technet.microsoft.com/askds/2016/06/22/deploying-group-policy-security-update-ms16-072-kb3163622/