Add info about where you can find product ids for changed checking on win_package module (#2281)
This commit is contained in:
parent
342af8b249
commit
e35d5f2c54
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ version_added: "1.7"
|
||||||
author: Trond Hindenes
|
author: Trond Hindenes
|
||||||
short_description: Installs/Uninstalls a installable package, either from local file system or url
|
short_description: Installs/Uninstalls a installable package, either from local file system or url
|
||||||
description:
|
description:
|
||||||
- Installs or uninstalls a package
|
- 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 either in ``HKLM:Software\Microsoft\Windows\CurrentVersion\Uninstall`` or for 32 bit programs ``HKLM:Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall``
|
||||||
options:
|
options:
|
||||||
path:
|
path:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue