8 references to SUCCESS
Microsoft.Win32.Msi (8)
Error.cs (2)
159/// <returns><see langword="true"/> if the error is <see cref="SUCCESS"/>, <see cref="SUCCESS_REBOOT_INITIATED"/>, or 163return error == SUCCESS || error == SUCCESS_REBOOT_INITIATED || error == SUCCESS_REBOOT_REQUIRED;
WindowsInstaller.cs (6)
49/// <returns><see cref="Error.SUCCESS"/>, <see cref="Error.SUCCESS_REBOOT_INITIATED"/>, or <see cref="Error.SUCCESS_REBOOT_REQUIRED"/> if 65/// <see cref="Error.SUCCESS"/> if the function completed successfully. 93/// <see cref="Error.SUCCESS"/> if the function completed successfully. 140if (error != Error.SUCCESS) 157/// <returns><see cref="Error.SUCCESS"/> if successful or <see cref="Error.INVALID_PARAMETER"/> if an invalid log mode was specified.</returns> 224/// <see cref="Error.SUCCESS"/> if the file is a valid installation package, otherwise returns