ok, you could check that MsiInstall.log for value of ALLUSERS - if it's not 
'1' and you are installing via a different account to that for viewing 
Progs/Features then it makes sense.
You could try adding ALLUSERS=1 as a property/arg and see what you get

Regards, Straff

On Friday, January 4, 2019 at 2:18:25 AM UTC+13, Serge Zajac wrote:
>
> Hello,
>
>  no problem is not really solved.
> But as you mentionned, sometimes, list is updated, i have to check this 
> with my system admins team.
> The package is a custom package and params in the chocolateyinstall.ps1 
> are 
> silentArgs    = "/qn /norestart /l*v 
> `"$env:TEMP\chocolatey\$($packageName)\$($packageName).MsiInstall.log`""
>
> Le mar. 1 janv. 2019 à 05:32, goforawalktwice <straff...@gmail.com 
> <javascript:>> a écrit :
>
>> Hi, Did your problem get solved?  Another possibility is that if the 
>> account being used to install software is different to the one looking at 
>> "Programs and Features" / "Uninstall Programs" and that "ALLUSERS=1" (or 
>> some sort of equivalent) was not specified (either as an arg to win_package 
>> or baked into the .msi package itself as a default) then it won't show up.  
>> I've been caught out by this before.  Just a thought.
>>
>> On Saturday, December 15, 2018 at 2:02:58 AM UTC+13, Serge Zajac wrote:
>>>
>>> Hi cheers,
>>>
>>> When using win_chocolatey module to deploy a package, it install the 
>>> package but do not update programs/features list on the OS. 
>>> Installing directly with choco do not have this behaviour
>>>
>>> Is anyone can confirm this behaviour.
>>>
>>> Can it be a bug to report ?
>>>
>>> regards
>>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Ansible Project" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to ansible-proje...@googlegroups.com <javascript:>.
>> To post to this group, send email to ansible...@googlegroups.com 
>> <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/ansible-project/a80f3ca9-4d4a-44ab-9a0b-8c613105b2ca%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/ansible-project/a80f3ca9-4d4a-44ab-9a0b-8c613105b2ca%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/933977d8-ce84-4f3d-9ee1-886a56eca747%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to