Public HTML File Properties

Configure the Public HTML File fixup which detects any CreateProcess call to rundll32 url.dll, FileProtocolHandler and redirects it to the Virtual File System.

The fixup is used for an application that launches HTML files using the url.dll, FileProtocolHandler, mainly Java apps.

ImportantSome errors might not be detected when tracing the Public HTML File fixup. To fix this issue, you need to switch traceLevels > processAndThread to "always."

Path

Folder

Select the folder from which to redirect, meaning any attempts to access or modify it by the package installation is redirected.

File name pattern

Set the file name type for which to check; the value gets interpreted as a regular expression. In this case, the fixup redirects all files with the .html extension from the specified folder path to the Virtual File System.

NoteTo learn more about the Package Support Framework see Microsoft's documentation or GitHub repository.