3 references to WindowsInstallerException
Microsoft.Win32.Msi (1)
WindowsInstaller.cs (1)
142
throw new
WindowsInstallerException
(unchecked((int)error));
Microsoft.Win32.Msi.Manual.Tests (1)
Program.cs (1)
91
throw new
WindowsInstallerException
((int)error);
Microsoft.Win32.Msi.Tests (1)
WindowsInstallerExceptionTests.cs (1)
13
WindowsInstallerException e =
new
(unchecked((int)errorCode));