12 references to NativeMethods
Microsoft.Win32.Msi (12)
UserInterfaceHandler.cs (1)
35_previousHandler = NativeMethods.MsiSetExternalUI(Handler, (uint)messageFilter, IntPtr.Zero);
WindowsInstaller.cs (11)
36return NativeMethods.MsiConfigureProductEx(productCode, installLevel, installState, commandLine); 53return NativeMethods.MsiInstallProduct(packagePath, commandLine); 105uint error = NativeMethods.MsiGetProductInfoEx(productCode, userSid, context, 113error = NativeMethods.MsiGetProductInfoEx(productCode, userSid, context, 134uint error = NativeMethods.MsiEnumRelatedProducts(upgradeCode, 0, productIndex, productBuffer); 160return NativeMethods.MsiEnableLog((uint)logMode, logFile, (uint)logAttributes); 176return (InstallState)NativeMethods.MsiQueryProductState(productCode); 192return NativeMethods.MsiReinstallProduct(productCode, (uint)reinstallMode); 205return (InstallUILevel)NativeMethods.MsiSetInternalUI((uint)uiLevel, ref windowHandle); 216return (InstallUILevel)NativeMethods.MsiSetInternalUI((uint)uiLevel, IntPtr.Zero); 229return NativeMethods.MsiVerifyPackage(packagePath);