From: Sebastian Schuberth Date: Sun, 21 Oct 2012 08:08:03 +0000 (+0200) Subject: Installer: Start included files with [Code] to get syntax highlighting X-Git-Tag: Git-1.8.0-preview20121022~5 X-Git-Url: https://repo.or.cz/w/msysgit.git/commitdiff_plain/c150659a4958adbeae80659885798958a271d49b Installer: Start included files with [Code] to get syntax highlighting Signed-off-by: Sebastian Schuberth --- diff --git a/share/WinGit/environment.inc.iss b/share/WinGit/environment.inc.iss index 7513d374..dadf875e 100644 --- a/share/WinGit/environment.inc.iss +++ b/share/WinGit/environment.inc.iss @@ -1,3 +1,5 @@ +[Code] + // Returns the value(s) of the environment variable "VarName", which is tokenized // by ";" into an array of strings. This makes it easy query PATH-like variables // in addition to normal variables. If "AllUsers" is true, the common variables diff --git a/share/WinGit/helpers.inc.iss b/share/WinGit/helpers.inc.iss index 0377dc52..97dd90f1 100644 --- a/share/WinGit/helpers.inc.iss +++ b/share/WinGit/helpers.inc.iss @@ -1,3 +1,5 @@ +[Code] + // Copies a NULL-terminated array of characters to a string. function ArrayToString(Chars:array of Char):String; var diff --git a/share/WinGit/modules.inc.iss b/share/WinGit/modules.inc.iss index fef0b504..4e8d2bec 100644 --- a/share/WinGit/modules.inc.iss +++ b/share/WinGit/modules.inc.iss @@ -1,3 +1,5 @@ +[Code] + // This file contains code paths for Windows 95, Windows 2000 and Windows Vista // to get a list of processes that use a given module (DLL). For the processes // that lock the file, the process ID, the full path to the executable, and file diff --git a/share/WinGit/putty.inc.iss b/share/WinGit/putty.inc.iss index 25488e8f..2295b7fd 100644 --- a/share/WinGit/putty.inc.iss +++ b/share/WinGit/putty.inc.iss @@ -1,3 +1,5 @@ +[Code] + const TortoiseGitInstallKey='SOFTWARE\TortoiseGit'; TortoiseSVNInstallKey='SOFTWARE\TortoiseSVN';