July 19, 2026
4:01 a.m.
NSIS HTML installers communicate with the installer engine by setting document.title and expecting the host to receive a property change notification. Without this notification the installer never sets the default install path, so clicking the install button has no effect. -- v6: ieframe/tests: Test TitleChange event is fired on navigation. ieframe: Fire TitleChange event on document title change. mshtml/tests: Add test for property change notification when document title is set. mshtml: Fire property change notification when document title is set. https://gitlab.winehq.org/wine/wine/-/merge_requests/11394