Skip to content

Add SERVICE_PKG_SERVICE service type#140

Open
kkent030315 wants to merge 1 commit intomullvad:mainfrom
kkent030315:own_pkg_svc
Open

Add SERVICE_PKG_SERVICE service type#140
kkent030315 wants to merge 1 commit intomullvad:mainfrom
kkent030315:own_pkg_svc

Conversation

@kkent030315
Copy link
Copy Markdown
Contributor

@kkent030315 kkent030315 commented Jul 24, 2025

Added SERVICE_PKG_SERVICE type in windows_service::service. The service type indicates that the service is packaged Win32 own service installed by packaging tools like MSIX.

This is defined in winnt.h:

#define SERVICE_PKG_SERVICE            0x00000200

#define SERVICE_TYPE_ALL               (SERVICE_WIN32  | \
                                        SERVICE_ADAPTER | \
                                        SERVICE_DRIVER  | \
                                        SERVICE_INTERACTIVE_PROCESS | \
                                        SERVICE_USER_SERVICE | \
                                        SERVICE_USERSERVICE_INSTANCE | \
                                        SERVICE_PKG_SERVICE)

This change is Reviewable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant