Runtimes.RuntimeInfo.InvokeInstaller Method
Declaring Type: Runtimes.RuntimeInfo
Namespace: Velopack.Windows
Assembly: Velopack
Assembly Version: 0.0.1298+ed8600e
Execute a runtime installer at a local file path. Typically used after DownloadToFile(string, Action<int>, IFileDownloader, IVelopackLogger)
[AsyncStateMachine(Velopack.Windows.Runtimes/RuntimeInfo/<InvokeInstaller>d__12)]
[SupportedOSPlatform("windows")]
public Task<Runtimes.RuntimeInstallResult> InvokeInstaller(string pathToInstaller, bool isQuiet, IVelopackLogger log = null);
Parameters
pathToInstaller string
isQuiet bool
log IVelopackLogger
Returns
Task<Runtimes.RuntimeInstallResult>
Documentation generated by MdDocs