| 
									
										
										
										
											2015-02-05 22:08:48 -08:00
										 |  |  | <?xml version="1.0" encoding="UTF-8"?> | 
					
						
							|  |  |  | <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> | 
					
						
							|  |  |  |     <Fragment> | 
					
						
							|  |  |  |         <PropertyRef Id="REGISTRYKEY" /> | 
					
						
							|  |  |  |          | 
					
						
							|  |  |  |         <ComponentGroup Id="doc"> | 
					
						
							|  |  |  |             <Component Id="python.chm" Directory="Doc" Guid="*"> | 
					
						
							|  |  |  |                 <File Id="python.chm" Name="$(var.DocFilename)" KeyPath="yes" /> | 
					
						
							| 
									
										
										
										
											2015-05-03 14:54:32 -07:00
										 |  |  |                 <RegistryKey Root="HKMU" Key="[REGISTRYKEY]"> | 
					
						
							|  |  |  |                     <RegistryValue Key="Help\Main Python Documentation" Type="string" Value="[#python.chm]" /> | 
					
						
							|  |  |  |                 </RegistryKey> | 
					
						
							| 
									
										
										
										
											2015-02-05 22:08:48 -08:00
										 |  |  |             </Component> | 
					
						
							|  |  |  |         </ComponentGroup> | 
					
						
							|  |  |  |     </Fragment> | 
					
						
							|  |  |  | </Wix> |