annotate packaging/filelist.nsh @ 856:797aa8d9c785

(issue48) Fallback to HKEY_USERS on hive load failure If the hive can not be loaded it might mean that the user is currently logged on. In that case we can access his registry via HKEY_USERS.
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 31 Jul 2014 12:56:26 +0200
parents 8081ed84589d
children 62b832d0b839
rev   line source
406
5ee694fa3da7 Add license header for NSIS scripts
Andre Heinecke <aheinecke@intevation.de>
parents: 340
diff changeset
1 ; Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik
5ee694fa3da7 Add license header for NSIS scripts
Andre Heinecke <aheinecke@intevation.de>
parents: 340
diff changeset
2 ; Software engineering by Intevation GmbH
5ee694fa3da7 Add license header for NSIS scripts
Andre Heinecke <aheinecke@intevation.de>
parents: 340
diff changeset
3 ;
5ee694fa3da7 Add license header for NSIS scripts
Andre Heinecke <aheinecke@intevation.de>
parents: 340
diff changeset
4 ; This file is Free Software under the GNU GPL (v>=2)
5ee694fa3da7 Add license header for NSIS scripts
Andre Heinecke <aheinecke@intevation.de>
parents: 340
diff changeset
5 ; and comes with ABSOLUTELY NO WARRANTY!
5ee694fa3da7 Add license header for NSIS scripts
Andre Heinecke <aheinecke@intevation.de>
parents: 340
diff changeset
6 ; See LICENSE.txt for details.
5ee694fa3da7 Add license header for NSIS scripts
Andre Heinecke <aheinecke@intevation.de>
parents: 340
diff changeset
7
340
9001eaa55549 Add first draft of packaging to build upon
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
8 ; This file is not autogenerated.
9001eaa55549 Add first draft of packaging to build upon
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
9 ; Keep it updated if you add new things.
9001eaa55549 Add first draft of packaging to build upon
Andre Heinecke <aheinecke@intevation.de>
parents:
diff changeset
10
539
81d6657757f3 Provide path_sep as a variable to make it possible to reuse filelist
Andre Heinecke <aheinecke@intevation.de>
parents: 490
diff changeset
11 File "${files_dir}${path_sep}cinst.exe"
81d6657757f3 Provide path_sep as a variable to make it possible to reuse filelist
Andre Heinecke <aheinecke@intevation.de>
parents: 490
diff changeset
12 File "${files_dir}${path_sep}trustbridge.exe"
81d6657757f3 Provide path_sep as a variable to make it possible to reuse filelist
Andre Heinecke <aheinecke@intevation.de>
parents: 490
diff changeset
13 File "${files_dir}${path_sep}mozilla.exe"

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