diff -r 0b30e6148ec5 -r a01c52b08c5f contrib/win32/mercurial.iss --- a/contrib/win32/mercurial.iss Tue Jan 04 03:53:11 2011 -0800 +++ b/contrib/win32/mercurial.iss Sat Jan 08 11:18:38 2011 +0100 @@ -83,6 +83,7 @@ Source: dist\Microsoft.VC*.CRT.manifest; DestDir: {app}; Flags: skipifsourcedoesntexist Source: dist\library.zip; DestDir: {app} Source: dist\add_path.exe; DestDir: {app} +Source: dist\cacert.pem; Destdir: {app} Source: doc\*.html; DestDir: {app}\Docs Source: doc\style.css; DestDir: {app}\Docs Source: mercurial\help\*.txt; DestDir: {app}\help @@ -93,6 +94,7 @@ [INI] Filename: {app}\Mercurial.url; Section: InternetShortcut; Key: URL; String: http://mercurial.selenic.com/ +Filename: {app}\Mercurial.ini; Section: web; Key: cacerts; String: {app}\cacert.pem [UninstallDelete] Type: files; Name: {app}\Mercurial.url