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