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

product_id is a mandatory parameter for windows/win_package module.
pull/23894/merge
cptchips 8 years ago committed by John R Barker
parent a871e590a8
commit dde383aea2

@ -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:

Loading…
Cancel
Save