C# Class ZeroInstall.Central.WinForms.Program

The main GUI for Zero Install, for discovering and installing new applications, managing and launching installed applications, etc.
Show file Open project: 0install/0install-win

Public Properties

Property Type Description
AppUserModelID string

Private Methods

Method Description
ConfigureTaskbar ( [ form, [ name ) : void
Main ( string args ) : int
Run ( string args ) : int
RunCommand ( ) : void

Executes a "0install-win" command in-process in a new thread. Returns immediately.

RunCommand ( [ callback, bool machineWide ) : void

Executes a "0install-win" command in-process in a new thread. Returns immediately.

RunCommand ( bool machineWide ) : void

Executes a "0install-win" command in-process in a new thread. Returns immediately.

Property Details

AppUserModelID public static property

The application user model ID used by the Windows 7 taskbar. Encodes Locations.InstallBase and the name of this sub-app.
public static string AppUserModelID
return string