Mercurial > hg
changeset 5625:876acbe2f856
win32: move default install path inside program files
All of the 'space in path' problems have been resolved, so
we can install Mercurial the Windows standard location. The
{pf} InnoSetup variable is locale aware.
author | Steve Borho <steve@borho.org> |
---|---|
date | Fri, 07 Dec 2007 18:19:01 -0600 |
parents | 3da5ff2a9b11 |
children | 28899bf513cc |
files | contrib/win32/ReadMe.html contrib/win32/mercurial.iss |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/win32/ReadMe.html Fri Dec 07 18:18:11 2007 -0600 +++ b/contrib/win32/ReadMe.html Fri Dec 07 18:19:01 2007 -0600 @@ -33,7 +33,7 @@ href="http://hgbook.red-bean.com/">Distributed revision control with Mercurial</a>.</p> - <p>By default, Mercurial installs to <tt>C:\Mercurial</tt>. The + <p>By default, Mercurial installs to <tt>C:\Program Files\Mercurial</tt>. The Mercurial command is called <tt>hg.exe</tt>.</p> <h1>Testing Mercurial after you've installed it</h1>
--- a/contrib/win32/mercurial.iss Fri Dec 07 18:18:11 2007 -0600 +++ b/contrib/win32/mercurial.iss Fri Dec 07 18:19:01 2007 -0600 @@ -15,7 +15,7 @@ AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3} AppContact=mercurial@selenic.com OutputBaseFilename=Mercurial-snapshot -DefaultDirName={sd}\Mercurial +DefaultDirName={pf}\Mercurial SourceDir=C:\hg\hg-release VersionInfoDescription=Mercurial distributed SCM VersionInfoCopyright=Copyright 2005-2007 Matt Mackall and others