Deployment Tools Foundation
VerifyPackage Method (packagePath)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► Installer ► VerifyPackage(String)
Verifies that the given file is an installation package.
Declaration Syntax
Parameters
- packagePath (String)
- Path to the package
Return Value
True if the file is an installation package; false otherwise.
Remarks
Win32 MSI API: MsiVerifyPackage
Exceptions
Exception | Condition |
---|---|
FileNotFoundException | the specified package file does not exist |
InstallerException | the package file could not be opened |