parent
							
								
									5a87d814cf
								
							
						
					
					
						commit
						7e4a585611
					
				
					 1 changed files with 6 additions and 6 deletions
				
			
		| 
						 | 
					@ -259,18 +259,18 @@ begin
 | 
				
			||||||
	begin
 | 
						begin
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if APPARCH == "x64"
 | 
					#if APPARCH == "x64"
 | 
				
			||||||
		REDIST := 'http://dl.hexchat.net/misc/vcredist_2013_x64.exe';
 | 
							REDIST := 'https://dl.hexchat.net/misc/vcredist_2013_x64.exe';
 | 
				
			||||||
		PERL := 'http://dl.hexchat.net/misc/perl/Perl%205.20.0%20x64.msi';
 | 
							PERL := 'https://dl.hexchat.net/misc/perl/Perl%205.20.0%20x64.msi';
 | 
				
			||||||
		PY2 := 'http://python.org/ftp/python/2.7.8/python-2.7.8.amd64.msi';
 | 
							PY2 := 'http://python.org/ftp/python/2.7.8/python-2.7.8.amd64.msi';
 | 
				
			||||||
		PY3 := 'http://python.org/ftp/python/3.4.1/python-3.4.1.amd64.msi';
 | 
							PY3 := 'http://python.org/ftp/python/3.4.1/python-3.4.1.amd64.msi';
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
		REDIST := 'http://dl.hexchat.net/misc/vcredist_2013_x86.exe';
 | 
							REDIST := 'https://dl.hexchat.net/misc/vcredist_2013_x86.exe';
 | 
				
			||||||
		PERL := 'http://dl.hexchat.net/misc/perl/Perl%205.20.0%20x86.msi';
 | 
							PERL := 'https://dl.hexchat.net/misc/perl/Perl%205.20.0%20x86.msi';
 | 
				
			||||||
		PY2 := 'http://python.org/ftp/python/2.7.8/python-2.7.8.msi';
 | 
							PY2 := 'http://python.org/ftp/python/2.7.8/python-2.7.8.msi';
 | 
				
			||||||
		PY3 := 'http://python.org/ftp/python/3.4.1/python-3.4.1.msi';
 | 
							PY3 := 'http://python.org/ftp/python/3.4.1/python-3.4.1.msi';
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
		DOTNET := 'http://dl.hexchat.net/misc/dotnet_40.exe';
 | 
							DOTNET := 'https://dl.hexchat.net/misc/dotnet_40.exe';
 | 
				
			||||||
		SPELL := 'http://dl.hexchat.net/hexchat/HexChat%20Spelling%20Dictionaries%20r2.exe';
 | 
							SPELL := 'https://dl.hexchat.net/hexchat/HexChat%20Spelling%20Dictionaries%20r2.exe';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		if not CheckVCInstall() then
 | 
							if not CheckVCInstall() then
 | 
				
			||||||
			idpAddFile(REDIST, ExpandConstant('{tmp}\vcredist.exe'));
 | 
								idpAddFile(REDIST, ExpandConstant('{tmp}\vcredist.exe'));
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue