summaryrefslogtreecommitdiffstats
path: root/include/nt
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2005-03-25 02:09:27 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2005-03-25 02:09:27 +0000
commit03462d65dcb2be5f8ccda2eb80353dce5e2d0d98 (patch)
tree3ea2acadf10f45f086978ba080794fe92985ce90 /include/nt
parentb6bff935c117b5042cd2a9809218607c01bea965 (diff)
downloadds-03462d65dcb2be5f8ccda2eb80353dce5e2d0d98.tar.gz
ds-03462d65dcb2be5f8ccda2eb80353dce5e2d0d98.tar.xz
ds-03462d65dcb2be5f8ccda2eb80353dce5e2d0d98.zip
[Bug 146919] Directory Server rebranding
1) Brandx -> Fedora 2) Pick up new internal component set (Admin SDK, Setup SDK, Admin Server) 3) Use JRE from the Admin Server package 4) Docs a) Componentize Docs b) Rebrand Docs c) Drop packaging Administration Guide in the external version
Diffstat (limited to 'include/nt')
-rw-r--r--include/nt/regparms.h67
1 files changed, 33 insertions, 34 deletions
diff --git a/include/nt/regparms.h b/include/nt/regparms.h
index 3a416338..48f63b51 100644
--- a/include/nt/regparms.h
+++ b/include/nt/regparms.h
@@ -16,7 +16,7 @@
// 07-24-97 3.5 registry changes, Ted Byrd (tbyrd@netscape.com) //
// 09-28-97 4.0 registry changes, Glen Beasley (gbeasley@netscape.com) //
//--------------------------------------------------------------------------//
-#define KEY_COMPANY "Netscape"
+#define KEY_COMPANY "Fedora"
#define KEY_APP_PATH "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\App Paths"
#define KEY_RUN_ONCE "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\RunOnce"
#define KEY_SERVICES "SYSTEM\\CurrentControlSet\\Services"
@@ -24,12 +24,12 @@
#define KEY_SNMP_CURRENTVERSION "SNMP\\CurrentVersion"
#define KEY_EVENTLOG_MESSAGES "EventLogMessages"
#define KEY_EVENTLOG_APP "EventLog\\Application"
-#define KEY_SOFTWARE_NETSCAPE "SOFTWARE\\Netscape"
+#define KEY_SOFTWARE_NETSCAPE "SOFTWARE\\Fedora"
#define VALUE_IMAGE_PATH "ImagePath"
#define VALUE_CONFIG_PATH "ConfigurationPath"
#define VALUE_ROOT_PATH "RootPath"
#define VALUE_APP_PATH "Pathname"
-#define PROGRAM_GROUP_NAME "Netscape SuiteSpot"
+#define PROGRAM_GROUP_NAME "Fedora SuiteSpot"
#define STR_PRODUCT_TYPE "Server"
#define STR_EXE ".exe"
#define STR_COMPANY_PREFIX "ns-"
@@ -38,26 +38,26 @@
#define NSS_NAME_SHORT "SuiteSpot"
#define NSS_VERSION "6.0"
#define NSS_NAME_VERSION "SuiteSpot 6.0"
-#define NSS_NAME_FULL "Netscape SuiteSpot"
-#define NSS_NAME_FULL_VERSION "Netscape SuiteSpot 6.0"
+#define NSS_NAME_FULL "Fedora SuiteSpot"
+#define NSS_NAME_FULL_VERSION "Fedora SuiteSpot 6.0"
#define NSS_NAME_UNINSTALL "Uninstall SuiteSpot 6.0"
/* Admin IDs */
#define ADM_ID_PRODUCT "admin"
#define ADM_NAME_SHORT "Administration"
-#define ADM_VERSION "6.2"
-#define ADM_NAME_VERSION "Administration 6.2"
+#define ADM_VERSION "7.0"
+#define ADM_NAME_VERSION "Administration 7.0"
#define ADM_NAME_SERVER "Administration Server"
-#define ADM_NAME_FULL "Netscape Administration Server"
-#define ADM_NAME_FULL_VERSION "Brandx Administration Server 6.2"
-#define ADM_NAME_SERVICE "Brandx Administration 6.2"
+#define ADM_NAME_FULL "Fedora Administration Server"
+#define ADM_NAME_FULL_VERSION "Fedora Administration Server 7.0"
+#define ADM_NAME_SERVICE "Fedora Administration 7.0"
#define ADM_EXE "ns-admin.exe"
#define ADM_EXE_START "admin.exe"
-#define ADM_ID_SERVICE "admin62"
-#define ADM_KEY_ROOT "Administration\\6.2"
+#define ADM_ID_SERVICE "admin70"
+#define ADM_KEY_ROOT "Administration\\7.0"
#define ADM_SERVER_LST_NAME "adm:Netscape Enterprise Server"
#define ADM_DIR_ROOT "admin"
-#define ADM_NAME_UNINSTALL "Uninstall Administration Server 6.2"
+#define ADM_NAME_UNINSTALL "Uninstall Administration Server 7.0"
#if defined( NS_DS )
#define ADMIN_SERVICE_NAME "Admin Server"
@@ -67,20 +67,21 @@
/* Enterprise IDs */
#define ENT_ID_PRODUCT "https"
#define ENT_NAME_SHORT "Enterprise"
-#define ENT_VERSION "3.01"
-#define ENT_NAME_VERSION "Enterprise 3.01"
+#define ENT_VERSION "6.2"
+#define ENT_NAME_VERSION "Enterprise 6.2"
#define ENT_NAME_SERVER "Enterprise Server"
-#define ENT_NAME_FULL "Netscape Enterprise Server"
-#define ENT_NAME_FULL_VERSION "Netscape Enterprise Server 3.01"
-#define ENT_NAME_SERVICE "Netscape Enterprise 3.01"
+#define ENT_NAME_FULL "Fedora Enterprise Server"
+#define ENT_NAME_FULL_VERSION "Fedora Enterprise Server 6.2"
+#define ENT_NAME_SERVICE "Fedora Enterprise 6.2"
#define ENT_EXE "ns-httpd.exe"
#define ENT_EXE_START "httpd.exe"
#define ENT_ID_SERVICE "https"
-#define ENT_KEY_ROOT "Enterprise\\3.01"
-#define ENT_SERVER_LST_NAME "https:Netscape Enterprise Server"
+#define ENT_KEY_ROOT "Enterprise\\6.2"
+#define ENT_SERVER_LST_NAME "https:Fedora Enterprise Server"
#define ENT_DIR_ROOT "https"
#define ENT_NAME_UNINSTALL "Uninstall Enterprise Server 3.01"
+#if 0
/* Personal IDs */
#define PERSONAL_APP_PATH_KEY "ns-httpd.exe"
#define PERSONAL_README_ICON_NAME "FastTrack README"
@@ -90,9 +91,6 @@
#define PERSONAL_UNINSTALL_KEY "FastTrackV2.0"
#define PERSONAL_SERVER_NAME "Netscape FastTrack Server"
-
-
-
#define PER_ID_PRODUCT "httpd"
#define PER_NAME_SHORT "FastTrack"
#define PER_VERSION "3.01"
@@ -214,13 +212,14 @@
#define MAIL_SERVICE_PREFIX "Netscape Admin Server "
#define MAIL_README_ICON_NAME "Mail Readme"
#define MAIL_UNINSTALL_ICON_NAME "Uninstall Mail"
+#endif
/* Synchronization Service IDs */
#define DSS_SHORT_NAME "Directory Synchronization Service"
-#define DSS_SERVER_NAME "Brandx Directory Synchronization Service"
+#define DSS_SERVER_NAME "Fedora Directory Synchronization Service"
#define DSS_SERVER_VERSION "7"
-#define DSS_SETUP_SHORT_NAME "Brandx Synchronization Service"
-#define DSS_SETUP_NAME "Brandx Directory Synchronization Service 7"
+#define DSS_SETUP_SHORT_NAME "Fedora Synchronization Service"
+#define DSS_SETUP_NAME "Fedora Directory Synchronization Service 7"
#define DSS_REGISTRY_ROOT_KEY "Directory Synchronization Service"
#define DSS_EXE "dssynch.exe"
#define DSS_DIR_ROOT "dssynch"
@@ -228,7 +227,7 @@
#define DSS_CONFIG_TOOL "synchcfg.exe"
#define DSS_UNINSTALL_KEY "SynchronizationV7"
#define DSS_SERVER_LST_NAME "dssynch:Netscape Directory Synchronization Service"
-#define DSS_SERVICE_PREFIX "Brandx Directory Synchronization Service "
+#define DSS_SERVICE_PREFIX "Fedora Directory Synchronization Service "
#define DSS_README_ICON_NAME "Directory Synchronization Service README"
#define DSS_CONFIG_ICON_NAME "Directory Synchronization Service Config"
#define DSS_UNINSTALL_ICON_NAME "Uninstall Directory Synch Service"
@@ -346,14 +345,14 @@
the SuiteSpot servers and should be the final form.
*/
#define DS_SHORT_NAME "Directory Server"
-#define DS_SERVER_NAME "Brandx Directory Server"
+#define DS_SERVER_NAME "Fedora Directory Server"
#define DS_SERVER_VERSION "7"
#define DS_SETUP_SHORT_NAME "Directory Server"
-#define DS_SETUP_NAME "Brandx Directory Server 7"
+#define DS_SETUP_NAME "Fedora Directory Server 7"
#define DS_REGISTRY_ROOT_KEY "Directory Server"
#define DS_APP_PATH_KEY "ns-slapd.exe"
#define DS_UNINSTALL_KEY "DirectoryV7"
-#define DS_SERVICE_PREFIX "Brandx Directory Server "
+#define DS_SERVICE_PREFIX "Fedora Directory Server "
#define DS_README_ICON_NAME "Directory Server 7 README"
#define DS_UNINSTALL_ICON_NAME "Uninstall Directory Server 7"
#define DS_PRODUCT_NAME "slapd"
@@ -365,15 +364,15 @@
#define DS_VERSION "7"
#define DS_NAME_VERSION "Directory 7"
#define DS_NAME_SERVER "Directory Server"
-#define DS_NAME_FULL "Brandx Directory Server"
-#define DS_NAME_FULL_VERSION "Brandx Directory Server 7"
-#define DS_NAME_SERVICE "Brandx Directory 7"
+#define DS_NAME_FULL "Fedora Directory Server"
+#define DS_NAME_FULL_VERSION "Fedora Directory Server 7"
+#define DS_NAME_SERVICE "Fedora Directory 7"
#define DS_EXE "ns-slapd.exe"
#define DS_EXE_START "slapd.exe"
#define DS_ID_SERVICE "slapd"
#define DS_KEY_ROOT "Directory\\7"
#define DS_KEY_ROOT_OLD "Directory\\3.0"
-#define DS_SERVER_LST_NAME "slapd:Brandx Directory Server"
+#define DS_SERVER_LST_NAME "slapd:Fedora Directory Server"
#define DS_DIR_ROOT "slapd"
#define DS_NAME_UNINSTALL "Uninstall Directory Server 7"
#define DS_SNMP_PATH "bin\\slapd\\server\\ns-ldapagt.dll"