On Mon, Jul 6, 2015 at 9:48 PM, Gene Fontanilla <ginofontani...@gmail.com>
wrote:

> 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.
>

To verify, the file you have located at c:/PreRecap/python-2.7.5.amd64.msi
is actually a downloaded MSI file correct?


>
>
>  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
> <https://groups.google.com/d/msgid/puppet-users/a7212f05-22ec-4144-a0e0-67d6d3908e28%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Rob Reynolds
Developer, Puppet Labs

*PuppetConf 2015 <http://2015.puppetconf.com/> is coming to Portland,
Oregon! Join us October 5-9.*
*Register now to take advantage of the Early Adopter discount
<https://www.eventbrite.com/e/puppetconf-2015-october-5-9-tickets-13115894995?discount=EarlyAdopter>
*
*—**save $349!*

-- 
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/CAMJiBK7WE5nG-S7Z9%3DVxH0-fdKj2LOUXNBxT5Md5Lo71srSiNg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to