Forum Discussion
Santosh945
Aug 13, 2020Copper Contributor
MSIX pacakge install Error The path VFS\SystemX64 was not found. (0x80070002)
Hi Team, I have successfully packaging an Northgate mailto:Inforamtion@workclient 5.11 to an MSIX App. When i go to install the MSIX, it runs to 99% and gives following error: App installat...
James Pike
Microsoft
Aug 14, 2020Hi Santosh945,
The com typelib validation requires that the path for the help directory actually exist within your msix package. Given your error, I would assume that it does not.
The help directory is optional and given that the packaging tool did not pick up any files deployed to those locations, seems likely that it is not used by your application.
I'd suggest deleting the helpdirectory attributes from those elements and trying again.
Thanks!
James