17db96d56Sopenharmony_ci<?xml version="1.0" encoding="UTF-8"?> 27db96d56Sopenharmony_ci<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> 37db96d56Sopenharmony_ci <Product Id="*" Language="!(loc.LCID)" Name="!(loc.Title_d)" Version="$(var.Version)" Manufacturer="!(loc.Manufacturer)" UpgradeCode="$(var.UpgradeCode)"> 47db96d56Sopenharmony_ci <Package InstallerVersion="500" Compressed="yes" InstallScope="perUser" /> 57db96d56Sopenharmony_ci <MediaTemplate EmbedCab="yes" CompressionLevel="high" /> 67db96d56Sopenharmony_ci 77db96d56Sopenharmony_ci <PropertyRef Id="UpgradeTable" /> 87db96d56Sopenharmony_ci 97db96d56Sopenharmony_ci <Feature Id="DebugBinaries" AllowAdvertise="no" Title="!(loc.Title_d)" Description="!(loc.Description_d)"> 107db96d56Sopenharmony_ci <ComponentGroupRef Id="tkinter_extension_d" /> 117db96d56Sopenharmony_ci </Feature> 127db96d56Sopenharmony_ci </Product> 137db96d56Sopenharmony_ci</Wix> 14