# HG changeset patch # User Bryan O'Sullivan # Date 1127341610 25200 # Node ID ac8debb9045cd622f6a3708a34daaad52dea93b4 # Parent 0e921c164b580538cf0f09c74a3a5db095e5c89a Update Inno Setup installer to install INI file. diff -r 0e921c164b58 -r ac8debb9045c contrib/win32/mercurial.iss --- a/contrib/win32/mercurial.iss Wed Sep 21 15:18:24 2005 -0700 +++ b/contrib/win32/mercurial.iss Wed Sep 21 15:26:50 2005 -0700 @@ -42,6 +42,8 @@ Source: notes.txt; DestDir: {app}\Docs; DestName: DesignNotes.txt Source: CONTRIBUTORS; DestDir: {app}; DestName: Contributors.txt Source: contrib\win32\ReadMe.html; DestDir: {app}; Flags: isreadme +Source: ..\..\msys\1.0\bin\patch.exe; DestDir: {app} +Source: contrib\win32\mercurial.ini; DestDir: {app}; DestName: Mercurial.ini; Flags: confirmoverwrite [INI] Filename: {app}\Mercurial.url; Section: InternetShortcut; Key: URL; String: http://www.selenic.com/mercurial/