Forum Discussion
sidharthverma
Jan 26, 2022Copper Contributor
Getting error 0x800705aa during installation of MSIX package
Hi, I am getting the below error during installation of the MSIX package: "App installation failed with error message: Writing to file VFS\ProgramFilesX64\MATLAB\R2021b\ui\install\supportsoftwarecl...
sidharthverma
Copper Contributor
The MATLAB version we are trying to package is R2021b and the MSIX packaging tool that we used is of the build 2022.110. I am still getting the below error while installation:
"App installation failed with error message: Writing to file VFS\ProgramFilesX64\MATLAB\R2021b\toolbox\systemcomposer\allocation\editor\web\release\images\collapse_down-hover-25665c1733f2d57001b322eeb498d82b.png at offset 0x0 of size 0xF6 failed. (0x800705aa)"
Since there is no log file for MSIX installation i have checked the event viewer but could not find any reason as there is no failure details shown there and only the above message is present. What could be the possible reason for this and how can i resolve it.
"App installation failed with error message: Writing to file VFS\ProgramFilesX64\MATLAB\R2021b\toolbox\systemcomposer\allocation\editor\web\release\images\collapse_down-hover-25665c1733f2d57001b322eeb498d82b.png at offset 0x0 of size 0xF6 failed. (0x800705aa)"
Since there is no log file for MSIX installation i have checked the event viewer but could not find any reason as there is no failure details shown there and only the above message is present. What could be the possible reason for this and how can i resolve it.
Jan 28, 2022
The place to look for errors when installing an MSIX package is in Event Viewer. "Applications and Services Logs\Microsoft\Windows" has three folders starting with AppX. You'll probably find more detail there.
- sidharthvermaJan 28, 2022Copper ContributorI have checked in all the folders present under Event viewer starting with APPX but there are no further details apart from the error message:
"App installation failed with error message: Writing to file VFS\ProgramFilesX64\MATLAB\R2021b\ui\install\supportsoftwareclient\dojox\layout\resources\icons\splitterToggleV.png at offset 0x0 of size 0x11F failed. (0x800705aa)"- Jan 30, 2022That smell like a bug. You'd be best to try the install and enter a report through the feedback hub.
- sidharthvermaMay 11, 2022Copper ContributorHi TIMOTHY_MANGAN,
This issue got resolved after we have increased the RAM size of the machine. looks like the error was a windows error and not the MSIX technology error and it was giving an error on writing inside a file. but it is strange i have never seen an application installation issue which is because of the RAM of the machine. Have you faced such issues in the past or do you think it is a bug?