MCPcopy Create free account
hub / github.com/Squirrel/Squirrel.Windows / FullInstall

Method FullInstall

src/Squirrel/IUpdateManager.cs:79–79  ·  view source on GitHub ↗

Completely Installs a targeted app If true, don't run the app once install completes. A Observer which can be used to report Progress - will return values from 0-100 and Complete, or Throw Completion

(bool silentInstall, Action<int> progress = null)

Source from the content-addressed store, hash-verified

77 /// will return values from 0-100 and Complete, or Throw</param>
78 /// <returns>Completion</returns>
79 Task FullInstall(bool silentInstall, Action<int> progress = null);
80
81 /// <summary>
82 /// Completely uninstalls the targeted app

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected