| 
									
										
										
										
											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> | 
					
						
							|  |  |  |         <ComponentGroup Id="exe_txt"> | 
					
						
							|  |  |  |             <Component Id="LICENSE.txt" Directory="InstallDirectory" Guid="*"> | 
					
						
							|  |  |  |                 <File Name="LICENSE.txt" Source="LICENSE" KeyPath="yes" /> | 
					
						
							|  |  |  |             </Component> | 
					
						
							|  |  |  |             <Component Id="NEWS.txt" Directory="InstallDirectory" Guid="*"> | 
					
						
							| 
									
										
										
										
											2017-09-06 10:01:38 -07:00
										 |  |  |                 <File Name="NEWS.txt" KeyPath="yes" /> | 
					
						
							| 
									
										
										
										
											2015-02-05 22:08:48 -08:00
										 |  |  |             </Component> | 
					
						
							|  |  |  |         </ComponentGroup> | 
					
						
							|  |  |  |     </Fragment> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <Fragment> | 
					
						
							|  |  |  |         <PropertyRef Id="REGISTRYKEY" /> | 
					
						
							|  |  |  |          | 
					
						
							|  |  |  |         <ComponentGroup Id="exe_python"> | 
					
						
							|  |  |  |             <Component Id="python.exe" Directory="InstallDirectory" Guid="$(var.PythonExeComponentGuid)"> | 
					
						
							|  |  |  |                 <File Name="python.exe" KeyPath="yes" /> | 
					
						
							| 
									
										
										
										
											2015-05-03 14:54:32 -07:00
										 |  |  |                  | 
					
						
							|  |  |  |                 <RegistryKey Root="HKMU" Key="[REGISTRYKEY]"> | 
					
						
							|  |  |  |                     <RegistryValue Key="InstallPath" Type="string" Value="[InstallDirectory]" KeyPath="no" /> | 
					
						
							| 
									
										
										
										
											2015-07-08 20:18:44 -07:00
										 |  |  |                     <RegistryValue Key="InstallPath" Name="ExecutablePath" Type="string" Value="[#python.exe]" KeyPath="no" /> | 
					
						
							| 
									
										
										
										
											2015-05-03 14:54:32 -07:00
										 |  |  |                 </RegistryKey> | 
					
						
							| 
									
										
										
										
											2015-02-05 22:08:48 -08:00
										 |  |  |             </Component> | 
					
						
							|  |  |  |             <Component Id="pythonw.exe" Directory="InstallDirectory" Guid="$(var.PythonwExeComponentGuid)"> | 
					
						
							|  |  |  |                 <File Name="pythonw.exe" KeyPath="yes" /> | 
					
						
							| 
									
										
										
										
											2016-07-24 18:04:29 -07:00
										 |  |  |                 <RegistryKey Root="HKMU" Key="[REGISTRYKEY]"> | 
					
						
							|  |  |  |                     <RegistryValue Key="InstallPath" Name="WindowedExecutablePath" Type="string" Value="[#pythonw.exe]" KeyPath="no" /> | 
					
						
							|  |  |  |                 </RegistryKey> | 
					
						
							| 
									
										
										
										
											2015-02-05 22:08:48 -08:00
										 |  |  |             </Component> | 
					
						
							| 
									
										
										
										
											2015-09-08 21:39:01 -07:00
										 |  |  |             <Component Id="vcruntime140.dll" Directory="InstallDirectory" Guid="*"> | 
					
						
							|  |  |  |                 <File Name="vcruntime140.dll" Source="!(bindpath.redist)vcruntime140.dll" KeyPath="yes" /> | 
					
						
							|  |  |  |             </Component> | 
					
						
							| 
									
										
										
										
											2015-02-05 22:08:48 -08:00
										 |  |  |         </ComponentGroup> | 
					
						
							|  |  |  |     </Fragment> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <Fragment> | 
					
						
							|  |  |  |         <ComponentGroup Id="exe_python_symbols"> | 
					
						
							|  |  |  |             <Component Id="python.pdb" Directory="InstallDirectory" Guid="*"> | 
					
						
							|  |  |  |                 <File Name="python.pdb" /> | 
					
						
							|  |  |  |             </Component> | 
					
						
							|  |  |  |             <Component Id="pythonw.pdb" Directory="InstallDirectory" Guid="*"> | 
					
						
							|  |  |  |                 <File Name="pythonw.pdb" /> | 
					
						
							|  |  |  |             </Component> | 
					
						
							|  |  |  |         </ComponentGroup> | 
					
						
							|  |  |  |     </Fragment> | 
					
						
							|  |  |  |          | 
					
						
							|  |  |  |     <Fragment> | 
					
						
							|  |  |  |         <ComponentGroup Id="exe_python_d"> | 
					
						
							|  |  |  |             <Component Id="python_d.exe" Directory="InstallDirectory" Guid="*"> | 
					
						
							|  |  |  |                 <File Name="python_d.exe" /> | 
					
						
							|  |  |  |             </Component> | 
					
						
							|  |  |  |             <Component Id="python_d.pdb" Directory="InstallDirectory" Guid="*"> | 
					
						
							|  |  |  |                 <File Name="python_d.pdb" /> | 
					
						
							|  |  |  |             </Component> | 
					
						
							|  |  |  |             <Component Id="pythonw_d.exe" Directory="InstallDirectory" Guid="*"> | 
					
						
							|  |  |  |                 <File Name="pythonw_d.exe" /> | 
					
						
							|  |  |  |             </Component> | 
					
						
							|  |  |  |             <Component Id="pythonw_d.pdb" Directory="InstallDirectory" Guid="*"> | 
					
						
							|  |  |  |                 <File Name="pythonw_d.pdb" /> | 
					
						
							|  |  |  |             </Component> | 
					
						
							|  |  |  |         </ComponentGroup> | 
					
						
							|  |  |  |     </Fragment> | 
					
						
							|  |  |  |      | 
					
						
							|  |  |  |     <Fragment> | 
					
						
							|  |  |  |         <ComponentGroup Id="exe_icons"> | 
					
						
							|  |  |  |             <Component Id="py.ico" Directory="DLLs" Guid="*"> | 
					
						
							| 
									
										
										
										
											2016-09-05 14:05:17 -07:00
										 |  |  |                 <File Name="py.ico" Source="!(bindpath.src)PC\icons\py.ico" KeyPath="yes" /> | 
					
						
							| 
									
										
										
										
											2015-02-05 22:08:48 -08:00
										 |  |  |             </Component> | 
					
						
							|  |  |  |             <Component Id="pyc.ico" Directory="DLLs" Guid="*"> | 
					
						
							| 
									
										
										
										
											2016-09-05 14:05:17 -07:00
										 |  |  |                 <File Name="pyc.ico" Source="!(bindpath.src)PC\icons\pyc.ico" KeyPath="yes" /> | 
					
						
							|  |  |  |             </Component> | 
					
						
							|  |  |  |             <Component Id="pyd.ico" Directory="DLLs" Guid="*"> | 
					
						
							|  |  |  |                 <File Name="pyd.ico" Source="!(bindpath.src)PC\icons\pyd.ico" KeyPath="yes" /> | 
					
						
							| 
									
										
										
										
											2015-02-05 22:08:48 -08:00
										 |  |  |             </Component> | 
					
						
							|  |  |  |         </ComponentGroup> | 
					
						
							|  |  |  |     </Fragment> | 
					
						
							|  |  |  | </Wix> |