Die Suche ergab 2 Treffer

von Rinzwind
26.01.2018 15:32
Forum: Code, Tipps und Tricks
Thema: Modul "FileInfo"
Antworten: 13
Zugriffe: 6143

Re: Modul "FileInfo"

Found out that setting tempcli to 040904B0 works in this case (English).

Also tried GetFileVersionInfoSizeEx & GetFileVersionInfoEx with #FILE_VER_GET_NEUTRAL | #FILE_VER_GET_LOCALISED but that still caused no result from VerQueryValue.

But it seems like a problem specific to only a few apps like ...
von Rinzwind
26.01.2018 11:46
Forum: Code, Tipps und Tricks
Thema: Modul "FileInfo"
Antworten: 13
Zugriffe: 6143

Re: Modul "FileInfo"

This one doesn't work correctly with Windows 10 apps (Windows Explorer shows file details correctly, but PB functions return empty strings).

Eg. C:\Program Files\WindowsApps\Microsoft.WindowsCalculator_10.1712.3351.0_x64__8wekyb3d8bbwe\Calculator.exe

Any solution?