Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "MsiOpenPackageEx" in [All]

msi

.
Summary
The MsiOpenPackageEx function opens a package to use with functions that access the product database. The MsiCloseHandle function must be called with the handle when the handle is no longer needed.
.

public static extern UInt32 MsiOpenPackageExW(string szPackagePath, UInt32 dwOptions, void **hProduct);

.
Documentation
[MsiOpenPackageEx] on MSDN

 
Access PInvoke.net directly from VS: