comparison 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
comparison
equal deleted inserted replaced
5624:3da5ff2a9b11 5625:876acbe2f856
13 AppSupportURL=http://www.selenic.com/mercurial 13 AppSupportURL=http://www.selenic.com/mercurial
14 AppUpdatesURL=http://www.selenic.com/mercurial 14 AppUpdatesURL=http://www.selenic.com/mercurial
15 AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3} 15 AppID={{4B95A5F1-EF59-4B08-BED8-C891C46121B3}
16 AppContact=mercurial@selenic.com 16 AppContact=mercurial@selenic.com
17 OutputBaseFilename=Mercurial-snapshot 17 OutputBaseFilename=Mercurial-snapshot
18 DefaultDirName={sd}\Mercurial 18 DefaultDirName={pf}\Mercurial
19 SourceDir=C:\hg\hg-release 19 SourceDir=C:\hg\hg-release
20 VersionInfoDescription=Mercurial distributed SCM 20 VersionInfoDescription=Mercurial distributed SCM
21 VersionInfoCopyright=Copyright 2005-2007 Matt Mackall and others 21 VersionInfoCopyright=Copyright 2005-2007 Matt Mackall and others
22 VersionInfoCompany=Matt Mackall and others 22 VersionInfoCompany=Matt Mackall and others
23 InternalCompressLevel=max 23 InternalCompressLevel=max