Mercurial > trustbridge
comparison cinst/main.c @ 1053:78798d3af8f0
Fixed doxygen build warnings.
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Tue, 09 Sep 2014 15:22:19 +0200 |
parents | 76c410aff382 |
children | 317ee9dc4684 |
comparison
equal
deleted
inserted
replaced
1052:0b2169f7ce09 | 1053:78798d3af8f0 |
---|---|
12 * The cinst process may or may not be run with elevated | 12 * The cinst process may or may not be run with elevated |
13 * privileges. When run with elevated privileges this | 13 * privileges. When run with elevated privileges this |
14 * process will modify system wide certificate stores. | 14 * process will modify system wide certificate stores. |
15 * Otherwise only the users certificate stores are modified. | 15 * Otherwise only the users certificate stores are modified. |
16 * | 16 * |
17 * The first parameter to this process should be list=<file_name> | 17 * The first parameter to this process should be list=\<file_name\> |
18 * of the certificate list to work on. The second parameter should | 18 * of the certificate list to work on. The second parameter should |
19 * be choices=<choices_file_name>|uninstall | 19 * be choices=\<choices_file_name\>|uninstall |
20 * | 20 * |
21 * choices_file_name should be the absolute path to an | 21 * choices_file_name should be the absolute path to an |
22 * choices file formatted as: | 22 * choices file formatted as: |
23 * | 23 * |
24 * I:<certificate> | 24 * I:\<certificate\><BR> |
25 * R:<certificate> | 25 * R:\<certificate\> |
26 * | 26 * |
27 * Line breaks can be system dependent in the Choices file. | 27 * Line breaks can be system dependent in the Choices file. |
28 * | 28 * |
29 * It will only execute the choices if the | 29 * It will only execute the choices if the |
30 * I and R choices are also part of the signed | 30 * I and R choices are also part of the signed |