Method | Description | |
---|---|---|
ApplyReleases ( Squirrel.UpdateInfo updateInfo, Action |
||
CheckForUpdate ( bool ignoreDeltaUpdates = false, Action |
||
CreateShortcutsForExecutable ( string exeName, ShortcutLocation locations, bool updateOnly, string programArguments = null, string icon = null ) : void | ||
CreateUninstallerRegistryEntry ( ) : Task |
||
CreateUninstallerRegistryEntry ( string uninstallCmd, string quietSwitch ) : Task |
||
CurrentlyInstalledVersion ( string executable = null ) : SemanticVersion | ||
Dispose ( ) : void | ||
DownloadReleases ( IEnumerable |
||
FullInstall ( bool silentInstall, |
||
FullUninstall ( ) : Task | ||
GetLocalAppDataDirectory ( string assemblyLocation = null ) : string | ||
GetShortcutsForExecutable ( string exeName, ShortcutLocation locations, string programArguments = null ) : ShellLink>.Dictionary |
||
GetUninstallStringForOldInstaller ( ) : IEnumerable |
||
KillAllExecutablesBelongingToPackage ( ) : void | ||
RemoveShortcutsForExecutable ( string exeName, ShortcutLocation locations ) : void | ||
RemoveUninstallerRegistryEntry ( ) : void | ||
RestartApp ( string exeToStart = null, string arguments = null ) : void | ||
UpdateManager ( string urlOrPath, string applicationName = null, string rootDirectory = null, IFileDownloader urlDownloader = null ) : System |
Method | Description | |
---|---|---|
InstallRedists ( ) : void | ||
SetParent ( |
||
UninstallOldInstallerIfFound ( ) : void | ||
acquireUpdateLock ( ) : Task |
||
getApplicationName ( ) : string | ||
getUpdateExe ( ) : string |
public ApplyReleases ( Squirrel.UpdateInfo updateInfo, Action |
||
updateInfo | Squirrel.UpdateInfo | |
progress | Action |
|
return | Task |
public CheckForUpdate ( bool ignoreDeltaUpdates = false, Action |
||
ignoreDeltaUpdates | bool | |
progress | Action |
|
return | Task |
public CreateShortcutsForExecutable ( string exeName, ShortcutLocation locations, bool updateOnly, string programArguments = null, string icon = null ) : void | ||
exeName | string | |
locations | ShortcutLocation | |
updateOnly | bool | |
programArguments | string | |
icon | string | |
return | void |
public CreateUninstallerRegistryEntry ( ) : Task |
||
return | Task |
public CreateUninstallerRegistryEntry ( string uninstallCmd, string quietSwitch ) : Task |
||
uninstallCmd | string | |
quietSwitch | string | |
return | Task |
public CurrentlyInstalledVersion ( string executable = null ) : SemanticVersion | ||
executable | string | |
return | SemanticVersion |
public DownloadReleases ( IEnumerable |
||
releasesToDownload | IEnumerable |
|
progress | Action |
|
return | Task |
public FullInstall ( bool silentInstall, |
||
silentInstall | bool | |
progress | ||
return | Task |
public static GetLocalAppDataDirectory ( string assemblyLocation = null ) : string | ||
assemblyLocation | string | |
return | string |
public GetShortcutsForExecutable ( string exeName, ShortcutLocation locations, string programArguments = null ) : ShellLink>.Dictionary |
||
exeName | string | |
locations | ShortcutLocation | |
programArguments | string | |
return | ShellLink>.Dictionary |
public GetUninstallStringForOldInstaller ( ) : IEnumerable |
||
return | IEnumerable |
public KillAllExecutablesBelongingToPackage ( ) : void | ||
return | void |
public RemoveShortcutsForExecutable ( string exeName, ShortcutLocation locations ) : void | ||
exeName | string | |
locations | ShortcutLocation | |
return | void |
public RemoveUninstallerRegistryEntry ( ) : void | ||
return | void |
public static RestartApp ( string exeToStart = null, string arguments = null ) : void | ||
exeToStart | string | |
arguments | string | |
return | void |
public UpdateManager ( string urlOrPath, string applicationName = null, string rootDirectory = null, IFileDownloader urlDownloader = null ) : System | ||
urlOrPath | string | |
applicationName | string | |
rootDirectory | string | |
urlDownloader | IFileDownloader | |
return | System |