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