Mercurial > trustbridge
comparison cinst/nssstore_win.c @ 1176:c8f698ca6355
(issue128) Rename cinst to trustbridge-certificate-installer
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 22 Sep 2014 11:34:06 +0200 |
parents | e210ecc32d69 |
children | 0a803c3fb5a6 |
comparison
equal
deleted
inserted
replaced
1175:e210ecc32d69 | 1176:c8f698ca6355 |
---|---|
51 #include "util.h" | 51 #include "util.h" |
52 #include "strhelp.h" | 52 #include "strhelp.h" |
53 #include "binverify.h" | 53 #include "binverify.h" |
54 | 54 |
55 #ifndef APPNAME | 55 #ifndef APPNAME |
56 #define APPNAME L"cinst" | 56 #define APPNAME L"trustbridge-certificate-installer" |
57 #endif | 57 #endif |
58 | 58 |
59 /**@def The name of the nss installation process */ | 59 /**@def The name of the nss installation process */ |
60 #define NSS_APP_NAME L"trustbridge-nss-installer.exe" | 60 #define NSS_APP_NAME L"trustbridge-nss-installer.exe" |
61 | 61 |