Various changes to prepare Installers for 1.2.2
Update Installer EULA Date for 2012 Update Build.XML for 1.2.2 Update email address in installer to info@websitepanel.net
This commit is contained in:
parent
bb347537af
commit
99e93e99da
20 changed files with 398 additions and 301 deletions
|
@ -148,7 +148,7 @@ namespace WebsitePanel.Installer
|
|||
{
|
||||
Log.WriteError("Fatal error occured.", e.Exception);
|
||||
string message = "A fatal error has occurred. We apologize for this inconvenience.\n" +
|
||||
"Please contact Technical Support at support@websitepanel.net.\n\n" +
|
||||
"Please contact Technical Support at info@websitepanel.net.\n\n" +
|
||||
"Make sure you include a copy of the Installer.log file from the\n" +
|
||||
"WebsitePanel Installer home directory.";
|
||||
MessageBox.Show(message, "WebsitePanel Installer", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
|
@ -162,7 +162,7 @@ namespace WebsitePanel.Installer
|
|||
{
|
||||
Log.WriteError("Fatal error occured.", (Exception)e.ExceptionObject);
|
||||
string message = "A fatal error has occurred. We apologize for this inconvenience.\n" +
|
||||
"Please contact Technical Support at support@websitepanel.net.\n\n" +
|
||||
"Please contact Technical Support at info@websitepanel.net.\n\n" +
|
||||
"Make sure you include a copy of the Installer.log file from the\n" +
|
||||
"WebsitePanel Installer home directory.";
|
||||
MessageBox.Show(message, "WebsitePanel Installer", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue