<?xml version="1.0" encoding="UTF-8"?>
<message>
	<notifications>
        <notification>
			<id>1</id>
			<type>update</type>
            <conditions>
                <!--
                <condition 
                type="string, version"  if multi-version condition exists, the logic is "or", others are treat as "and", 
                                        version value default is 4 digital, can contains "x", means any number, will not check it, default type is string.
                                        even the registy to be checked is REG_DWORD, please set as "string", the client will handle it.
                path="reg path" the full path of the registry, must have, root should be "HKEY_LOCAL_MACHINE", "HKEY_CURRENT_USER", "HKEY_CLASSES_ROOT".
                key="key value" the value name to get, must have.
                value="targe value"  the value to be compared with the above registry value
                vtype="REG_SZ, REG_DWORD" the registry value type, default type is REG_SZ
                operation="equal, notequal, less, larger, lesseq, largereq", default type is "equal"
                *note: should provide all the above attributes, otherwise will check fail, if the attribute value is not valid, will use the default value.
                >
                e.g 21.1.x.x -->
                
                <condition type="version" path="HKEY_LOCAL_MACHINE\SOFTWARE\Ulead Systems\Corel VideoStudio Pro\25.0\Installer" key="BuildVersion" vtype="REG_SZ" value="25.2.0.583" operation="less"/>
                <condition type="string" path="HKEY_LOCAL_MACHINE\SOFTWARE\Corel\VSPro\Version25" key="InstallType" vtype="REG_SZ" value="ULT_T" operation="notequal"/>
            </conditions>
			<url>https://d375m7m5ry449n.cloudfront.net/VideoStudio+2022/WebInstaller/patch/SP3/VS2022_SP3.exe</url>
			<success_toasturl>https://d375m7m5ry449n.cloudfront.net/VideoStudio+2022/WebInstaller/patch/SP3/success.xml</success_toasturl>
            <fail_toasturl>https://d375m7m5ry449n.cloudfront.net/VideoStudio+2022/WebInstaller/patch/SP3/fail.xml</fail_toasturl>
			<installer>VS2022_SP3.exe</installer>
            <md5>ED5FCC434FCE133145BE704B255F0C6D</md5>
		</notification>
	</notifications>
</message>