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%...)
https://bugs.winehq.org/show_bug.cgi?id=40703
--- Comment #1 from Hans Leidekker hans@meelstraat.net --- Support for this flag was added with commit ddc1baa43227c4496df950644d0dd324e5ebff00. Do you consider this bug fixed?
https://bugs.winehq.org/show_bug.cgi?id=40703
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Fixed by SHA1| |ddc1baa43227c4496df950644d0 | |dd324e5ebff00 Resolution|--- |FIXED
--- Comment #2 from Hans Leidekker hans@meelstraat.net --- Fixed with ddc1baa43227c4496df950644d0dd324e5ebff00.
https://bugs.winehq.org/show_bug.cgi?id=40703
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|InstallService, special |MSI InstallService does not |flag for errorcontrol is |respect |not observed |msidbServiceInstallErrorCon | |trolVital (0x8000) flag Keywords| |Installer CC| |focht@gmx.net
https://bugs.winehq.org/show_bug.cgi?id=40703
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 3.18.