Hi Thank you. We want it internal so win_chocolatey is not an option, and I have an XML for an unattended install that was are using for our current user installation process. I was able to get win_package to work to deploy an Office 2016 installation, but I needed to have the software distribution files local on the client, and it did not work when I reference the installer as being on the network share. Is it possible to get win_package to install directly from a domain network share? Else, what can I use to copy files from a domain network share to the client, and then I can use win_package to install locally from the client after I have copied it over.
On Wednesday, November 7, 2018 at 3:00:39 PM UTC-5, Jordan Borean wrote: > You have 3 options; > > > - Use win_chocolatey > - Use win_package > - Use win_command > > There are some Office packages on the public chocolatey repo > https://chocolatey.org/packages/Office365ProPlus but if using this > internally you probably want your own package which is a bit more > complicated. The win_package and win_command modules will do the same thing > for you but win_package gives you more options for idempotency checks but > they install it the same way. IIRC for Office you need to setup an install > XML file which tells the installer what programs to install and how. Using > win_template to template this XML file is a good idea but you would need to > go online to Microsoft's docs to see how that can be done. > > Thanks > > Jordan > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/45885d5e-9d90-488c-b90b-af09958a10a8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
