Results 117 comments of Eduardo Mozart de Oliveira

Hello @Klap-in, I'm using exactly the file structure and permission structure you provided. The ``wiki.getAttachments`` call that I'm using is from Sync DokuWiki's plugin - https://github.com/splitbrain/dokuwiki-plugin-sync/blob/master/admin.php#L656

No, depth is empty (Sync plugin is using "0" as value for depth) and namespace is "" (empty). It works if I manually specifies a namespace that the user group...

I create a script that resize the window automatically: https://github.com/coldscientist/AutoIt-FO2-Splitscreen

Oh, when I tried to start the race it gives a Unhandled Exception with a custom resolution. So I updated the script for a new resize approach instead of modifying...

In my case, if I right click at Deezer icon at taskbar and click on Play, the rest of media keys works just fine at Deepin 20.6 (a distro based...

Hello @g-bougard, thank you for your answer! I'm sending below the ``HKEY_LOCAL_MACHINE/SOFTWARE/Wow6432Node/Microsoft/Windows/CurrentVersion/Uninstall`` key: [Wow6432Node-Uninstall.reg.txt](https://github.com/fusioninventory/fusioninventory-agent/files/6102777/Wow6432Node-Uninstall.reg.txt) Firefox is being listed into this subkey, so I'm not sure what's happening, maybe the code...

Hello @g-bougard! The ``SoftwareLicensingProduct`` WMI class is available only into Windows 7 and higher, but the ``OfficeSoftwareProtectionProduct`` WMI class is available into Windows Vista/XP and allows you to get Office...

Yes, I can confirm it is the same machine. I have four Windows Vista into my environment and ALL of them doesn't report 32-bit software (not only Firefox, other 32-bit...

Here's the Uninstall log from "HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Uninstall" (without Wow6432Node): [Uninstall.reg.txt](https://github.com/fusioninventory/fusioninventory-agent/files/6109121/Uninstall.reg.txt) You can compare this file with the [Wow6432Node-Uninstall.reg.txt](https://github.com/fusioninventory/fusioninventory-agent/files/6102777/Wow6432Node-Uninstall.reg.txt) uploaded earlier and you can see that those "I586" software are into "HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Uninstall"...

Hello @g-bougard, I applied your patch into Win32.pm file but the issue still persists. Debugging the perl.exe process through Process Monitor, it isn't enumerating the "HKEY_LOCAL_MACHINE/SOFTWARE/Wow6432Node/Microsoft/Windows/CurrentVersion/Uninstall" (note the Wow6432Node) and...