1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

[Doc] win_package - product_id is a mandatory parameter (#24007)

product_id is a mandatory parameter for windows/win_package module.
This commit is contained in:
cptchips 2017-04-26 13:36:12 +02:00 committed by John R Barker
parent a871e590a8
commit dde383aea2

View file

@ -35,7 +35,7 @@ short_description: Installs/Uninstalls an installable package, either from local
description:
- Installs or uninstalls a package.
- >
Optionally uses a product_id to check if the package needs installing. You can find product ids for installed programs in the windows registry
Use a product_id to check if the package needs installing. You can find product ids for installed programs in the windows registry
either in C(HKLM:Software\Microsoft\Windows\CurrentVersion\Uninstall) or for 32 bit programs
C(HKLM:Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall)
options: