C# Class ComicRackWebViewer.InstallState

Description of InstallState.
显示文件 Open project: jeroenwalter/ComicRackWeb

Public Methods

Method Description
IsProductInstalled ( string strCodes ) : bool
IsVC90RedistSP1Installed ( ) : bool

Private Methods

Method Description
MsiQueryProductState ( string product ) : INSTALLSTATE

Method Details

IsProductInstalled() public static method

public static IsProductInstalled ( string strCodes ) : bool
strCodes string
return bool

IsVC90RedistSP1Installed() public static method

public static IsVC90RedistSP1Installed ( ) : bool
return bool