Installer: old to new update #6 - add scheduler service registration.
This commit is contained in:
parent
a0ceaf800a
commit
848cbd4bb1
3 changed files with 119 additions and 38 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue