Installer: old to new update #6 - add scheduler service registration.

This commit is contained in:
McMak 2015-05-21 15:49:02 +03:00
parent a0ceaf800a
commit 848cbd4bb1
3 changed files with 119 additions and 38 deletions

View file

@ -251,7 +251,8 @@ namespace WebsitePanel.Setup
public string SpecialBaseDirectory { get; set; }
public IDictionary<string, string> FileNameMap { get; set; }
public IDictionary<string, string> SessionVariables { get; set; }
public IDictionary<string, string[]> XmlData { get; set; } // XPath, Value.
public bool ComponentExists { get; set; }
public string UpdateVersion { get; set; }
@ -283,7 +284,8 @@ namespace WebsitePanel.Setup
public string ServiceName { get; set; }
public string ConfigurationFile { get; set; }
private bool m_UseUserCredentials = true;
public bool UseUserCredentials { get { return m_UseUserCredentials; } set { m_UseUserCredentials = value; } }
public string ServiceFile { get; set; }
public string LicenseKey { get; set; }