I think *VMware Workstation **12 **Player* is supported if it works, if it don't a patch is needed.
The only ref I can find in our repo is this. https://github.com/mitchellh/packer/pull/3451 If it doesn't work it would be awesome with a patch. To create a patch you need something like: 1) A clear understanding of how packer works with a previuous version of VMware Player, since it requires some quirks. (vix, qemu-img etc.) 2) A functional install of Go, see https://github.com/mitchellh/packer/blob/master/CONTRIBUTING.md 3) Be able to build master 4) Digg in to the code and understand how a VMware driver is implemented and selected, see https://github.com/mitchellh/packer/blob/master/builder/vmware/common/driver_player6.go https://github.com/mitchellh/packer/blob/master/builder/vmware/common/driver.go#L64 I'm unsure if the *Workstation 12 Player *is more related to Workstation or Player? On 30 September 2016 at 10:01, Franco Lombardo <[email protected]> wrote: > Hi all, > > I see a similar question in the list (https://groups.google.com/ > forum/#!searchin/packer-tool/player$2012%7Csort:relevance/ > packer-tool/cdrKlLyvDqw/qNx9B7WUCwAJ), but there isn't actually any > answer, so I'll try to start a thread on this topic again. > > If I'm not wrong, I think that VMWare player 12 isn't supported yet, isn't > it? > Are there any plans to add support to this tool, could you give me any > pointers on how to contribute adding this support? > > Thanks a lot. > > Bye > > Franco > > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in > violation of those guidelines may result in your removal from this mailing > list. > > GitHub Issues: https://github.com/mitchellh/packer/issues > IRC: #packer-tool on Freenode > --- > You received this message because you are subscribed to the Google Groups > "Packer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/packer-tool/bdf1037b-0e83-48ce-937a-d34b622971c2%40googlegroups.com > <https://groups.google.com/d/msgid/packer-tool/bdf1037b-0e83-48ce-937a-d34b622971c2%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/packer/issues IRC: #packer-tool on Freenode --- You received this message because you are subscribed to the Google Groups "Packer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/CALz9Rt9mcg1emEWcmMStNc9%3D1SOYY%2BAZra9vNVKB-8orVG%3Deaw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
