comparison 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
comparison
equal deleted inserted replaced
1174:7175d117e69a 1175:e210ecc32d69
9 9
10 /* @file 10 /* @file
11 @brief Windows implementation of nssstore process control. 11 @brief Windows implementation of nssstore process control.
12 12
13 The windows process will write an instructions file for 13 The windows process will write an instructions file for
14 the mozilla process into the current users temp directory 14 the nss-installer process into the current users temp directory
15 (%APPDATA%/Local/Temp/) and start the NSS installation process to 15 (%APPDATA%/Local/Temp/) and start the NSS installation process to
16 exectute those instructions. If the current process is elevated 16 exectute those instructions. If the current process is elevated
17 the NSS process is run with a restricted token. 17 the NSS process is run with a restricted token.
18 The execution of the mozilla process is not monitored. 18 The execution of the nss-installer process is not monitored.
19 You have to refer to the system log to check which certificates were 19 You have to refer to the system log to check which certificates were
20 installed / removed by it. 20 installed / removed by it.
21 21
22 If the installation process is running elevated it 22 If the installation process is running elevated it
23 will create the file in the ProgramData directory in 23 will create the file in the ProgramData directory in
55 #ifndef APPNAME 55 #ifndef APPNAME
56 #define APPNAME L"cinst" 56 #define APPNAME L"cinst"
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"mozilla.exe" 60 #define NSS_APP_NAME L"trustbridge-nss-installer.exe"
61 61
62 #ifndef SELECTION_FILE_NAME 62 #ifndef SELECTION_FILE_NAME
63 #define SELECTION_FILE_NAME L"currently_selected.txt" 63 #define SELECTION_FILE_NAME L"currently_selected.txt"
64 #endif 64 #endif
65 65

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