ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/AnywhereTS-MSSQL/trunk/TSControlPanel/CPanel.Installer.cs
(Generate patch)

Comparing trunk/TSControlPanel/CPanel.Installer.cs (file contents):
Revision 167 by william, Mon Jul 16 10:40:55 2012 UTC vs.
Revision 183 by william, Mon Jul 16 14:04:06 2012 UTC

--- trunk/TSControlPanel/CPanel.Installer.cs	2012/07/16 10:40:55	167
+++ trunk/TSControlPanel/CPanel.Installer.cs	2012/07/16 14:04:06	183
@@ -41,6 +41,7 @@ namespace AnywhereTS
         {
             try
             {
+                Logging.TSControlPanelInstallerLog.Info("Creating AnywhereTS Control Panel registry settings");
                 Microsoft.Win32.RegistryKey key = null;
                 if (IntPtr.Size == 8)
                 {   // 64 bit OS
@@ -60,6 +61,7 @@ namespace AnywhereTS
                 // RunFirstTime = 1
                 key.SetValue("RunFirstTime", 1);
                 ATSGlobals.CreateRegistryValues();
+                Logging.TSControlPanelInstallerLog.Info("Successfully created AnywhereTS Control Panel registry Registry settings");
             }
             catch (Exception ex)
             {