C# 클래스 Installer.InstallParameters

The parameters of the installation. They are either discovered, or configured.
파일 보기 프로젝트 열기: daptiv/Malevich 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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