Forum Discussion

a-okrasinski's avatar
a-okrasinski
Copper Contributor
Feb 14, 2025
Solved

Using MSIX to install a Windows service

Two questions:

  1. Is it possible to have a MSIX setup which contains just a Windows service?
  2. Is it possible to prepare such setup so that it installs it's service when run by regular user (with no Administrative privileges)?
    1. Yes.  There is an application extension in the AppXManifest to identify the service.  It will appear as a natively installed service once the package is installed (although the service runs in the container).
    2. No.  The install of a package with a service requires admin approvals.  The service runs under the local system account so of course someone has to approve that.
    1. Yes.  There is an application extension in the AppXManifest to identify the service.  It will appear as a natively installed service once the package is installed (although the service runs in the container).
    2. No.  The install of a package with a service requires admin approvals.  The service runs under the local system account so of course someone has to approve that.

Resources