EventLogInstaller.UninstallAction 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出在解除安裝時,Installutil.exe (安裝程式工具) 應該移除事件記錄檔,還是將它保留在已安裝的狀態。
public:
property System::Configuration::Install::UninstallAction UninstallAction { System::Configuration::Install::UninstallAction get(); void set(System::Configuration::Install::UninstallAction value); };
public System.Configuration.Install.UninstallAction UninstallAction { get; set; }
member this.UninstallAction : System.Configuration.Install.UninstallAction with get, set
Public Property UninstallAction As UninstallAction
屬性值
其中一個 UninstallAction 值,表示解除安裝 EventLog 時,要讓事件記錄檔保持什麼狀態。 預設為 Remove
。
例外狀況
UninstallAction 包含無效的值。 這個屬性的有效值只有 Remove
和 NoAction
。
備註
當您安裝事件記錄檔時,您可以選擇性地將其連線到現有的記錄檔。 如果您這樣做,您必須決定記錄檔是否應該回到其安裝前狀態,或維持在安裝后的目前狀態。 如果您選擇將事件記錄檔傳回其安裝前狀態,則不會還原安裝時的事件記錄檔項目變更。 您只能重設與其安裝前值相關聯的 EventLogInstaller 事件記錄檔屬性。