#1
markhensler
I'm having issues leveraging Ansible's win_package to perform installs. It seems the CE installer ommits the required entries in HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall.
For more info:
#1
markhensler
I'm having issues leveraging Ansible's win_package to perform installs. It seems the CE installer ommits the required entries in HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall.
For more info:
https://docs.ansible.com/ansible/latest/win_package_module.html
https://docs.microsoft.com/windows/desktop/Msi/uninstall-registry-key
https://groups.google.com/d/msg/ansible-project/sgT8C55-eqE/S-UkP3HGCgAJ
https://groups.google.com/d/msg/ansible-project/i615RqrZrAs/G8SeGvSQAwAJ
Actually we have reworked this a couple days ago and it should be fixed in the next CE release.
Thanks for providing the links. We will go through them to make sure it's working ok.