search for: win32_product

Displaying 2 results from an estimated 2 matches for "win32_product".

2013 Jun 07
14
Puppet Windows package not seeing DisplayName in Registry?
Hello, I''ve got Package resource on my Windows machine that keeps creating itself even though the package has been properly installed. I''ve got the name attribute set to the DisplayName found in the Registry for the package. Every time the agent polls, I see in the Event Logs: /Stage[main]/Mssql_rtwo_sptwo/Package[mssql2008r2sp2_exec]/ensure: created This is
2008 May 26
1
Interest in win32-installer
I was wondering if people would be interested in wrapping msi.dll functionality, I''ve started writing a small library to enable enumeration of products installed via Windows Installer using win32api (I know I can also query via win32ole to win32_product but I don''t seem to get all the properties that are in msi.h). It''s a little messy, and I''ve not got far as I''m pretty new at ruby and win32 programming coming from mostly a python/*nix background, so I thought I''d try to get some early feedback. It'...