Jun 12 2022 12:07 PM - edited Jun 12 2022 12:26 PM
A MSIX package created with the Microsoft MSIX Packaging Tool 1.2022.512 build for the ZoomClient includes a service that is set for the LocalSystem account and Automatic start.
When installing the MSIX package via AppInstaller (on either Win 10 21H2 or Windows 11) the package indicates the service and there is an elevation to be able to install the service.
But the service ends up not installed immediately, which is confusing and inconsistent with other packages. The service is later installed and started by running the app and starting a meeting.
The application entry in the AppXManifest file is shown below. There were no errors or warnings in the Event Logs for AppX* to indicate why. I wonder if it is the variablized argument field for the service start command line that throws things off.
Jun 23 2022 10:13 AM