// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
namespace WixToolset.BootstrapperApplicationApi
{
using System;
using System.CodeDom.Compiler;
using System.Runtime.InteropServices;
///
/// This is no longer used.
///
[Obsolete("Bootstrapper applications now run out of proc and do not use a BootstrapperApplicationFactory. Remove your BootstrapperApplicationFactory class. See https://wixtoolset.org/docs/fivefour/ for more details.")]
public interface IBootstrapperApplicationFactory
{
///
/// This is no longer used.
///
/// This is no longer used.
/// This is no longer used.
void Create(IntPtr pArgs, IntPtr pResults);
}
}