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

product_id is a mandatory parameter for windows/win_package module.
pull/4420/head
cptchips 2017-04-26 13:36:12 +02:00 committed by John R Barker
parent a871e590a8
commit dde383aea2
1 changed files with 1 additions and 1 deletions

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: