IVsSetupCompositionService.IsPackageInstalled(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determine if the package is currently install. Return false if the package is not defined or not installed.
public:
bool IsPackageInstalled(System::String ^ packageName);
public:
bool IsPackageInstalled(Platform::String ^ packageName);
bool IsPackageInstalled(std::wstring const & packageName);
public bool IsPackageInstalled (string packageName);
abstract member IsPackageInstalled : string -> bool
Public Function IsPackageInstalled (packageName As String) As Boolean
Parameters
- packageName
- String