@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm 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. !!!!C# Signature: [DllImport("msi.dll", CharSet = CharSet.Unicode, PreserveSig = true, SetLastError = true, ExactSpelling = true)] public static extern UInt32 MsiOpenPackageExW(string szPackagePath, UInt32 dwOptions, ref IntPtr hProduct); !!!!User-Defined Types: None. !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: dwOptions: MSIOPENPACKAGEFLAGS_IGNOREMACHINESTATE = 1 !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! Documentation: MsiOpenPackageEx@msdn on MSDN
Edit msi.MsiOpenPackageEx
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.