Forum Discussion

StevenBrown-4429's avatar
StevenBrown-4429
Copper Contributor
Nov 16, 2021
Solved

Call to HtmlHelp() fails after desktop app is installed by MSIX.

After using MSIX Packaging Tool to convert an msi installer for my Windows desktop app to an msix installer, a call my app makes to HtmlHelp() fails to display the .chm file installed along with the ...
  • StevenBrown-4429's avatar
    Nov 17, 2021
    I solved the problem by using the C:\ProgramData folder for installing the subfolder and .chm file. That is one of the folders Windows maps to the VFS (Virtual File System) that MSIX installs to.

Resources