#uiAccess - manifest file

1 messages · Page 1 of 1 (latest)

quasi bluff
#
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"><asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"><disableWindowFiltering xmlns="http://schemas.microsoft.com/SMI/2011/WindowsSettings">true</disableWindowFiltering></asmv3:windowsSettings><asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"><dpiAware>true/pm</dpiAware></asmv3:windowsSettings></asmv3:application><trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"><security><requestedPrivileges><requestedExecutionLevel level="requireAdministrator" uiAccess="false"/></requestedPrivileges></security></trustInfo><dependency><dependentAssembly><assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="" language="*"/></dependentAssembly></dependency><compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"><application><supportedOS Id=""/><supportedOS Id=""/><supportedOS Id=""/><supportedOS Id=""/><supportedOS Id=""/><maxversiontested Id="10.0.18362.0"/></application></compatibility></assembly>
<!--Padding to make filesize even multiple of 4 XX -->```
#

Want to build my app with uiAcess = true

quasi bluff
#

Update: It's possible to attach own manifest file into exe by RCEdit, but unfortunately APP won't start

#
[36996:0505/142320.985:ERROR:network_service_instance_impl.cc(521)] Network service crashed, restarting service.
[36996:0505/142321.000:ERROR:gpu_process_host.cc(985)] GPU process launch failed: error_code=63
[36996:0505/142321.000:ERROR:network_service_instance_impl.cc(521)] Network service crashed, restarting service.
[36996:0505/142321.008:ERROR:gpu_process_host.cc(985)] GPU process launch failed: error_code=63
[36996:0505/142321.015:ERROR:network_service_instance_impl.cc(521)] Network service crashed, restarting service.
[36996:0505/142321.021:ERROR:gpu_process_host.cc(985)] GPU process launch failed: error_code=63
[36996:0505/142321.028:ERROR:network_service_instance_impl.cc(521)] Network service crashed, restarting service.
[36996:0505/142321.034:ERROR:gpu_process_host.cc(985)] GPU process launch failed: error_code=63
[36996:0505/142321.040:ERROR:network_service_instance_impl.cc(521)] Network service crashed, restarting service.
[36996:0505/142321.047:ERROR:gpu_process_host.cc(985)] GPU process launch failed: error_code=63
[36996:0505/142321.053:ERROR:network_service_instance_impl.cc(521)] Network service crashed, restarting service.
[36996:0505/142321.060:ERROR:gpu_process_host.cc(985)] GPU process launch failed: error_code=63
[36996:0505/142321.066:ERROR:network_service_instance_impl.cc(521)] Network service crashed, restarting service.
[36996:0505/142321.073:ERROR:gpu_process_host.cc(985)] GPU process launch failed: error_code=63
[36996:0505/142321.080:ERROR:network_service_instance_impl.cc(521)] Network service crashed, restarting service.
[36996:0505/142321.087:ERROR:gpu_process_host.cc(985)] GPU process launch failed: error_code=63
[36996:0505/142321.087:FATAL:gpu_data_manager_impl_private.cc(440)] GPU process isn't usable. Goodbye.
[36996:0505/142321.087:ERROR:crashpad_client_win.cc(142)] crash server failed to launch, self-terminating```