v0.5.3
See CHANGELOG.md for what's new.
Runtime dependencies: Install these once before launching the MSIX package:
If launch fails with DEP0840 and mentions MicrosoftCorporationII.WinAppRuntime.Main.2 or MicrosoftCorporationII.WinAppRuntime.Singleton, reinstall the runtime dependencies above.
Installation: Download the .cer once and install through the .appinstaller file.
- Install the runtime dependencies listed above.
- Install the certificate once:
Import-Certificate -FilePath ".\AudioPlaybackConnector2.cer" -CertStoreLocation "Cert:\LocalMachine\Root"
- Install or update through App Installer:
Start-Process "ms-appinstaller:?source=https://n0ahtm.github.io/AudioPlaybackConnector2/AudioPlaybackConnector2.appinstaller"
If Windows does not open App Installer from the protocol link, download and open the .appinstaller asset directly. Direct MSIX sideloading remains available, but installing through the .appinstaller file enables Windows App Installer update checks.
Releases are signed with a self-signed certificate. A free open-source code-signing certificate has been requested but approval may take some time.