41 |
{ |
{ |
42 |
try |
try |
43 |
{ |
{ |
44 |
|
Logging.TSControlPanelInstallerLog.Info("Creating AnywhereTS Control Panel registry settings"); |
45 |
Microsoft.Win32.RegistryKey key = null; |
Microsoft.Win32.RegistryKey key = null; |
46 |
if (IntPtr.Size == 8) |
if (IntPtr.Size == 8) |
47 |
{ // 64 bit OS |
{ // 64 bit OS |
61 |
// RunFirstTime = 1 |
// RunFirstTime = 1 |
62 |
key.SetValue("RunFirstTime", 1); |
key.SetValue("RunFirstTime", 1); |
63 |
ATSGlobals.CreateRegistryValues(); |
ATSGlobals.CreateRegistryValues(); |
64 |
|
Logging.TSControlPanelInstallerLog.Info("Successfully created AnywhereTS Control Panel registry Registry settings"); |
65 |
} |
} |
66 |
catch (Exception ex) |
catch (Exception ex) |
67 |
{ |
{ |