[Puppet - Feature #18013] Support for Microsoft .msu packages

2013-09-25 Thread tickets

Issue #18013 has been updated by Celia Cottle.

Keywords changed from windows to windows customer

This is NOT a premium customer, I am just noting interest. It does not get 
raised priority. 
https://support.puppetlabs.com/tickets/3107


Feature #18013: Support for Microsoft .msu packages
https://projects.puppetlabs.com/issues/18013#change-97998

* Author: Luis Mayorga
* Status: Accepted
* Priority: Normal
* Assignee: 
* Category: 
* Target version: 
* Affected Puppet version: 
* Keywords: windows customer
* Branch: 

Hi,

I had to download a .msu package to include Powershell 3.0 on my Windows 7 
Machine. Is there any support with Puppet using the Package Resource Type?


-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.


[Puppet - Feature #18013] Support for Microsoft .msu packages

2013-01-09 Thread tickets

Issue #18013 has been updated by Josh Cooper.


Luis Mayorga wrote:
 command = 'C:\Windows\System32\wusa.exe C:\Temp\WMF30.msu /quiet 
 /norestart /log C:\Temp\Poweshellv3.htm',

Thanks Luis, how about the uninstall command? Can you uninstall a specific msu? 
Or only the product that the msu was applied to?

Feature #18013: Support for Microsoft .msu packages
https://projects.puppetlabs.com/issues/18013#change-80877

Author: Luis Mayorga
Status: Accepted
Priority: Normal
Assignee: 
Category: 
Target version: 
Affected Puppet version: 
Keywords: windows
Branch: 


Hi,

I had to download a .msu package to include Powershell 3.0 on my Windows 7 
Machine. Is there any support with Puppet using the Package Resource Type?


-- 
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 puppet-bugs@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-bugs+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.



[Puppet - Feature #18013] Support for Microsoft .msu packages

2012-12-07 Thread tickets

Issue #18013 has been updated by Luis Mayorga.


class ps3{
   
file{ 'ps3':
name = 'C:\Temp\WMF30.msu',
ensure = present,
source = 'puppet:///puppetfs/WMF30.msu'
} 
 
exec { 'ps3':
command = 'C:\Windows\System32\wusa.exe 
C:\Temp\WMF30.msu /quiet /norestart /log C:\Temp\Poweshellv3.htm',
require = [File[ps3],Class[netfx45]]

}
}

Feature #18013: Support for Microsoft .msu packages
https://projects.puppetlabs.com/issues/18013#change-78421

Author: Luis Mayorga
Status: Accepted
Priority: Normal
Assignee: 
Category: 
Target version: 
Affected Puppet version: 
Keywords: windows
Branch: 


Hi,

I had to download a .msu package to include Powershell 3.0 on my Windows 7 
Machine. Is there any support with Puppet using the Package Resource Type?


-- 
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 puppet-bugs@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-bugs+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.



[Puppet - Feature #18013] Support for Microsoft .msu packages

2012-12-06 Thread tickets

Issue #18013 has been updated by Luis Mayorga.


I wish i know :). I guess is documented here 
http://support.microsoft.com/kb/934307. My question is if i can use the windows 
provider on Puppet for Windows.

Feature #18013: Support for Microsoft .msu packages
https://projects.puppetlabs.com/issues/18013#change-78345

Author: Luis Mayorga
Status: Accepted
Priority: Normal
Assignee: 
Category: 
Target version: 
Affected Puppet version: 
Keywords: windows
Branch: 


Hi,

I had to download a .msu package to include Powershell 3.0 on my Windows 7 
Machine. Is there any support with Puppet using the Package Resource Type?


-- 
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 puppet-bugs@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-bugs+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.