cjee21

Results 321 comments of cjee21

> We could check if MediaInfo is already installed and the MSIX package not registered and we don't register it if it is the case. But it has to be...

> Please remind me the command? [Remove-AppxProvisionedPackage](https://learn.microsoft.com/en-us/powershell/module/dism/remove-appxprovisionedpackage?view=windowsserver2025-ps) to remove the provisioned package [Remove-AppxPackage](https://learn.microsoft.com/en-us/powershell/module/appx/remove-appxpackage?view=windowsserver2025-ps) to remove the package that has been installed by Windows for the current user After running, both...

> we see if other people are impacted before doing something. If too many people having issues, we should just put the fully packaged VCL or Qt GUI in the...

> what are the expected exact commands? ```powershell Remove-AppxProvisionedPackage -PackageName "MediaInfo_24.12.0.0_neutral__0z25jj8eabac0" -Online ``` ```powershell Remove-AppxPackage -Package "MediaInfo_24.12.0.0_neutral__0z25jj8eabac0" ``` The package name changes in each version as well as when the...

The real solution is likely to reinstall Windows: https://answers.microsoft.com/en-us/windows/forum/all/package-could-not-be-registered-windows-11/a725a62d-124f-4536-bf88-8fef32d3397e

Related issue #203 and PR #903 implements this feature but is not in a state that can be merged. PS The Qt-based GUI already has this feature since 2010 but...

No text is cut but the close to edges issue should already be fixed by https://github.com/MediaArea/MediaInfo/commit/d5e8e94d3c3c67c68c041d1d3ab3ac5832eb29cf

> And what's the problem Your video contains Dolby Vision per-shot aspect ratio dynamic metadata that says the video needs to be cropped 276 pixels at the top and 277...

> It would be very nice to know what the .bat files are in 6.10.1/msvc2022_arm64/bin on an install from the official installer. Can anyone try that? Just updated to 6.10.1...

> Yeah the host-.bat file are present in... There are now native ARM64 qmake.exe, qtpaths.exe and many other exe in there. That's probably why qmake.bat etc now has to be...