view packaging/filelist.nsh @ 754:27043d74dc90

(Issue25) Align header contents in their own column. We now also stretch column 3 so that the contents are aligned with the descriptive labels without a space in between. Sadly this causes the quit button to be resized to it's minimum instead of sharing the space with the installation button as the installation button is so large that it squeezes the push button.
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 07 Jul 2014 12:38:33 +0200
parents 81d6657757f3
children 8081ed84589d
line wrap: on
line source
; Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik
; Software engineering by Intevation GmbH
;
; This file is Free Software under the GNU GPL (v>=2)
; and comes with ABSOLUTELY NO WARRANTY!
; See LICENSE.txt for details.

; This file is not autogenerated.
; Keep it updated if you add new things.

File "${files_dir}${path_sep}cinst.exe"
File "${files_dir}${path_sep}trustbridge.exe"
File "${files_dir}${path_sep}mozilla.exe"

; NSS: This should ultimately be static
File "${files_dir}${path_sep}nssckbi.dll"
File "${files_dir}${path_sep}smime3.dll"
File "${files_dir}${path_sep}nss3.dll"
File "${files_dir}${path_sep}nssdbm3.dll"
File "${files_dir}${path_sep}softokn3.dll"
File "${files_dir}${path_sep}sqlite3.dll"
File "${files_dir}${path_sep}freebl3.dll"
File "${files_dir}${path_sep}nssutil3.dll"
File "${files_dir}${path_sep}libplc4.dll"
File "${files_dir}${path_sep}libplds4.dll"
File "${files_dir}${path_sep}libnspr4.dll"

http://wald.intevation.org/projects/trustbridge/