MsiVerifyPackage function
The MsiVerifyPackage function verifies that the given file is an installation package.
Syntax
UINT MsiVerifyPackage( _In_ LPCTSTR szPackagePath );
Parameters
- szPackagePath [in]
-
Specifies the path and file name of the package.
Return value
| Value | Meaning |
|---|---|
|
The file is not a valid package. |
|
The file could not be opened. |
|
The parameter is not valid. |
|
The file is a package. |
Requirements
|
Version | Windows Installer 5.0 on Windows Server 2012, Windows 8, Windows Server 2008 R2 or Windows 7. Windows Installer 4.0 or Windows Installer 4.5 on Windows Server 2008 or Windows Vista. Windows Installer on Windows Server 2003 or Windows XP. See the Windows Installer Run-Time Requirements for information about the minimum Windows service pack that is required by a Windows Installer version. |
|---|---|
|
Header |
|
|
Library |
|
|
DLL |
|
|
Unicode and ANSI names | MsiVerifyPackageW (Unicode) and MsiVerifyPackageA (ANSI) |
Build date: 11/30/2012