<?xml version="1.0" encoding="utf-8"?>

<AppInstaller
    xmlns="http://schemas.microsoft.com/appx/appinstaller/2018"
    Version="2.26.3.0"
    Uri="https://presentorclients.net/install/production/windows/HumanscalePresenter.appinstaller" >

    <MainPackage
        Name="HumanscalePresenter"
        Publisher="CN=Oy CDQ Solutions Ltd, O=Oy CDQ Solutions Ltd, S=Uusimaa, C=FI"
        Version="2.26.3.0"
        ProcessorArchitecture="x64"
        Uri="https://presentorclients.net/install/production/windows/HumanscalePresenter.2.26.3.0.msix" />

    <UpdateSettings>

        <OnLaunch 
            HoursBetweenUpdateChecks="0"
            UpdateBlocksActivation="false"
            ShowPrompt="false" />

        <AutomaticBackgroundTask />

        <ForceUpdateFromAnyVersion>true</ForceUpdateFromAnyVersion>

    </UpdateSettings>

</AppInstaller>
