Mercurial > trustbridge
diff common/errorcodes.h @ 289:9ad00a3255f4
Change cinst from stdin input to use arguments.
As we have to execute this process on Windows over the
shell a stdin / stdout communication is not really possible
without some major hacks. So you now have to supply an
instructions file and the path to the certificatelist as arguments when
this process is called
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 02 Apr 2014 13:52:02 +0000 |
parents | 539c856cb5da |
children | b832231640ab |
line wrap: on
line diff
--- a/common/errorcodes.h Wed Apr 02 13:49:04 2014 +0000 +++ b/common/errorcodes.h Wed Apr 02 13:52:02 2014 +0000 @@ -3,7 +3,7 @@ /* No error */ #define ERR_NO_ERROR 0 -/* No begin certificate / end certificate could be found */ +/* Failed to read / verify the certificate list */ #define ERR_INVALID_INPUT_NO_LIST 2 /* Too much input for the installer process */ #define ERR_TOO_MUCH_INPUT 3 @@ -21,6 +21,8 @@ #define ERR_INVALID_INPUT 9 /* Generic invalid certificate */ #define ERR_INVALID_CERT 10 +/* Invalid parameters in call */ +#define ERR_INVALID_PARAMS 11 /*********************************************************************** * mozilla specific errors and warnings