[ansible-project] win_package how can it know package has been installed when product_id is not specified

2022-12-22 Thread Alex Lu
Hi everyone, About win_package, in the official document, it mentions: product_id value is ignored if path is set to a local accesible file path and the package is not an exe. So, if I want to install MSI package, and I specify the path to a local accessible file path, then I don't need to set

[ansible-project] win_package

2019-09-09 Thread Manish Kumar
Dear All, I am getting a very weird result while using win_package, It is succeeding and no error is visible on ansible command prompt however the package is not installed while checking manually . We are able to install notepad++ successfully but other application setup.exe is having issue

[ansible-project] win_package and check_mode

2019-02-22 Thread Igor Turovsky
Hello, I have a question about running win_package in check_mode. My playbook (part of it): - name: Copy Splunk Forwarder MSI win_copy: src: "{{ splunk_forwarder_distro }}" dest: "{{ splunk_forwarder_distro_local }}" force: yes remote_src: no - name: Install Splunk Fo

[ansible-project] win_package

2018-04-11 Thread William Dossett
Hi, Fairly new to Ansible, but I am just finishing a fairly extensive course on Linux Academy. I have some good use cases... the first one is configuring windows VMs to have a number of packages installed automatically. Currently I can uninstall old versions of java and install the most cur

[ansible-project] win_package with no path in 2.3.2

2017-09-09 Thread Jim Heald
I'm currently using Ansible 2.3.2, and I want to uninstall a program from a group of computers. According to the UninstallString from the registry, it just uses msiexec /x with a certain product ID. Therefore, I'd think it should be very trivial to uninstall using win_package. However, my probl

[ansible-project] win_package unable to install .exe Chart Director

2017-08-03 Thread daniyal . javed
Hello, I am trying to install Chart Director which is an .exe file with ansible. I am trying to use win_package to do the install as I have already checked for the registries in the uninstall directory (HKLM:Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall) after doing a manual i

[ansible-project] win_package - missing product id error

2016-08-19 Thread Anfield
Trying to install notepad onto a windows 2012 server and getting an error "Missing required arguement: product_id" - Do I have to go lookup a product id for every .exe I want to install? Where do I get this? -notepad.yml #Install Notepad 6.9.2 from executable in shared drive - hosts: all gat

[ansible-project] win_package installation of git

2016-08-12 Thread Tomas Pekarovic
Hi, i'm using ansible 2.1.1.0 on ubuntu 16.04. Problem that I found is that I can't install any package using win_package . I'm trying to install git on windows 7 host. playbook part: - name: Installation of git x64 win_package: name: GIT path: "https://github.com

[ansible-project] win_package uninstall example?

2016-06-08 Thread Bob Tanner
I'm trying to figure out how to use win_package to uninstall software. The state="absent" would do an uninstall? It would seem this module can be used only for package installation? -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsub

[ansible-project] win_package product_id

2016-02-17 Thread Gerald Spencer
I am currently going through and installing all of the various software that is needed to provision our windows 7 machines. Unfortunately, when I attempt to install the latest Anaconda3 from continuum, I am unable to locate that products guid (product_id). It doesn't appear in the normal regist

[ansible-project] win_package arguments format

2016-02-17 Thread Gerald Spencer
Attempting to silently install a package using a response file and the appropriate command line. The command I need to run is: - .\setup.exe -s f1".\setup.iss" What I need to enter into arguments is: - name: install software win_package: path: "C:\\Users\\UserName\\Desktop\\Software

[ansible-project] win_package module

2015-01-19 Thread mssmss0606
Hello, I'm looking for the win_package module. Could you tell me where is it possible to get or download it ?? Best regards. mby. -- 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