InstallationFlags 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
與 RegistrationHelper 類別一起使用的旗標。
此列舉支援其成員值的位元組合。
public enum class InstallationFlags
[System.Flags]
[System.Serializable]
public enum InstallationFlags
[<System.Flags>]
[<System.Serializable>]
type InstallationFlags =
Public Enum InstallationFlags
- 繼承
- 屬性
欄位
Configure | 1024 | 不應該被使用。 |
ConfigureComponentsOnly | 16 | 只設定元件,不要設定方法或介面。 |
CreateTargetApplication | 2 | 建立目標應用程式。 如果目標已經存在,會發生錯誤。 |
Default | 0 | 進行預設安裝,即設定、安裝和註冊,並假設應用程式已經存在。 |
ExpectExistingTypeLib | 1 | 不要匯出型別程式庫;可以藉產生的或者提供的型別程式庫名稱來找到。 |
FindOrCreateTargetApplication | 4 | 如果它不存在,則建立應用程式,否則使用現有的應用程式。 |
Install | 512 | 不應該被使用。 |
ReconfigureExistingApplication | 8 | 如果使用現有應用程式,請確保這個應用程式上的屬性符合組件中的屬性。 |
Register | 256 | 不應該被使用。 |
ReportWarningsToConsole | 32 | 當遇到警訊文字時,將它寫到主控台 (Console)。 |