> > Looks like you almost have it. You need the full path to the installer > file. Should end with the extension ".msi". > > Your package title (e.g. "python-2.7.3.amd64") also needs to exactly match > what programs and features will list, which is likely 'Python'. > >
Hi bob, i added .msi file extension and package { "python-2.7.5.amd64.msi": ensure => 'installed', source => 'c:/PreRecap/python-2.7.5.amd64.msi', install_options => [{'TARGETDIR' => 'c:/python27'} , {'WHICHUSERS' => 'ALL'} ] } now i get the error: Failed to install, FATAL error during installation. I don't know what i'm doing wrong. -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/a7212f05-22ec-4144-a0e0-67d6d3908e28%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.