| 
									
										
										
										
											2015-02-05 22:08:48 -08:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							|  |  |  | <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> | 
					
						
							|  |  |  |     <Product Id="*" Language="!(loc.LCID)" Name="!(loc.Title)" Version="$(var.Version)" Manufacturer="!(loc.Manufacturer)" UpgradeCode="$(var.UpgradeCode)"> | 
					
						
							| 
									
										
										
										
											2022-01-28 16:48:06 +00:00
										 |  |  |         <Package InstallerVersion="500" Compressed="yes" InstallScope="perUser" /> | 
					
						
							| 
									
										
										
										
											2015-02-05 22:08:48 -08:00
										 |  |  |         <MediaTemplate EmbedCab="yes" CompressionLevel="high" /> | 
					
						
							|  |  |  |          | 
					
						
							|  |  |  |         <PropertyRef Id="UpgradeTable" /> | 
					
						
							|  |  |  |          | 
					
						
							|  |  |  |         <Feature Id="DefaultFeature" AllowAdvertise="no" Title="!(loc.Title)" Description="!(loc.Description)"> | 
					
						
							|  |  |  |             <ComponentGroupRef Id="core_dll" /> | 
					
						
							|  |  |  |         </Feature> | 
					
						
							|  |  |  |     </Product> | 
					
						
							|  |  |  | </Wix> |