Howard Kapustein
Howard Kapustein
NOTE: This isn't a bug, it's an enhancement request. MSIX today supports per-machine Services and doesn't support per-user Services. > I dug a little bit more on that topic. If...
>\dev\WindowsAppRuntime_BootstrapDLL\MddBootstrap.cpp(373)\Microsoft.WindowsAppRuntime.Bootstrap.dll!00007FFBF53880CF: (caller: 00007FFBF53871DB) Exception(1) tid(429c) 80070005 Access is denied. Msg:[Error in LoadLibrary: 5 (0x5) loading C:\Program Files\WindowsApps\Microsoft.WindowsAppRuntime.1.2_2000.707.2303.0_x64__8wekyb3d8bbwe\Microsoft.WindowsAppRuntime.dll] CallContext:[\Initialize] Exception thrown at 0x00007FFC1E76CD29 in MiraQ.exe: Microsoft C++ exception: wil::ResultException at memory...
I've been informed ICACLS doesn't report Conditional ACEs. Please run the same commands but with `CACLS path /s` for a more complete ACL e.g. ``` CACLS "C:\Program Files\WindowsApps\Microsoft.WindowsAppRuntime.1.2_2000.707.2303.0_x64__8wekyb3d8bbwe\Microsoft.WindowsAppRuntime.dll" /s ```
@sachintaMSFT is this due to the same issue as https://github.com/microsoft/WindowsAppSDK/issues/3137#issuecomment-1332851404 (Windows 10 needs the servicing update coming in Jan)? Is that update available yet? How can one detect if they...
>MaxVersionTested="10.0.19041.0" P.S. That means you're telling Windows "I don't understand anything newer than 10.0.19041.0. Hide any such behaviors from me." That'll prevent you from using features in appxmanifest.xml newer than...
> [@DrusTheAxe](https://github.com/DrusTheAxe) Well, that is what is placed there by the compiler it seems, we are not setting this there directly. It'll be set by VS, or some .props/targets/tasks provided...