C# Class CustomActions.KbInstalledChecker

Mostra file Open project: mRemoteNG/mRemoteNG Class Usage Examples

Public Methods

Method Description
Execute ( IEnumerable acceptedKbs, string returnVar ) : bool
Execute ( string acceptedKb, string returnVar ) : bool
KbInstalledChecker ( Microsoft.Deployment.WindowsInstaller.Session session ) : System

Private Methods

Method Description
SetReturnValue ( bool isUpdateInstalled, string returnVar ) : void

Method Details

Execute() public method

public Execute ( IEnumerable acceptedKbs, string returnVar ) : bool
acceptedKbs IEnumerable
returnVar string
return bool

Execute() public method

public Execute ( string acceptedKb, string returnVar ) : bool
acceptedKb string
returnVar string
return bool

KbInstalledChecker() public method

public KbInstalledChecker ( Microsoft.Deployment.WindowsInstaller.Session session ) : System
session Microsoft.Deployment.WindowsInstaller.Session
return System