[Puppet Users] Re: Puppet Windows package not seeing DisplayName in Registry?

2013-06-13 Thread Reginald Choudari
IdentifyingNumber : {FC835376-FF3B-4CAA-83E0-2148B3FB7C98} Name : SQL Server 2008 R2 SP2 Common Files Vendor: Microsoft Corporation Version : 10.52.4000.0 Caption : SQL Server 2008 R2 SP2 Common Files On Thursday, June 13, 2013 11:51:51 AM UTC-4, Kevin

[Puppet Users] Re: Puppet Windows package not seeing DisplayName in Registry?

2013-06-13 Thread Kevin D
I don't think that I understand. Can you please provide the output? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. T

[Puppet Users] Re: Puppet Windows package not seeing DisplayName in Registry?

2013-06-13 Thread Reginald Choudari
Kevin, My apologies, I failed to mention that the record for the installer was outputted from the powershell command. Thanks, Reginald On Thursday, June 13, 2013 10:58:52 AM UTC-4, Kevin D wrote: > > Can you also provide the output from this powershell command: > > Get-WmiObject -class win32_pr

[Puppet Users] Re: Puppet Windows package not seeing DisplayName in Registry?

2013-06-13 Thread Kevin D
Can you also provide the output from this powershell command: Get-WmiObject -class win32_product | Where-Object {$_.name.contains("SQL Server 2008")} If a record for the installer isn't in the registry location "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" or the WMI

Re: [Puppet Users] Re: Puppet Windows package not seeing DisplayName in Registry?

2013-06-12 Thread Josh Cooper
On Wed, Jun 12, 2013 at 12:51 PM, Reginald Choudari < adnanchowdhur...@gmail.com> wrote: > Tried renaming the title of the resource to what the name attribute was > set to; no go. > > After doing a 'puppet resource package' on the agent, I see a list of > packages but the package listed here is no

[Puppet Users] Re: Puppet Windows package not seeing DisplayName in Registry?

2013-06-12 Thread Reginald Choudari
Tried renaming the title of the resource to what the name attribute was set to; no go. After doing a 'puppet resource package' on the agent, I see a list of packages but the package listed here is not shown ... I confirmed that it is still showing 'ensure: created' in the event logs every puppe

[Puppet Users] Re: Puppet Windows package not seeing DisplayName in Registry?

2013-06-10 Thread Kevin D
Reginal, Does it work if you put the contents of the parameter 'name' into the title of the type: package {'SQL Server 2008 R2 SP2 Common Files': ensure => installed, provider=> windows, source => "C:\\puppet_temp\\${mssql_filename}", install_options =>