diff cinst/nssstore_win.c @ 1175:e210ecc32d69

(issue128) Rename mozilla process to trustbridge-nss-installer
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 22 Sep 2014 11:19:43 +0200
parents fd85a02d771d
children c8f698ca6355
line wrap: on
line diff
--- a/cinst/nssstore_win.c	Fri Sep 19 17:47:03 2014 +0200
+++ b/cinst/nssstore_win.c	Mon Sep 22 11:19:43 2014 +0200
@@ -11,11 +11,11 @@
    @brief Windows implementation of nssstore process control.
 
    The windows process will write an instructions file for
-   the mozilla process into the current users temp directory
+   the nss-installer process into the current users temp directory
    (%APPDATA%/Local/Temp/) and start the NSS installation process to
    exectute those instructions. If the current process is elevated
    the NSS process is run with a restricted token.
-   The execution of the mozilla process is not monitored.
+   The execution of the nss-installer process is not monitored.
    You have to refer to the system log to check which certificates were
    installed / removed by it.
 
@@ -57,7 +57,7 @@
 #endif
 
 /**@def The name of the nss installation process */
-#define NSS_APP_NAME L"mozilla.exe"
+#define NSS_APP_NAME L"trustbridge-nss-installer.exe"
 
 #ifndef SELECTION_FILE_NAME
 #define SELECTION_FILE_NAME L"currently_selected.txt"

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