André Luiz
2012-Apr-23 14:43 UTC
[Puppet Users] How to check if an MSI has not been removed in Windows?
Hello, I''m using the Package feature to perform the installation of MSI files on Windows. However, if the user performing the uninstall the MSI, I''m not having as require you to reinstall automatically. How can I do this? Thank you. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Nan Liu
2012-Apr-23 16:12 UTC
Re: [Puppet Users] How to check if an MSI has not been removed in Windows?
2012/4/23 André Luiz <costaaldia@gmail.com>:> I''m using the Package feature to perform the installation of MSI files > on Windows. However, if the user performing the uninstall the MSI, I''m > not having as require you to reinstall automatically. How can I do > this?This is on the roadmap for things to improve for windows platform: https://projects.puppetlabs.com/issues/11868 Thanks, Nan -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Josh Cooper
2012-Apr-23 16:27 UTC
Re: [Puppet Users] How to check if an MSI has not been removed in Windows?
Hi André, On Mon, Apr 23, 2012 at 9:12 AM, Nan Liu <nan@puppetlabs.com> wrote:> 2012/4/23 André Luiz <costaaldia@gmail.com>: > > I''m using the Package feature to perform the installation of MSI files > > on Windows. However, if the user performing the uninstall the MSI, I''m > > not having as require you to reinstall automatically. How can I do > > this? > > This is on the roadmap for things to improve for windows platform: > > https://projects.puppetlabs.com/issues/11868 > > Thanks, > > NanI have a branch that uses the Windows Installer automation interfaces install, query, etc the state of installed MSIs. We''re looking at getting this merged soon. https://github.com/joshcooper/puppet/tree/ticket/2.7.x/11868-msi-provider Josh -- Josh Cooper Developer, Puppet Labs -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
André Luiz
2012-Apr-23 19:39 UTC
[Puppet Users] Re: How to check if an MSI has not been removed in Windows?
Thank you for your collaboration. I will seek some way to solve this problem until now has this native on Puppet. If I get a satisfactory solution, to give back to the community collaboration. On 23 abr, 13:27, Josh Cooper <j...@puppetlabs.com> wrote:> Hi André, > > On Mon, Apr 23, 2012 at 9:12 AM, Nan Liu <n...@puppetlabs.com> wrote: > > 2012/4/23 André Luiz <costaal...@gmail.com>: > > > I''m using the Package feature to perform the installation of MSI files > > > on Windows. However, if the user performing the uninstall the MSI, I''m > > > not having as require you to reinstall automatically. How can I do > > > this? > > > This is on the roadmap for things to improve for windows platform: > > >https://projects.puppetlabs.com/issues/11868 > > > Thanks, > > > Nan > > I have a branch that uses the Windows Installer automation interfaces > install, query, etc the state of installed MSIs. We''re looking at getting > this merged soon. > > https://github.com/joshcooper/puppet/tree/ticket/2.7.x/11868-msi-prov... > > Josh > > -- > Josh Cooper > Developer, Puppet Labs-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.