49 |
{ |
{ |
50 |
try |
try |
51 |
{ |
{ |
52 |
|
Logging.ATSAdminInstallerLog.Debug("Configuring AnywhereTS"); |
53 |
frmAdmin atsadmin = new frmAdmin(); |
frmAdmin atsadmin = new frmAdmin(); |
54 |
if (!atsadmin.ConfigureATS()) |
if (!atsadmin.ConfigureATS()) |
55 |
{ |
{ |
56 |
throw new Exception("AnywhereTS cannot be installed without configuring it first."); |
throw new Exception("AnywhereTS cannot be installed without configuring it first."); |
57 |
} |
} |
58 |
|
Logging.ATSAdminInstallerLog.Debug("Successfully Configured AnywhereTS"); |
59 |
} |
} |
60 |
catch (Exception ex) |
catch (Exception ex) |
61 |
{ |
{ |