I've been working with UWP/Xaml for the past couple days but am unable to answer the title question so far: Is it possible to install an .appxbundle without admin rights? I'm developing a Unity3D/UWP/Xaml application which cant be deployed to Windows Store and thus needs to be sideloaded and am [...] read more
I need to run an Unity project with Vuforia, compiled as UWP application on a Windows 10 PC. I'm trying UWP format because Vuforia don't support classic windows build. Inside Unity Editor everything works perfectly in game mode but compiling it as UWP Exe some dlls are missing: * vccorlib140_app.dll [...] read more
I performed the following steps: Right-click the start button, select "Command prompt (Admin)" and type powershell. Then in console: Set-ExecutionPolicy Unrestricted Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} But I get the error message 'Add-AppxPackage : Deployment failed with HRESULT: 0x80073D02, The package could not be installed because resources [...] read more
I am trying to install this package: Microsoft.VCLibs.140.00_14.0.27810.0_x64__8wekyb3d8bbwe.Appx The installation keeps failing with this error message: App installation failed with error message: error 0x80073D02: Unable to install because the following apps need to be closed Microsoft.DesktopAppInstaller_1.0.32912.0_x64__8wekyb3d8bbwe. (0x80073d02) Interestingly the x86 version of the package managed to install successfully, but the [...] read more
I had to 'Reset' my Windows and I opted to 'keep my files'. I did Disk Cleanup to remove the old.windows files. Before I had the problem, Windows was extremely snappy and quick even after a year or more of being installed. The problem was caused after I installed an [...] read more