C# Класс Installer.InstallParameters

The parameters of the installation. They are either discovered, or configured.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
AliasToSendFrom string
App Microsoft.Web.Administration.Application
ClientDirectory string
ClientShare string
CompanyDomain string
Database string
DatabaseDirectory string
FixChangeListTimeStamps bool
IIS Microsoft.Web.Administration.ServerManager
InstallSource string
InstallTarget string
NotifierDirectory string
NotifierInterval int
Platform DetectedPlatform
Root Microsoft.Web.Administration.VirtualDirectory
SmtpServer string
UnixUtilsDiff string
UseLdap bool
UseSsl bool
WebApplicationName string
Website Microsoft.Web.Administration.Site
WebsitePath string

Описание свойств

AliasToSendFrom публичное свойство

Alias to send from.
public string AliasToSendFrom
Результат string

App публичное свойство

Web application under the web site where Malevich is installed.
public Application,Microsoft.Web.Administration App
Результат Microsoft.Web.Administration.Application

ClientDirectory публичное свойство

The name of the directory where review client lives.
public string ClientDirectory
Результат string

ClientShare публичное свойство

The name of the share where review client lives.
public string ClientShare
Результат string

CompanyDomain публичное свойство

Company domain (e.g. microsoft.com)
public string CompanyDomain
Результат string

Database публичное свойство

The database instance name.
public string Database
Результат string

DatabaseDirectory публичное свойство

The directory where database is located.
public string DatabaseDirectory
Результат string

FixChangeListTimeStamps публичное свойство

Whether the installer should convert time stamps in ChangeList table to UTC.
public bool FixChangeListTimeStamps
Результат bool

IIS публичное свойство

The instance of IIS that owns the Website, App, and Root below
public ServerManager,Microsoft.Web.Administration IIS
Результат Microsoft.Web.Administration.ServerManager

InstallSource публичное свойство

This is our source installation directory.
public string InstallSource
Результат string

InstallTarget публичное свойство

This is our target installation directory.
public string InstallTarget
Результат string

NotifierDirectory публичное свойство

The directory where the Notifier lives.
public string NotifierDirectory
Результат string

NotifierInterval публичное свойство

Schedule notifier every this number of minutes.
public int NotifierInterval
Результат int

Platform публичное свойство

What platform we're installing on.
public DetectedPlatform,Installer Platform
Результат DetectedPlatform

Root публичное свойство

Virtual root where web site is installed.
public VirtualDirectory,Microsoft.Web.Administration Root
Результат Microsoft.Web.Administration.VirtualDirectory

SmtpServer публичное свойство

Smtp server to send from, e.g. smtphost.redmond.corp.microsoft.com
public string SmtpServer
Результат string

UnixUtilsDiff публичное свойство

Path to unix utilities (the differ).
public string UnixUtilsDiff
Результат string

UseLdap публичное свойство

Whether LDAP will be used to send email.
public bool UseLdap
Результат bool

UseSsl публичное свойство

Whether SSL will be used to send email.
public bool UseSsl
Результат bool

WebApplicationName публичное свойство

The name of the web app.
public string WebApplicationName
Результат string

Website публичное свойство

The web site where Malevich is installed.
public Site,Microsoft.Web.Administration Website
Результат Microsoft.Web.Administration.Site

WebsitePath публичное свойство

The directory where the web site lives.
public string WebsitePath
Результат string