https://bugs.winehq.org/show_bug.cgi?id=40703
Bug ID: 40703 Summary: InstallService, special flag for errorcontrol is not observed Product: Wine Version: 1.9.11 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msi Assignee: wine-bugs@winehq.org Reporter: andy1.m@gmx.de Distribution: ---
The msi-database for InstallService can hold a special flag in erorcontrol-field. The special flag msidbServiceInstallErrorControlVital (0x8000). Wine does not observe this flag and creates the services including this flag. So the service is created a wrong errorcontrol-value. CreateService on windows would fail. It should be created without this flag.
MS docs say that installation should if this flag is present and CreateService fails (see: https://msdn.microsoft.com/en-us/library/windows/desktop/aa371637%28v=vs.85%...)