Mercurial > public > mercurial-scm > hg-stable
diff contrib/win32/mercurial.iss @ 8058:a0555ae394b3
Add Python 2.6 support to win32 installer
With Python 2.6, win32 installer should try to package MSVC9.0 dlls instead of
MSVC7.1 dlls
author | Pascal Quantin <pascal.quantin@gmail.com> |
---|---|
date | Sat, 11 Apr 2009 21:58:28 +0200 |
parents | 2a4cb1d509ec |
children | 1de6e7e1bb9f |
line wrap: on
line diff
--- a/contrib/win32/mercurial.iss Sun Jan 25 21:08:36 2009 +0100 +++ b/contrib/win32/mercurial.iss Sat Apr 11 21:58:28 2009 +0200 @@ -38,8 +38,10 @@ Source: dist\hg.exe; DestDir: {app}; AfterInstall: Touch('{app}\hg.exe.local') Source: dist\python*.dll; Destdir: {app}; Flags: skipifsourcedoesntexist Source: dist\library.zip; DestDir: {app} -Source: dist\mfc71.dll; DestDir: {app} -Source: dist\msvcr71.dll; DestDir: {app} +Source: dist\mfc*.dll; DestDir: {app} +Source: dist\msvc*.dll; DestDir: {app} +Source: dist\Microsoft.VC*.CRT.manifest; DestDir: {app}; Flags: skipifsourcedoesntexist +Source: dist\Microsoft.VC*.MFC.manifest; DestDir: {app}; Flags: skipifsourcedoesntexist Source: dist\w9xpopen.exe; DestDir: {app} Source: dist\add_path.exe; DestDir: {app} Source: doc\*.html; DestDir: {app}\Docs