summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2007-07-19 08:22:43 -0230
committerBrent Eagles <brent@zeroc.com>2007-07-20 09:52:57 -0230
commit675b9c36dd10db814ee7d08405cb84afafc31d49 (patch)
tree7b63796689dc41d4d6795aea39dc3061c644620e /cpp
parentUpdating STLport version. (diff)
downloadice-675b9c36dd10db814ee7d08405cb84afafc31d49.tar.bz2
ice-675b9c36dd10db814ee7d08405cb84afafc31d49.tar.xz
ice-675b9c36dd10db814ee7d08405cb84afafc31d49.zip
Adding a note about where the Windows installers store the installed
location in the registry. Addresses the documentation requirement for http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2237.
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp/install/vc60/doc/README.txt14
-rwxr-xr-xcpp/install/vc71/doc/README.txt14
-rwxr-xr-xcpp/install/vc80/doc/README.txt14
-rwxr-xr-xcpp/install/vc80_x64/doc/README.txt14
4 files changed, 56 insertions, 0 deletions
diff --git a/cpp/install/vc60/doc/README.txt b/cpp/install/vc60/doc/README.txt
index a45f47ff707..136a99fa6b0 100755
--- a/cpp/install/vc60/doc/README.txt
+++ b/cpp/install/vc60/doc/README.txt
@@ -375,6 +375,20 @@ compiled against the <x>.<y>.<z> run time will automatically use the
<x>.<y>.<z or z+n> assemblies.
+Ice and the Windows Registry
+----------------------------
+
+The Ice installer adds information to the Windows registry to indicate
+where it was installed. Developers can use this information to locate
+the Ice files in their applications.
+
+The registration key used by this installer is:
+
+HKEY_LOCAL_MACHINE\Software\ZeroC\Ice @ver@ for Visual Studio 6.0
+
+To install location is stored as a string value named 'InstallDir'.
+
+
Acknowledgments
---------------
diff --git a/cpp/install/vc71/doc/README.txt b/cpp/install/vc71/doc/README.txt
index 01f4a0afae4..15362034e09 100755
--- a/cpp/install/vc71/doc/README.txt
+++ b/cpp/install/vc71/doc/README.txt
@@ -122,6 +122,20 @@ compiled against the <x>.<y>.<z> run time will automatically use the
<x>.<y>.<z or z+n> assemblies.
+Ice and the Windows Registry
+----------------------------
+
+The Ice installer adds information to the Windows registry to indicate
+where it was installed. Developers can use this information to locate
+the Ice files in their applications.
+
+The registration key used by this installer is:
+
+HKEY_LOCAL_MACHINE\Software\ZeroC\Ice @ver@ for Visual Studio .NET 2003
+
+To install location is stored as a string value named 'InstallDir'.
+
+
Acknowledgments
---------------
diff --git a/cpp/install/vc80/doc/README.txt b/cpp/install/vc80/doc/README.txt
index a0f4bc14d2c..1d6681d275d 100755
--- a/cpp/install/vc80/doc/README.txt
+++ b/cpp/install/vc80/doc/README.txt
@@ -294,6 +294,20 @@ compiled against the <x>.<y>.<z> run time will automatically use the
<x>.<y>.<z or z+n> assemblies.
+Ice and the Windows Registry
+----------------------------
+
+The Ice installer adds information to the Windows registry to indicate
+where it was installed. Developers can use this information to locate
+the Ice files in their applications.
+
+The registration key used by this installer is:
+
+HKEY_LOCAL_MACHINE\Software\ZeroC\Ice @ver@ for Visual Studio 2005
+
+To install location is stored as a string value named 'InstallDir'.
+
+
Acknowledgments
---------------
diff --git a/cpp/install/vc80_x64/doc/README.txt b/cpp/install/vc80_x64/doc/README.txt
index 47a4bac7d46..9522df6753e 100755
--- a/cpp/install/vc80_x64/doc/README.txt
+++ b/cpp/install/vc80_x64/doc/README.txt
@@ -112,6 +112,20 @@ compiled against the <x>.<y>.<z> run time will automatically use the
<x>.<y>.<z or z+n> assemblies.
+Ice and the Windows Registry
+----------------------------
+
+The Ice installer adds information to the Windows registry to indicate
+where it was installed. Developers can use this information to locate
+the Ice files in their applications.
+
+The registration key used by this installer is:
+
+HKEY_LOCAL_MACHINE\Software\ZeroC\Ice @ver@ for Visual Studio 2005 (x64)
+
+To install location is stored as a string value named 'InstallDir'.
+
+
Acknowledgments
---------------