Mercurial > public > mercurial-scm > hg-stable
diff contrib/win32/mercurial.iss @ 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 |
line wrap: on
line diff
--- 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