| C# |
|---|
| public class FacilityManagerInstaller |
| #ctor | Initializes an object instance. |
| BuildUninstallKey | Builds and returns the UninstallRegKey. |
| CreateResourceFile | Creates the ResourceFile property value. |
| CreateShortcut | Creates the Desktop Shortcut. |
| CreateTables | Creates the database tables. |
| CreateUninstallKey | Creates the UninstallRegKey. |
| DeleteUninstallKey | Deletes the Uninstall key. |
| DoCreateShortcut | The Create Shortcut action method. |
| GetProductKeyText | Gets the product key Guid text. |
| Initialize | Reinitializes an object instance. |
| InstallFiles | Installs the product files. |
| UninstallFiles | Uninstalls the product files. |
| UpdateDatabase | Executes the database updates. |
| CompanyPath | Gets or sets the CompanyPath value. |
| ConnectionString | Gets or sets the Connection String. |
| DataAccess | Gets or sets the DataAccess reference. |
| DbScriptFileList | Gets or sets the Database Script file list. |
| DeleteFileList | Gets or sets the Uninstall file list. |
| FileList | Gets or sets the Install file list. |
| InstallRootPath | Gets or sets the InstallRoot path. |
| IsCreateShortcut | Gets or sets the CreateShortcut flag. |
| IsCreateTables | Gets or sets the CreateTables flag. |
| IsInstallFiles | Gets or sets the InstallFiles flag. |
| IsProcessing | Gets or sets the IsProcessing flag. |
| IsUpdateDatabase | Gets or sets the UpdateDatabase flag. |
| LogFileSpec | Gets or sets the LogFile specification. |
| ProgramNamePath | Gets or sets the ProgramNamePath value. |
| ResourceFile | Gets or sets the ResourceFile value. |
| TableScriptFileList | Gets or sets the Tables Script file list. |
| UninstallKey | Gets or sets the UninstallKey value. |
| UpdateDBScriptFileList | Gets or sets the Database Update Script file list. |