﻿<?xml version="1.0" encoding="utf-8"?>
<AppInstaller
	xmlns="http://schemas.microsoft.com/appx/appinstaller/2021"
	Version="1.0.0.0"
	Uri="https://download.airserver.com/msix/AirServer-x64.appinstaller" >

	<MainPackage
		Name="Packaged.AirServer"
		Publisher="OID.1.3.6.1.4.1.311.60.2.1.3=IS, OID.2.5.4.15=Private Organization, CN=App Dynamic ehf., SERIALNUMBER=4401120480, O=App Dynamic ehf., L=Reykjavik, C=IS"
		Version="2025.7.23.0"
		ProcessorArchitecture="x64"
		Uri="https://download.airserver.com/msix/AirServer-2025.7.23-x64.msix" />

	<Dependencies>
		<Package Name="Microsoft.VCLibs.140.00.UWPDesktop"
			Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
			Version="14.0.30704.0"
			ProcessorArchitecture="x64"
			Uri="https://download.airserver.com/msix/Dependencies/Microsoft.VCLibs.x64.14.00.Desktop.appx" />
	</Dependencies>

	<UpdateSettings>
		<OnLaunch HoursBetweenUpdateChecks="48" UpdateBlocksActivation="false" ShowPrompt="true" />
		<AutomaticBackgroundTask />
		<ForceUpdateFromAnyVersion>true</ForceUpdateFromAnyVersion>
	</UpdateSettings>

</AppInstaller>
