Issue #11868 has been updated by Matthaus Litteken.
Released in Puppet 3.0.0-rc4 ---------------------------------------- Bug #11868: msi package provider can only manage packages it installed https://projects.puppetlabs.com/issues/11868#change-70052 Author: Josh Cooper Status: Closed Priority: Normal Assignee: Josh Cooper Category: windows Target version: 2.7.19 Affected Puppet version: 2.7.6 Keywords: windows msi package Branch: https://github.com/puppetlabs/puppet/pull/851 The msi package provider keeps track of packages it installed in a yaml file. As a result, it doesn't know about packages it didn't install. The msi package provider should query the registry <http://msdn.microsoft.com/en-us/library/aa372105(VS.85).aspx>, or access that information through WMI's Win32_Product <http://msdn.microsoft.com/en-us/library/windows/desktop/aa394378(v=vs.85).aspx> This way it will accurately report on the state of the system. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
