From c150659a4958adbeae80659885798958a271d49b Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Sun, 21 Oct 2012 10:08:03 +0200 Subject: [PATCH] Installer: Start included files with [Code] to get syntax highlighting Signed-off-by: Sebastian Schuberth --- share/WinGit/environment.inc.iss | 2 ++ share/WinGit/helpers.inc.iss | 2 ++ share/WinGit/modules.inc.iss | 2 ++ share/WinGit/putty.inc.iss | 2 ++ 4 files changed, 8 insertions(+) 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'; -- 2.11.4.GIT